Re: [dpdk-dev] [DPDK] net/ice/base: adjust code order and cleanup coding style

2020-07-14 Thread Guo, Junfeng
Thank you, Ferruh! > -Original Message- > From: Yigit, Ferruh > Sent: Monday, July 13, 2020 21:55 > To: Guo, Junfeng ; Zhang, Qi Z > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: Re: [DPDK] net/ice/base: adjust code order and cleanup coding style > > On 7/13/2020 12:05 PM, Junfeng Guo wr

Re: [dpdk-dev] [DPDK] net/ice/base: adjust code order and cleanup coding style

2020-07-13 Thread Ferruh Yigit
On 7/13/2020 12:05 PM, Junfeng Guo wrote: > Previous logic in removing RSS for GTPU was added in incorrect lines. > The adjustment in this patch will correct the code order so that RSS > for GTPU can be removed successfully. > > We also delete the redundant print statement and cleanup the coding >

[dpdk-dev] [DPDK] net/ice/base: adjust code order and cleanup coding style

2020-07-13 Thread Junfeng Guo
Previous logic in removing RSS for GTPU was added in incorrect lines. The adjustment in this patch will correct the code order so that RSS for GTPU can be removed successfully. We also delete the redundant print statement and cleanup the coding style in this patch. Fixes: bed9bb3139ef ("net/ice/b