commit | 496e051709588f832d7a6a420f44f8642b308a87 | [log] [tgz] |
---|---|---|
author | Mintz, Yuval <Yuval.Mintz@cavium.com> | Tue Nov 29 16:47:09 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 30 14:32:05 2016 -0500 |
tree | 0fb0f95e94c387d1073ad2e26c8c97149e88fff8 | |
parent | 9eb22357d568aee18f7ce4d0797d96fe7fcd2f71 [diff] |
qede: Add basic XDP support Add support for the ndo_xdp callback. This patch would support XDP_PASS, XDP_DROP and XDP_ABORTED commands. This also adds a per Rx queue statistic which counts number of packets which didn't reach the stack [due to XDP]. Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>