diff options
author | Alexander Duyck <alexander.h.duyck@intel.com> | 2017-10-16 22:44:44 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-19 12:43:59 +0100 |
commit | 56fd2b2ca467f22f940282bf2c1ca4e1cb8f4c67 (patch) | |
tree | 76de77ecf6c44a9cd7062b19a19d6fec5329bc04 /fs/binfmt_script.c | |
parent | 8f2e9ca837ecee50aa85e853299bf7e66431e071 (diff) | |
download | linux-56fd2b2ca467f22f940282bf2c1ca4e1cb8f4c67.tar.gz linux-56fd2b2ca467f22f940282bf2c1ca4e1cb8f4c67.tar.bz2 linux-56fd2b2ca467f22f940282bf2c1ca4e1cb8f4c67.zip |
macvlan/macvtap: Add support for L2 forwarding offloads with macvtap
This patch reverts earlier commit b13ba1b83f52 ("macvlan: forbid L2
fowarding offload for macvtap"). The reason for reverting this is because
the original patch no longer fixes what it previously did as the
underlying structure has changed for macvtap. Specifically macvtap
originally pulled packets directly off of the lowerdev. However in commit
6acf54f1cf0a ("macvtap: Add support of packet capture on macvtap device.")
that code was changed and instead macvtap would listen directly on the
macvtap device itself instead of the lower device. As such, the L2
forwarding offload should now be able to provide a performance advantage of
skipping the checks on the lower dev while not introducing any sort of
regression.
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/binfmt_script.c')
0 files changed, 0 insertions, 0 deletions