On 11/9/2021 11:56 AM, Ali Alnubani wrote:
-----Original Message----- From: Dmitry Kozlyuk <[email protected]> Sent: Tuesday, November 9, 2021 11:01 AM To: [email protected] Cc: Ali Alnubani <[email protected]>; Xueming(Steven) Li <[email protected]>; NBU-Contact-Thomas Monjalon <[email protected]>; Ferruh Yigit <[email protected]>; Andrew Rybchenko <[email protected]> Subject: [PATCH] ethdev: fix device capability to string translationAdd support for RTE_ETH_DEV_CAPA_FLOW_{RULE,SHARED_OBJECT}_KEEP to rte_eth_dev_capability_name(), missed when adding the capabilities. Fixes: 1d5a3d68c0f9 ("ethdev: add capability to keep flow rules on restart") Fixes: 2c9cd45de7e6 ("ethdev: add capability to keep shared objects on restart") Reported-by: Ali Alnubani <[email protected]> Signed-off-by: Dmitry Kozlyuk <[email protected]> Acked-by: Xueming Li <[email protected]>Tested-by: Ali Alnubani <[email protected]>
Reviewed-by: Ferruh Yigit <[email protected]> Applied to dpdk-next-net/main, thanks.

