Thank you, Ferruh!
> -----Original Message----- > From: Yigit, Ferruh <ferruh.yi...@intel.com> > Sent: Monday, July 13, 2020 21:55 > To: Guo, Junfeng <junfeng....@intel.com>; Zhang, Qi Z <qi.z.zh...@intel.com> > 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 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 > > style in this patch. > > > > Fixes: bed9bb3139ef ("net/ice/base: fix GTP-U inner RSS IPv4 IPv6 > > co-exist") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Junfeng Guo <junfeng....@intel.com> > > Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com> > > Applied to dpdk-next-net/master, thanks. > > > Thanks Junfeng for catching this, > This was already fixed in next-net-intel, somehow seems lost in the next-net, > fixed now.