Re: [dpdk-dev] [PATCH v5 00/17] Introduces net/ionic PMD

2020-01-20 Thread Thomas Monjalon
20/01/2020 14:05, Ferruh Yigit: > On 1/19/2020 3:53 PM, Alfredo Cardigliano wrote: > > The patch series provides an initial version of a > > poll mode driver for Pensando network adapters. > > The driver name is ionic. > > > > v5 Changes: > > -- > > - Fixed commits headlines > > - Fixed do

Re: [dpdk-dev] [PATCH v5 00/17] Introduces net/ionic PMD

2020-01-20 Thread Ferruh Yigit
On 1/19/2020 3:53 PM, Alfredo Cardigliano wrote: > The patch series provides an initial version of a > poll mode driver for Pensando network adapters. > The driver name is ionic. > > v5 Changes: > -- > - Fixed commits headlines > - Fixed doc syntax > - Fixed unused parameters errors > - Fi

[dpdk-dev] [PATCH v5 00/17] Introduces net/ionic PMD

2020-01-19 Thread Alfredo Cardigliano
The patch series provides an initial version of a poll mode driver for Pensando network adapters. The driver name is ionic. v5 Changes: -- - Fixed commits headlines - Fixed doc syntax - Fixed unused parameters errors - Fixed included headers - Replaced ilog2 with rte_log2_u32 - More code s