<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;}
/* 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;}
.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""><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Courier New"">>> Extended interrupt structures, required implementation for additional number of queues<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Courier New"">It is about Vmxnet3_IntrConfExt.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Courier New"">Vmxnet3_IntrConfExt  is a control data structure shared with ESX.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Courier New"">ESX introduced it for this version to increase the number of queues that can be used.<br>
Vmxnet3_IntrConf was used for older hardware versions<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""><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>Wednesday, May 25, 2022 at 1:46 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 6/9] net/vmxnet3: add version 6 support<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>
On 5/25/22 03:40, Pankaj Gupta wrote:<br>
> VMXNET3 version 6 supports some new features, including but not limited to:<br>
> - Increased max MTU up to 9190<br>
> - Increased max number of queues, both for Rx and Tx<br>
> - Removes power-of-two limitations<br>
> - Extended interrupt structures, required implementation for<br>
>     additional number of queues<br>
><br>
> Tested, using testpmd, for different hardware versions on ESXi 7.0<br>
> Update 2.<br>
><br>
> Signed-off-by: Pankaj Gupta <pagupta@vmware.com><br>
> Reviewed-by: Jochen Behrens <jbehrens@vmware.com><br>
> ---<br>
>   doc/guides/rel_notes/release_21_08.rst  |   8 +<br>
>   drivers/net/vmxnet3/base/vmxnet3_defs.h |  73 ++++++--<br>
>   drivers/net/vmxnet3/vmxnet3_ethdev.c    | 220 +++++++++++++++++-------<br>
>   drivers/net/vmxnet3/vmxnet3_ethdev.h    |  10 +-<br>
>   drivers/net/vmxnet3/vmxnet3_rxtx.c      |   2 +-<br>
>   5 files changed, 234 insertions(+), 79 deletions(-)<br>
><br>
> diff --git a/doc/guides/rel_notes/release_21_08.rst b/doc/guides/rel_notes/release_21_08.rst<br>
> index 4027bd4390..810da2cc1f 100644<br>
> --- a/doc/guides/rel_notes/release_21_08.rst<br>
> +++ b/doc/guides/rel_notes/release_21_08.rst<br>
> @@ -133,6 +133,14 @@ New Features<br>
><br>
>   * **Added RETA query and RETA update support for vmxnet3.**<br>
><br>
> +* **Added vmxnet3 version 6 supports with some new features.**<br>
> +<br>
> +  * Increased max MTU up to 9190<br>
> +  * Increased max number of queues, both for Rx and Tx<br>
> +  * Removes power-of-two limitations<br>
> +  * Extended interrupt structures, required implementation for additional number<br>
> +of queues<br>
> +<br>
<br>
I've realized that I don't understand the last bullet. Could<br>
you clarify it, please, and I'll update it on applying.<br>
<br>
Also, JFYI, you should update release notes for 22.07 release, not old<br>
release notes for 21.08. Don't worry about it now -<br>
I'll move and rephrase it on applying.<br>
<br>
Thanks,<br>
Andrew.<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>