[PATCH 1/2] net/hns3: declare support rule keep capability

2022-12-14 Thread Chengwen Feng
The driver supports create flow rules when device is stopped, and re-setup flow rules when restarting, so declare support RTE_ETH_DEV_CAPA_FLOW_RULE_KEEP. The driver also supports to create indirect actions when device is stopped, and keeps the indirect actions when restarting, so declare support

Re: [PATCH 1/2] net/hns3: declare support rule keep capability

2022-12-14 Thread Dongdong Liu
Acked-by: Dongdong Liu Thanks, Dongdong On 2022/12/15 9:41, Chengwen Feng wrote: The driver supports create flow rules when device is stopped, and re-setup flow rules when restarting, so declare support RTE_ETH_DEV_CAPA_FLOW_RULE_KEEP. The driver also supports to create indirect actions when