numam-dpdk/drivers/net/igc
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 drivers: remove warning with Meson 0.59 2021-08-27 15:51:34 +02:00
igc_ethdev.c drivers/net: advertise no support for keeping flow rules 2021-11-02 18:59:17 +01:00
igc_ethdev.h ethdev: add namespace 2021-10-22 18:15:38 +02:00
igc_filter.c ethdev: replace callback getting filter operations 2021-03-26 18:37:13 +01:00
igc_filter.h ethdev: replace callback getting filter operations 2021-03-26 18:37:13 +01:00
igc_flow.c net/igc: remove use of uint type 2021-03-23 08:41:05 +01:00
igc_flow.h net/igc: support flow API 2020-04-21 13:57:08 +02:00
igc_logs.c log: register with standardized names 2021-05-11 15:17:55 +02:00
igc_logs.h net/igc: refine debug build option 2021-04-01 16:10:20 +02:00
igc_txrx.c mbuf: add namespace to offload flags 2021-10-24 13:37:43 +02:00
igc_txrx.h ethdev: change input parameters for Rx queue count 2021-10-13 22:14:58 +02:00
meson.build drivers: change indentation in build files 2021-04-21 14:04:09 +02:00
version.map version: 21.11-rc0 2021-08-17 08:37:52 +02:00