numam-dpdk/drivers/net/mvpp2
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
..
meson.build drivers: change indentation in build files 2021-04-21 14:04:09 +02:00
mrvl_ethdev.c drivers/net: advertise no support for keeping flow rules 2021-11-02 18:59:17 +01:00
mrvl_ethdev.h net/mvpp2: fix configured state dependency 2021-07-12 10:31:21 +02:00
mrvl_flow.c net: add macro for MAC address print 2021-09-07 19:07:46 +02:00
mrvl_flow.h net/mvpp2: add init and deinit to flow 2018-09-28 01:41:03 +02:00
mrvl_mtr.c net/mvpp2: check meter packet mode 2021-04-13 18:40:58 +02:00
mrvl_mtr.h net/mvpp2: support metering 2018-09-28 01:41:03 +02:00
mrvl_qos.c net/mvpp2: add fill buffs to configuration file 2021-01-29 18:16:11 +01:00
mrvl_qos.h net/mvpp2: add fill buffs to configuration file 2021-01-29 18:16:11 +01:00
mrvl_tm.c net/mvpp2: fix configured state dependency 2021-07-12 10:31:21 +02:00
mrvl_tm.h net/mvpp2: support traffic manager 2018-09-28 01:41:03 +02:00
version.map version: 21.11-rc0 2021-08-17 08:37:52 +02:00