<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"Apple Color Emoji";
        panose-1:0 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:"Times New Roman \(Body CS\)";
        panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
        {font-family:"Helvetica Neue";
        panose-1:2 0 5 3 0 0 0 2 0 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:10.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Courier New";
        color:windowtext;
        font-weight:normal;
        font-style:normal;}
p.p1, li.p1, div.p1
        {mso-style-name:p1;
        margin:0in;
        font-size:15.0pt;
        font-family:"Helvetica Neue";}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Courier New"">Hi Andrew,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Courier New"">New features were introduced in following two patches so I will update release_22_07.rst for these two patches.<o:p></o:p></span></p>
<p class="p1"><span style="font-size:12.0pt;font-family:"Courier New"">[PATCH v6 1/9] net/vmxnet3: add version 5 support<o:p></o:p></span></p>
<p class="p1"><span style="font-size:12.0pt;font-family:"Courier New"">[PATCH v6 6/9] net/vmxnet3: add version 6 support<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Courier New""><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Courier New"">Let me know if I am missing anything.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Courier New""><o:p> </o:p></span></p>
<div>
<div>
<div>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Courier New"">Thanks,<o:p></o:p></span></p>
</div>
</div>
</div>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Courier New"">Pankaj</span><span style="font-size:11.0pt;font-family:"Courier New""><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Courier New""><o:p> </o:p></span></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal" style="margin-bottom:12.0pt"><b><span style="font-size:12.0pt;color:black">From:
</span></b><span style="font-size:12.0pt;color:black">Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru><br>
<b>Date: </b>Thursday, May 19, 2022 at 1:07 AM<br>
<b>To: </b>Pankaj Gupta <pagupta@vmware.com>, Jochen Behrens <jbehrens@vmware.com><br>
<b>Cc: </b>dev@dpdk.org <dev@dpdk.org><br>
<b>Subject: </b>Re: [PATCH v6 0/9] net/vmxnet3: support versions 5 and 6<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Apple Color Emoji"">⚠</span><span style="font-size:11.0pt"> External Email<br>
<br>
Hi Pankaj,<br>
<br>
I did final cleanup before applying the patch series, but<br>
realized that release notes update is missing.<br>
Please, pick up my changes and amend patches which support<br>
new features with release notes update in the documentation.<br>
<br>
Everything else LGTM now.<br>
<br>
Thanks,<br>
Andrew.<br>
<br>
On 5/19/22 11:04, Andrew Rybchenko wrote:<br>
> v6 (Andrew Rybchenko):<br>
>      Minor style changes in patches description<br>
>      Split FW version get patch to have callbacks reorder seperately<br>
>      Minor fix in FW version get patch to put callback definition,<br>
>      assignment and implementation just after device info get<br>
><br>
> v5:<br>
>      Use RTE_MIN instead of defining MIN in drivers/net/vmxnet3/vmxnet3_ethdev.c<br>
>      User RETA instead of reta in commit message<br>
>      Fix the issue thrown by checkpatches.sh in file drivers/net/vmxnet3/vmxnet3_ethdev.c<br>
><br>
> v4:<br>
>      Changing the subject for [Patch 8/8] from "net/vmxnet3: fix merge error<br>
>      in initialization for rxDataRing feature" to<br>
>      "Fixes: 046f11619567 ("net/vmxnet3: support MSI-X interrupt")"<br>
><br>
> v3:<br>
>      adding Reviewed-by info in all the patches<br>
><br>
> v2:<br>
>      address review comments from Andrew Rybchenko andrew.rybchenko@oktetlabs.ru<br>
><br>
> Pankaj Gupta (9):<br>
>    net/vmxnet3: add version 5 support<br>
>    net/vmxnet3: implement RETA query and RETA update<br>
>    net/vmxnet3: add Rx queue usage count utility<br>
>    net/vmxnet3: fix ethdev callbacks init order<br>
>    net/vmxnet3: report HW version on FW version get<br>
>    net/vmxnet3: add version 6 support<br>
>    net/vmxnet3: advertise RETA size in device info<br>
>    net/vmxnet3: set packet type for fragmented packet<br>
>    net/vmxnet3: fix merge error in Rx data ring initialization<br>
><br>
>   drivers/net/vmxnet3/base/vmxnet3_defs.h |  73 ++++-<br>
>   drivers/net/vmxnet3/vmxnet3_ethdev.c    | 339 +++++++++++++++++++-----<br>
>   drivers/net/vmxnet3/vmxnet3_ethdev.h    |  15 +-<br>
>   drivers/net/vmxnet3/vmxnet3_rxtx.c      |  49 +++-<br>
>   4 files changed, 388 insertions(+), 88 deletions(-)<br>
><br>
<br>
<br>
________________________________<br>
<br>
</span><span style="font-size:11.0pt;font-family:"Apple Color Emoji"">⚠</span><span style="font-size:11.0pt"> External Email: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender.<o:p></o:p></span></p>
</div>
</div>
</body>
</html>