Re: [dpdk-dev] [PATCH 00/10] net/i40e: base code update

2017-06-01 Thread Wu, Jingjing
> -Original Message- > From: Yigit, Ferruh > Sent: Tuesday, May 30, 2017 7:10 PM > To: Wu, Jingjing ; Zhang, Helin > > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 00/10] net/i40e: base code update > > On 5/27/2017 4:47 AM, Jingjing Wu wrote: > &g

Re: [dpdk-dev] [PATCH 00/10] net/i40e: base code update

2017-05-30 Thread Ferruh Yigit
On 5/27/2017 4:47 AM, Jingjing Wu wrote: > i40e base code upate. The main changes are: > - use virtchnl.h instead of i40e_virtchnl.h > - add support for Adaptive Virtual Function > - add new AQ commands for read/write PHY registers > - add new phy types for 25G Hi Jingjing, Patchset giving bu

[dpdk-dev] [PATCH 00/10] net/i40e: base code update

2017-05-26 Thread Jingjing Wu
i40e base code upate. The main changes are: - use virtchnl.h instead of i40e_virtchnl.h - add support for Adaptive Virtual Function - add new AQ commands for read/write PHY registers - add new phy types for 25G Jingjing Wu (10): net/i40e/base: use new virtchnl header file net/i40e/base: sy