Re: [dpdk-dev] [PATCH 08/49] net/ice/base: code for removing advanced rule

2019-06-05 Thread Maxime Coquelin
On 6/4/19 7:42 AM, Leyi Rong wrote: This patch also contains ice_remove_adv_rule function to remove existing advanced rules. it also handles the case when we have multiple VSI using the same rule using the following helper functions: ice_adv_rem_update_vsi_list - function to remove VS from VS

[dpdk-dev] [PATCH 08/49] net/ice/base: code for removing advanced rule

2019-06-03 Thread Leyi Rong
This patch also contains ice_remove_adv_rule function to remove existing advanced rules. it also handles the case when we have multiple VSI using the same rule using the following helper functions: ice_adv_rem_update_vsi_list - function to remove VS from VSI list for advanced rules. Signed-off-by