numam-dpdk/drivers
Qi Zhang 98ba06d0b7 net/ice/base: fix unexpected switch rule overwrite
A switch rule with "drop" action will be overwritten by a
rule with same pattern match but with a "to queue" action.
While in an inversed flow creation sequence, the "to queue"
can't be overwritten by the "drop" rule.

The inconsistent behavior is not expected, the patch
fix the issue by preventing rule overwrite in both cases.

Fixes: fed0c5ca5f ("net/ice/base: support programming a new switch recipe")
Cc: stable@dpdk.org

Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
Signed-off-by: Paul M Stillwell Jr <paul.m.stillwell.jr@intel.com>
Acked-by: Qiming Yang <qiming.yang@intel.com>
2019-10-23 16:43:09 +02:00
..
baseband baseband/fpga_lte_fec: fix polling of MMIO register 2019-10-23 16:57:06 +02:00
bus common/dpaax: move OF library from DPAA bus 2019-10-23 16:43:08 +02:00
common common/dpaax: move OF library from DPAA bus 2019-10-23 16:43:08 +02:00
compress compress/qat: catch overflow for stateless compression 2019-10-23 16:57:06 +02:00
crypto common/dpaax: move OF library from DPAA bus 2019-10-23 16:43:08 +02:00
event common/dpaax: move OF library from DPAA bus 2019-10-23 16:43:08 +02:00
mempool common/dpaax: move OF library from DPAA bus 2019-10-23 16:43:08 +02:00
net net/ice/base: fix unexpected switch rule overwrite 2019-10-23 16:43:09 +02:00
raw common/dpaax: move OF library from DPAA bus 2019-10-23 16:43:08 +02:00
Makefile drivers: add common as dependency for bus 2018-10-16 14:54:25 +02:00
meson.build build: fix compatibility with meson 0.47 2019-10-25 09:45:51 +02:00