Re: [dpdk-dev] [PATCH v4 00/11] igc PMD

2020-04-15 Thread Ferruh Yigit
On 4/15/2020 9:47 AM, alvinx.zh...@intel.com wrote: > From: Alvin Zhang > > New PMD for Intel I225 NICs. > > Alvin Zhang (11): > net/igc: add igc PMD > net/igc: support device initialization > net/igc: implement device base ops > net/igc: support reception and transmission of packets >

[dpdk-dev] [PATCH v4 00/11] igc PMD

2020-04-15 Thread alvinx . zhang
From: Alvin Zhang New PMD for Intel I225 NICs. Alvin Zhang (11): net/igc: add igc PMD net/igc: support device initialization net/igc: implement device base ops net/igc: support reception and transmission of packets net/igc: enable statistics net/igc: enable Rx queue interrupts net/