Re: [dpdk-dev] [PATCH v2] net/ixgbe: fix flow ctrl mode setting

2020-02-01 Thread Ye Xiaolong
Hi, Guinan On 12/19, Guinan Sun wrote: >When the port starts, the hw register is reset first, >and then the required parameters are set again. >If the parameters to be used are not set after resetting the register, >a read register error will occur. This patch is used to fix the problem. > >Fixes:

Re: [dpdk-dev] [PATCH v2] net/ixgbe: fix flow ctrl mode setting

2020-01-28 Thread Konieczny, TomaszX
t;To: dev@dpdk.org >Cc: Wenzhuo Lu , Qiming Yang > , Qi Zhang , Guinan Sun > , sta...@dpdk.org >Subject: [dpdk-dev] [PATCH v2] net/ixgbe: fix flow ctrl mode setting >Message-ID: <20191219101758.24608-1-guinanx@intel.com> > >When the port starts, the hw re

[dpdk-dev] [PATCH v2] net/ixgbe: fix flow ctrl mode setting

2019-12-19 Thread Guinan Sun
When the port starts, the hw register is reset first, and then the required parameters are set again. If the parameters to be used are not set after resetting the register, a read register error will occur. This patch is used to fix the problem. Fixes: af75078fece3 ("first public release") Cc: sta