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

2019-10-17 Thread Wang, Ying A
Hi, Xiaolong Thanks for your comments, will fix them in v2. > -Original Message- > From: Ye, Xiaolong > Sent: Monday, September 30, 2019 5:26 PM > To: Wang, Ying A > Cc: Zhang, Qi Z ; dev@dpdk.org; Yang, Qiming > ; sta...@dpdk.org > Subject: Re: [PATCH] net/ice: cleanup RSS/FDIR profile

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

2019-09-30 Thread Ye Xiaolong
On 09/28, Ying Wang wrote: >The patch cleanup RSS/FDIR profile resources when device init >to fix profile ID increase issue. Could you elaborate the profile ID increase issue in the commit log? > >Fixes: d7d150b93070 ("net/ice: enable RSS when device init") >Cc: sta...@dpdk.org > >Signed-off-by:

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

2019-09-27 Thread Ying Wang
The patch cleanup RSS/FDIR profile resources when device init to fix profile ID increase issue. Fixes: d7d150b93070 ("net/ice: enable RSS when device init") Cc: sta...@dpdk.org Signed-off-by: Ying Wang --- --- This patch depends on the following patches in patchwork: (1) http://patchwork.dpdk.or