[dpdk-dev] [PATCH] i40e: fix the issue of port initialization failure

2016-02-05 Thread Zhang, Helin
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Thursday, February 4, 2016 4:44 PM > To: Zhang, Helin > Cc: dev at dpdk.org; Richardson, Bruce > Subject: Re: [dpdk-dev] [PATCH] i40e: fix the issue of port initialization >

[dpdk-dev] [PATCH] i40e: fix the issue of port initialization failure

2016-02-05 Thread Zhang, Helin
> -Original Message- > From: Zhang, Helin > Sent: Wednesday, December 23, 2015 1:33 PM > To: dev at dpdk.org > Cc: Xu, Qian Q; Zhang, Helin > Subject: [PATCH] i40e: fix the issue of port initialization failure > > Workaround for the issue of cannot processing adminq commands during > ini

[dpdk-dev] [PATCH] i40e: fix the issue of port initialization failure

2016-02-04 Thread Thomas Monjalon
2016-02-04 00:50, Zhang, Helin: > From: Richardson, Bruce > > can you please add an appropriately "fixes" line to the patch, since the > > subject > > explicitly calls it out as a bug-fix. Also, the words "the issue" in the > > subject can > > be removed as they don't add value. It would also be

[dpdk-dev] [PATCH] i40e: fix the issue of port initialization failure

2016-02-04 Thread Zhang, Helin
> -Original Message- > From: Richardson, Bruce > Sent: Thursday, February 4, 2016 12:31 AM > To: Zhang, Helin > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] i40e: fix the issue of port initialization > failure > > On Wed, Dec 23, 2015 at 01:32:59

[dpdk-dev] [PATCH] i40e: fix the issue of port initialization failure

2016-02-03 Thread Bruce Richardson
On Wed, Dec 23, 2015 at 01:32:59PM +0800, Helin Zhang wrote: > Workaround for the issue of cannot processing adminq commands during > initialization, when 2x40G or 4x10G is receiving packets in highest > throughput. Register 0x002698a8 and 0x002698ac should be cleared at > first, and restored with

[dpdk-dev] [PATCH] i40e: fix the issue of port initialization failure

2015-12-23 Thread Helin Zhang
Workaround for the issue of cannot processing adminq commands during initialization, when 2x40G or 4x10G is receiving packets in highest throughput. Register 0x002698a8 and 0x002698ac should be cleared at first, and restored with the default values at the end. No more details, as they are not expos