Message ID | 20190412122840.1908-1-g.singh@nxp.com |
---|---|
Headers | show |
Series |
|
Related | show |
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 compilation > > v3 change-log: > * commit message updated for 03/13 patch > * add stable to Cc for fixes > > v4 change-log: > * Removed checkpatch errors for CRLF > > Gagandeep Singh (13): > net/enetc: support physical addressing mode > net/enetc: fix SMMU unhandled context fault > net/enetc: fix big endian build and correct buffer allocation > net/enetc: set interface mode for SXGMII > net/enetc: add basic statistics > net/enetc: replace register read/write macros with functions > net/enetc: remove forward declarations > net/enetc: enable promiscuous and allmulticast feature > net/enetc: add MTU update and jumbo frames support > net/enetc: enable Rx-Tx queue start/stop feature > net/enetc: enable CRC offload feature > net/enetc: enable Rx checksum offload validation > net/enetc: fix crash at high speed traffic Series applied to dpdk-next-net/master, thanks.
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 unneeded code from stats get >> * fix big endian compilation >> >> v3 change-log: >> * commit message updated for 03/13 patch >> * add stable to Cc for fixes >> >> v4 change-log: >> * Removed checkpatch errors for CRLF >> >> Gagandeep Singh (13): >> net/enetc: support physical addressing mode >> net/enetc: fix SMMU unhandled context fault >> net/enetc: fix big endian build and correct buffer allocation >> net/enetc: set interface mode for SXGMII >> net/enetc: add basic statistics >> net/enetc: replace register read/write macros with functions >> net/enetc: remove forward declarations >> net/enetc: enable promiscuous and allmulticast feature >> net/enetc: add MTU update and jumbo frames support >> net/enetc: enable Rx-Tx queue start/stop feature >> net/enetc: enable CRC offload feature >> net/enetc: enable Rx checksum offload validation >> net/enetc: fix crash at high speed traffic > > Series applied to dpdk-next-net/master, thanks. > Hi Gagandeep, Can you please send a release notes update to document the update in the PMD, I can squash into the patchset if it comes in time. Thanks, ferruh