Re: [PATCH v6 0/9] net/vmxnet3: support versions 5 and 6

2022-05-31 Thread Andrew Rybchenko
On 5/31/22 16:40, Andrew Rybchenko wrote: On 5/25/22 03:40, Pankaj Gupta wrote: v6 (Andrew Rybchenko): Minor style changes in patches description Split FW version get patch to have callbacks reorder seperately Minor fix in FW version get patch to put callback definition, assi

Re: [PATCH v6 0/9] net/vmxnet3: support versions 5 and 6

2022-05-31 Thread Andrew Rybchenko
On 5/25/22 03:40, Pankaj Gupta wrote: v6 (Andrew Rybchenko): Minor style changes in patches description Split FW version get patch to have callbacks reorder seperately Minor fix in FW version get patch to put callback definition, assignment and implementation just after device

[PATCH v6 0/9] net/vmxnet3: support versions 5 and 6

2022-05-24 Thread Pankaj Gupta
v6 (Andrew Rybchenko): Minor style changes in patches description Split FW version get patch to have callbacks reorder seperately Minor fix in FW version get patch to put callback definition, assignment and implementation just after device info get v5: Use RTE_MIN instead of de

Re: [PATCH v6 0/9] net/vmxnet3: support versions 5 and 6

2022-05-23 Thread Andrew Rybchenko
*dev@dpdk.org *Subject: *Re: [PATCH v6 0/9] net/vmxnet3: support versions 5 and 6 ⚠External Email Hi Pankaj, I did final cleanup before applying the patch series, but realized that release notes update is missing. Please, pick up my changes and amend patches which support new features with re

Re: [PATCH v6 0/9] net/vmxnet3: support versions 5 and 6

2022-05-23 Thread Pankaj Gupta
Rybchenko Date: Thursday, May 19, 2022 at 1:07 AM To: Pankaj Gupta , Jochen Behrens Cc: dev@dpdk.org Subject: Re: [PATCH v6 0/9] net/vmxnet3: support versions 5 and 6 ⚠ External Email Hi Pankaj, I did final cleanup before applying the patch series, but realized that release notes update is missing

Re: [PATCH v6 0/9] net/vmxnet3: support versions 5 and 6

2022-05-19 Thread Andrew Rybchenko
Hi Pankaj, I did final cleanup before applying the patch series, but realized that release notes update is missing. Please, pick up my changes and amend patches which support new features with release notes update in the documentation. Everything else LGTM now. Thanks, Andrew. On 5/19/22 11:04

[PATCH v6 0/9] net/vmxnet3: support versions 5 and 6

2022-05-19 Thread Andrew Rybchenko
v6 (Andrew Rybchenko): Minor style changes in patches description Split FW version get patch to have callbacks reorder seperately Minor fix in FW version get patch to put callback definition, assignment and implementation just after device info get v5: Use RTE_MIN instead of de