Re: [dpdk-dev] [PATCH v2 0/7] cxgbe: bug fixes and updates

2018-03-09 Thread Rahul Lakkireddy
On Thursday, March 03/08/18, 2018 at 19:20:14 +0530, Ferruh Yigit wrote: > On 3/8/2018 1:44 PM, Ferruh Yigit wrote: > > On 2/28/2018 6:04 PM, Rahul Lakkireddy wrote: > >> Patch 1 reworks rte_eth_dev allocation for other ports under same PF. > >> > >> Patch 2 fixes secondary process initialization f

Re: [dpdk-dev] [PATCH v2 0/7] cxgbe: bug fixes and updates

2018-03-08 Thread Ferruh Yigit
On 3/8/2018 1:44 PM, Ferruh Yigit wrote: > On 2/28/2018 6:04 PM, Rahul Lakkireddy wrote: >> Patch 1 reworks rte_eth_dev allocation for other ports under same PF. >> >> Patch 2 fixes secondary process initialization failure. >> >> Patches 3 and 4 allow configuring RSS hash and key. >> >> Patch 5 upd

Re: [dpdk-dev] [PATCH v2 0/7] cxgbe: bug fixes and updates

2018-03-08 Thread Ferruh Yigit
On 2/28/2018 6:04 PM, Rahul Lakkireddy wrote: > Patch 1 reworks rte_eth_dev allocation for other ports under same PF. > > Patch 2 fixes secondary process initialization failure. > > Patches 3 and 4 allow configuring RSS hash and key. > > Patch 5 updates link Forward Error Correction (FEC) to sup

[dpdk-dev] [PATCH v2 0/7] cxgbe: bug fixes and updates

2018-02-28 Thread Rahul Lakkireddy
Patch 1 reworks rte_eth_dev allocation for other ports under same PF. Patch 2 fixes secondary process initialization failure. Patches 3 and 4 allow configuring RSS hash and key. Patch 5 updates link Forward Error Correction (FEC) to support IEEE 802.3 standard based FEC selection. Patches 6 and