numam-dpdk/drivers/net/cxgbe
Dmitry Kozlyuk 2fe6f1b762 drivers/net: advertise no support for keeping flow rules
When RTE_ETH_DEV_CAPA_FLOW_RULE_KEEP capability bit is zero,
the specified behavior is the same as it had been before
this bit was introduced. Explicitly reset it in all PMDs
supporting rte_flow API in order to attract the attention
of maintainers, who should eventually choose to advertise
the new capability or not. It is already known that
mlx4 and mlx5 will not support this capability.

For RTE_ETH_DEV_CAPA_FLOW_SHARED_OBJECT_KEEP
similar action is not performed,
because no PMD except mlx5 supports indirect actions.
Any PMD that starts doing so will anyway have to consider
all relevant API, including this capability.

Suggested-by: Ferruh Yigit <ferruh.yigit@intel.com>
Signed-off-by: Dmitry Kozlyuk <dkozlyuk@nvidia.com>
Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
Acked-by: Somnath Kotur <somnath.kotur@broadcom.com>
Acked-by: Hyong Youb Kim <hyonkim@cisco.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2021-11-02 18:59:17 +01:00
..
base ethdev: hide internal structures 2021-10-13 22:14:59 +02:00
clip_tbl.c net/cxgbe: use C11-style compiler builtins for atomics 2021-07-02 19:03:03 +02:00
clip_tbl.h net/cxgbe: use C11-style compiler builtins for atomics 2021-07-02 19:03:03 +02:00
cxgbe_compat.h net/cxgbe: remove local bool type 2020-01-17 19:46:02 +01:00
cxgbe_ethdev.c drivers/net: advertise no support for keeping flow rules 2021-11-02 18:59:17 +01:00
cxgbe_filter.c net/cxgbe: rework queue allocation between ports 2020-09-18 18:55:12 +02:00
cxgbe_filter.h net/cxgbe: fix double MPS alloc by flow validate and create 2020-06-17 15:31:32 +02:00
cxgbe_flow.c ethdev: replace callback getting filter operations 2021-03-26 18:37:13 +01:00
cxgbe_flow.h ethdev: replace callback getting filter operations 2021-03-26 18:37:13 +01:00
cxgbe_main.c ethdev: add namespace 2021-10-22 18:15:38 +02:00
cxgbe_ofld.h net/cxgbe: use C11-style compiler builtins for atomics 2021-07-02 19:03:03 +02:00
cxgbe_pfvf.h ethdev: change queue release callback 2021-10-06 19:16:03 +02:00
cxgbe.h ethdev: add namespace 2021-10-22 18:15:38 +02:00
cxgbevf_ethdev.c net/cxgbe: support firmware version query 2021-10-05 19:32:01 +02:00
cxgbevf_main.c ethdev: make driver-only headers private 2021-01-29 20:59:09 +01:00
l2t.c net/cxgbe: use C11-style compiler builtins for atomics 2021-07-02 19:03:03 +02:00
l2t.h net/cxgbe: use C11-style compiler builtins for atomics 2021-07-02 19:03:03 +02:00
meson.build drivers: change indentation in build files 2021-04-21 14:04:09 +02:00
mps_tcam.c net/cxgbe: add MAC match-all to track promiscuous traffic 2021-07-02 19:03:03 +02:00
mps_tcam.h net/cxgbe: add MAC match-all to track promiscuous traffic 2021-07-02 19:03:03 +02:00
sge.c mbuf: add namespace to offload flags 2021-10-24 13:37:43 +02:00
smt.c net/cxgbe: use C11-style compiler builtins for atomics 2021-07-02 19:03:03 +02:00
smt.h net/cxgbe: use C11-style compiler builtins for atomics 2021-07-02 19:03:03 +02:00
version.map version: 21.11-rc0 2021-08-17 08:37:52 +02:00