Re: [dpdk-dev] [PATCH v2] net/ice: cleanup RSS/FDIR profile when device init

2019-10-18 Thread Ye Xiaolong
On 10/18, Ying Wang wrote: >When app restart, RSS/FDIR profile ID will increase which may >run out of all the profile resources. > >The patch cleanup RSS/FDIR profile resources when device init >to fix this issue. > >Fixes: d7d150b93070 ("net/ice: enable RSS when device init") >Cc: sta...@dpdk.org

[dpdk-dev] [PATCH v2] net/ice: cleanup RSS/FDIR profile when device init

2019-10-17 Thread Ying Wang
When app restart, RSS/FDIR profile ID will increase which may run out of all the profile resources. The patch cleanup RSS/FDIR profile resources when device init to fix this issue. Fixes: d7d150b93070 ("net/ice: enable RSS when device init") Cc: sta...@dpdk.org Signed-off-by: Ying Wang --- ---