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

2019-10-15 Thread Ferruh Yigit
On 10/15/2019 9:22 AM, Alfredo Cardigliano wrote: > The patch series provides an initial version of a > poll mode driver for Pensando network adapters. > The driver name is ionic. > > v2 Changes: > -- > - Fix checkpatch warnings > - Remove unused log macros > - Remove -Wno-deprecated-decl

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

2019-10-15 Thread Alfredo Cardigliano
The patch series provides an initial version of a poll mode driver for Pensando network adapters. The driver name is ionic. v2 Changes: -- - Fix checkpatch warnings - Remove unused log macros - Remove -Wno-deprecated-declarations - Move the RSS patch after Rx/Tx handling Alfredo Cardigli