[dpdk-dev] [PATCH v3] i40e: add link flow control support for FVL

2015-10-30 Thread Thomas Monjalon
2015-10-30 15:19, Thomas Monjalon: > 2015-10-30 12:57, Zhe Tao: > > --- a/doc/guides/rel_notes/release_2_2.rst > > +++ b/doc/guides/rel_notes/release_2_2.rst > > @@ -39,6 +39,10 @@ Drivers > >Fixed i40e issue that occurred when a DPDK application didn't initialize > >ports if memory wasn't

[dpdk-dev] [PATCH v3] i40e: add link flow control support for FVL

2015-10-30 Thread Thomas Monjalon
2015-10-30 12:57, Zhe Tao: > --- a/doc/guides/rel_notes/release_2_2.rst > +++ b/doc/guides/rel_notes/release_2_2.rst > @@ -39,6 +39,10 @@ Drivers >Fixed i40e issue that occurred when a DPDK application didn't initialize >ports if memory wasn't available on socket 0. > > +* **i40e: Add

[dpdk-dev] [PATCH v3] i40e: add link flow control support for FVL

2015-10-30 Thread Zhe Tao
Feature Add: Rx/Tx flow control support for the i40e All the Rx/Tx LFC enable/disable operation is done by the F/W, so PMD driver need to use the Set PHY Config AD command to trigger the PHY to do the auto-negotiation, after the Tx/Rx pause ability is negotiated, the F/W will help us to set

[dpdk-dev] [PATCH v3] i40e: add link flow control support for FVL

2015-10-30 Thread Zhang, Helin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Zhe Tao > Sent: Friday, October 30, 2015 12:58 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v3] i40e: add link flow control support for FVL > > Feature Add: Rx/Tx flow control

[dpdk-dev] [PATCH v3] i40e: add link flow control support for FVL

2015-10-30 Thread Wu, Jingjing
> -Original Message- > From: Tao, Zhe > Sent: Friday, October 30, 2015 12:58 PM > To: dev at dpdk.org > Cc: Tao, Zhe; Wu, Jingjing > Subject: [dpdk-dev][PATCH v3] i40e: add link flow control support for FVL > > Feature Add: Rx/Tx flow control support for the i40