numam-dpdk/drivers
Leyi Rong fe59c0a131 net/ice/base: fix Rx functionality for ethertype filters
In the function ice_add_eth_mac(), there is a line that
hard-codes the filter info flag to TX. This is redundant
and inaccurate. That flag will be set by the calling
function that built the list of filters to add, and
hard-coding it eliminates the Rx functionality of this
code. The paired function ice_remove_eth_mac() does not
do this, making a mis-matched pair.

Fixes: 157d00901f ("net/ice/base: add functions for ethertype filter")
Cc: stable@dpdk.org

Signed-off-by: Dave Ertman <david.m.ertman@intel.com>
Signed-off-by: Paul M Stillwell Jr <paul.m.stillwell.jr@intel.com>
Signed-off-by: Leyi Rong <leyi.rong@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
2019-06-28 20:31:48 +02:00
..
baseband
bus bus/vmbus: skip non-network devices 2019-06-27 23:13:57 +02:00
common drivers: add init and fini on octeontx2 NPA object 2019-06-25 23:35:57 +02:00
compress compress/qat: fix dataplane return 2019-04-18 16:01:28 +02:00
crypto crypto/aesni_mb: fix build with gcc 4.8.5 2019-06-05 18:37:08 +02:00
event build: add libatomic dependency for 32-bit clang 2019-06-03 23:57:43 +02:00
mempool mempool/octeontx2: fix build with icc 2019-06-27 08:55:02 +01:00
net net/ice/base: fix Rx functionality for ethertype filters 2019-06-28 20:31:48 +02:00
raw raw/dpaa2_qdma: remove incorrect experimental tag 2019-06-29 19:04:30 +02:00
Makefile
meson.build build: enable BSD features visibility for FreeBSD 2019-06-26 16:50:33 +02:00