* Re: [dpdk-dev] [PATCH v4 00/13] ENETC PMD basic features and bug fixes
@ 2019-04-16 10:17 Gagandeep Singh
2019-04-16 10:17 ` Gagandeep Singh
0 siblings, 1 reply; 8+ messages in thread
From: Gagandeep Singh @ 2019-04-16 10:17 UTC (permalink / raw)
To: Ferruh Yigit, dev
> -----Original Message-----
> From: Ferruh Yigit <ferruh.yigit@intel.com>
> Sent: Tuesday, April 16, 2019 1:59 PM
> To: Gagandeep Singh <G.Singh@nxp.com>; 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 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
Hi Ferruh,
I have submitted an another patch for release notes.
http://patchwork.dpdk.org/patch/52823/
Thank you.
Gagandeep Singh
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH v4 00/13] ENETC PMD basic features and bug fixes
2019-04-16 10:17 [dpdk-dev] [PATCH v4 00/13] ENETC PMD basic features and bug fixes Gagandeep Singh
@ 2019-04-16 10:17 ` Gagandeep Singh
0 siblings, 0 replies; 8+ messages in thread
From: Gagandeep Singh @ 2019-04-16 10:17 UTC (permalink / raw)
To: Ferruh Yigit, dev
> -----Original Message-----
> From: Ferruh Yigit <ferruh.yigit@intel.com>
> Sent: Tuesday, April 16, 2019 1:59 PM
> To: Gagandeep Singh <G.Singh@nxp.com>; 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 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
Hi Ferruh,
I have submitted an another patch for release notes.
http://patchwork.dpdk.org/patch/52823/
Thank you.
Gagandeep Singh
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH v4 00/13] ENETC PMD basic features and bug fixes
2019-04-16 7:41 ` Ferruh Yigit
2019-04-16 7:41 ` Ferruh Yigit
@ 2019-04-16 8:28 ` Ferruh Yigit
2019-04-16 8:28 ` Ferruh Yigit
1 sibling, 1 reply; 8+ messages in thread
From: Ferruh Yigit @ 2019-04-16 8:28 UTC (permalink / raw)
To: Gagandeep Singh, dev
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
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH v4 00/13] ENETC PMD basic features and bug fixes
2019-04-16 8:28 ` Ferruh Yigit
@ 2019-04-16 8:28 ` Ferruh Yigit
0 siblings, 0 replies; 8+ messages in thread
From: Ferruh Yigit @ 2019-04-16 8:28 UTC (permalink / raw)
To: Gagandeep Singh, dev
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
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH v4 00/13] ENETC PMD basic features and bug fixes
2019-04-12 12:28 ` [dpdk-dev] [PATCH v4 " Gagandeep Singh
2019-04-12 12:28 ` Gagandeep Singh
@ 2019-04-16 7:41 ` Ferruh Yigit
2019-04-16 7:41 ` Ferruh Yigit
2019-04-16 8:28 ` Ferruh Yigit
1 sibling, 2 replies; 8+ messages in thread
From: Ferruh Yigit @ 2019-04-16 7:41 UTC (permalink / raw)
To: Gagandeep Singh, dev
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.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH v4 00/13] ENETC PMD basic features and bug fixes
2019-04-16 7:41 ` Ferruh Yigit
@ 2019-04-16 7:41 ` Ferruh Yigit
2019-04-16 8:28 ` Ferruh Yigit
1 sibling, 0 replies; 8+ messages in thread
From: Ferruh Yigit @ 2019-04-16 7:41 UTC (permalink / raw)
To: Gagandeep Singh, dev
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.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [dpdk-dev] [PATCH v4 00/13] ENETC PMD basic features and bug fixes
2019-04-12 11:01 [dpdk-dev] [PATCH v3 " Gagandeep Singh
@ 2019-04-12 12:28 ` Gagandeep Singh
2019-04-12 12:28 ` Gagandeep Singh
2019-04-16 7:41 ` Ferruh Yigit
0 siblings, 2 replies; 8+ messages in thread
From: Gagandeep Singh @ 2019-04-12 12:28 UTC (permalink / raw)
To: dev, ferruh.yigit; +Cc: 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 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
doc/guides/nics/enetc.rst | 7 +
doc/guides/nics/features/enetc.ini | 9 +
drivers/net/enetc/base/enetc_hw.h | 53 ++-
drivers/net/enetc/enetc.h | 13 +-
drivers/net/enetc/enetc_ethdev.c | 734 ++++++++++++++++++++---------
drivers/net/enetc/enetc_rxtx.c | 131 ++++-
6 files changed, 682 insertions(+), 265 deletions(-)
--
2.19.1
^ permalink raw reply [flat|nested] 8+ messages in thread
* [dpdk-dev] [PATCH v4 00/13] ENETC PMD basic features and bug fixes
2019-04-12 12:28 ` [dpdk-dev] [PATCH v4 " Gagandeep Singh
@ 2019-04-12 12:28 ` Gagandeep Singh
2019-04-16 7:41 ` Ferruh Yigit
1 sibling, 0 replies; 8+ messages in thread
From: Gagandeep Singh @ 2019-04-12 12:28 UTC (permalink / raw)
To: dev, ferruh.yigit; +Cc: 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 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
doc/guides/nics/enetc.rst | 7 +
doc/guides/nics/features/enetc.ini | 9 +
drivers/net/enetc/base/enetc_hw.h | 53 ++-
drivers/net/enetc/enetc.h | 13 +-
drivers/net/enetc/enetc_ethdev.c | 734 ++++++++++++++++++++---------
drivers/net/enetc/enetc_rxtx.c | 131 ++++-
6 files changed, 682 insertions(+), 265 deletions(-)
--
2.19.1
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2019-04-16 10:18 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-16 10:17 [dpdk-dev] [PATCH v4 00/13] ENETC PMD basic features and bug fixes Gagandeep Singh
2019-04-16 10:17 ` Gagandeep Singh
-- strict thread matches above, loose matches on Subject: below --
2019-04-12 11:01 [dpdk-dev] [PATCH v3 " Gagandeep Singh
2019-04-12 12:28 ` [dpdk-dev] [PATCH v4 " Gagandeep Singh
2019-04-12 12:28 ` Gagandeep Singh
2019-04-16 7:41 ` Ferruh Yigit
2019-04-16 7:41 ` Ferruh Yigit
2019-04-16 8:28 ` Ferruh Yigit
2019-04-16 8:28 ` Ferruh Yigit
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).