Re: [dpdk-dev] [PATCH v4 00/13] ENETC PMD basic features and bug fixes

2019-04-16 Thread Gagandeep Singh
> -Original Message- > From: Ferruh Yigit > Sent: Tuesday, April 16, 2019 1:59 PM > To: Gagandeep Singh ; dev@dpdk.org > Subject: [EXT] Re: [dpdk-dev] [PATCH v4 00/13] ENETC PMD basic features and > bug fixes > > > On 4/16/2019 8:41 AM, Ferruh Yigit wrot

Re: [dpdk-dev] [PATCH v4 00/13] ENETC PMD basic features and bug fixes

2019-04-16 Thread Ferruh Yigit
On 4/16/2019 8:41 AM, Ferruh Yigit wrote: > On 4/12/2019 1:28 PM, Gagandeep Singh wrote: >> *V1 log: >> * support added for MTU, jumbo frame, queue start/stop, promiscuous, >>multicast, crc offload, RX checksum validation, basic stats >> * some bug fixes >> >> V2 change-log: >> * remove unne

Re: [dpdk-dev] [PATCH v4 00/13] ENETC PMD basic features and bug fixes

2019-04-16 Thread Ferruh Yigit
On 4/12/2019 1:28 PM, Gagandeep Singh wrote: > *V1 log: > * support added for MTU, jumbo frame, queue start/stop, promiscuous, >multicast, crc offload, RX checksum validation, basic stats > * some bug fixes > > V2 change-log: > * remove unneeded code from stats get > * fix big endian compi

[dpdk-dev] [PATCH v4 00/13] ENETC PMD basic features and bug fixes

2019-04-12 Thread Gagandeep Singh
*V1 log: * support added for MTU, jumbo frame, queue start/stop, promiscuous, multicast, crc offload, RX checksum validation, basic stats * some bug fixes V2 change-log: * remove unneeded code from stats get * fix big endian compilation v3 change-log: * commit message updated for 03/13 pa