[v1] doc:Update i40e PMD firmware/driver mapping table.

Message ID 20200521074512.145406-1-zhaoyan.chen@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers
Series [v1] doc:Update i40e PMD firmware/driver mapping table. |

Checks

Context Check Description
ci/checkpatch warning coding style issues
ci/travis-robot success Travis build: passed
ci/Intel-compilation success Compilation OK

Commit Message

Chen, Zhaoyan May 21, 2020, 7:45 a.m. UTC
  Update i40e PMD firmware/driver mapping table.

Signed-off-by: Zhaoyan Chen <zhaoyan.chen@intel.com>

---
 doc/guides/nics/i40e.rst | 4 ++++
 1 file changed, 4 insertions(+)
  

Comments

Xing, Beilei May 22, 2020, 2:20 a.m. UTC | #1
> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Chen, Zhaoyan
> Sent: Thursday, May 21, 2020 3:45 PM
> To: dev@dpdk.org
> Cc: Chen, Zhaoyan <zhaoyan.chen@intel.com>
> Subject: [dpdk-dev] [PATCH v1]doc:Update i40e PMD firmware/driver
> mapping table.

Minor comments: 
1. Space is needed after colon
2. Update -> update
3. no need . in the tile
So it should be like "doc: update firmware/driver mapping table for i40e"

> 
> Update i40e PMD firmware/driver mapping table.
> 
> Signed-off-by: Zhaoyan Chen <zhaoyan.chen@intel.com>
> 
> ---
>  doc/guides/nics/i40e.rst | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst index
> 2f846091cf..00c3042d5d 100644
> --- a/doc/guides/nics/i40e.rst
> +++ b/doc/guides/nics/i40e.rst
> @@ -88,6 +88,8 @@ For X710/XL710/XXV710,
>     +--------------+-----------------------+------------------+
>     | DPDK version | Kernel driver version | Firmware version |
>     +==============+=======================+==================+
> +   |    20.05     |         2.11.27       |       7.30       |
> +   +--------------+-----------------------+------------------+
>     |    20.02     |         2.10.19       |       7.20       |
>     +--------------+-----------------------+------------------+
>     |    19.11     |         2.9.21        |       7.00       |
> @@ -127,6 +129,8 @@ For X722,
>     +--------------+-----------------------+------------------+
>     | DPDK version | Kernel driver version | Firmware version |
>     +==============+=======================+==================+
> +   |    20.05     |         2.11.27       |       4.11       |
> +   +--------------+-----------------------+------------------+
>     |    20.02     |         2.10.19       |       4.11       |
>     +--------------+-----------------------+------------------+
>     |    19.11     |         2.9.21        |       4.10       |
> --
> 2.22.0
  
Ferruh Yigit May 22, 2020, 3:30 p.m. UTC | #2
On 5/22/2020 3:20 AM, Xing, Beilei wrote:
> 
> 
>> -----Original Message-----
>> From: dev <dev-bounces@dpdk.org> On Behalf Of Chen, Zhaoyan
>> Sent: Thursday, May 21, 2020 3:45 PM
>> To: dev@dpdk.org
>> Cc: Chen, Zhaoyan <zhaoyan.chen@intel.com>
>> Subject: [dpdk-dev] [PATCH v1]doc:Update i40e PMD firmware/driver
>> mapping table.
> 
> Minor comments: 
> 1. Space is needed after colon
> 2. Update -> update
> 3. no need . in the tile
> So it should be like "doc: update firmware/driver mapping table for i40e"

Hi Beilei,

If the content is correct and only issue is above ones, I can fix them while
merging.

> 
>>
>> Update i40e PMD firmware/driver mapping table.
>>
>> Signed-off-by: Zhaoyan Chen <zhaoyan.chen@intel.com>
>>
>> ---
>>  doc/guides/nics/i40e.rst | 4 ++++
>>  1 file changed, 4 insertions(+)
>>
>> diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst index
>> 2f846091cf..00c3042d5d 100644
>> --- a/doc/guides/nics/i40e.rst
>> +++ b/doc/guides/nics/i40e.rst
>> @@ -88,6 +88,8 @@ For X710/XL710/XXV710,
>>     +--------------+-----------------------+------------------+
>>     | DPDK version | Kernel driver version | Firmware version |
>>     +==============+=======================+==================+
>> +   |    20.05     |         2.11.27       |       7.30       |
>> +   +--------------+-----------------------+------------------+
>>     |    20.02     |         2.10.19       |       7.20       |
>>     +--------------+-----------------------+------------------+
>>     |    19.11     |         2.9.21        |       7.00       |
>> @@ -127,6 +129,8 @@ For X722,
>>     +--------------+-----------------------+------------------+
>>     | DPDK version | Kernel driver version | Firmware version |
>>     +==============+=======================+==================+
>> +   |    20.05     |         2.11.27       |       4.11       |
>> +   +--------------+-----------------------+------------------+
>>     |    20.02     |         2.10.19       |       4.11       |
>>     +--------------+-----------------------+------------------+
>>     |    19.11     |         2.9.21        |       4.10       |
>> --
>> 2.22.0
>
  
Xing, Beilei May 25, 2020, 2:03 a.m. UTC | #3
> -----Original Message-----
> From: Yigit, Ferruh <ferruh.yigit@intel.com>
> Sent: Friday, May 22, 2020 11:31 PM
> To: Xing, Beilei <beilei.xing@intel.com>; Chen, Zhaoyan
> <zhaoyan.chen@intel.com>; dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH v1]doc:Update i40e PMD firmware/driver
> mapping table.
> 
> On 5/22/2020 3:20 AM, Xing, Beilei wrote:
> >
> >
> >> -----Original Message-----
> >> From: dev <dev-bounces@dpdk.org> On Behalf Of Chen, Zhaoyan
> >> Sent: Thursday, May 21, 2020 3:45 PM
> >> To: dev@dpdk.org
> >> Cc: Chen, Zhaoyan <zhaoyan.chen@intel.com>
> >> Subject: [dpdk-dev] [PATCH v1]doc:Update i40e PMD firmware/driver
> >> mapping table.
> >
> > Minor comments:
> > 1. Space is needed after colon
> > 2. Update -> update
> > 3. no need . in the tile
> > So it should be like "doc: update firmware/driver mapping table for i40e"
> 
> Hi Beilei,
> 
> If the content is correct and only issue is above ones, I can fix them while
> merging.
> 

Yes, thanks.

Except the minor comments,
Acked-by: Beilei Xing <beilei.xing@intel.com>


> >
> >>
> >> Update i40e PMD firmware/driver mapping table.
> >>
> >> Signed-off-by: Zhaoyan Chen <zhaoyan.chen@intel.com>
> >>
> >> ---
> >>  doc/guides/nics/i40e.rst | 4 ++++
> >>  1 file changed, 4 insertions(+)
> >>
> >> diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
> >> index 2f846091cf..00c3042d5d 100644
> >> --- a/doc/guides/nics/i40e.rst
> >> +++ b/doc/guides/nics/i40e.rst
> >> @@ -88,6 +88,8 @@ For X710/XL710/XXV710,
> >>     +--------------+-----------------------+------------------+
> >>     | DPDK version | Kernel driver version | Firmware version |
> >>     +==============+=======================+==================+
> >> +   |    20.05     |         2.11.27       |       7.30       |
> >> +   +--------------+-----------------------+------------------+
> >>     |    20.02     |         2.10.19       |       7.20       |
> >>     +--------------+-----------------------+------------------+
> >>     |    19.11     |         2.9.21        |       7.00       |
> >> @@ -127,6 +129,8 @@ For X722,
> >>     +--------------+-----------------------+------------------+
> >>     | DPDK version | Kernel driver version | Firmware version |
> >>     +==============+=======================+==================+
> >> +   |    20.05     |         2.11.27       |       4.11       |
> >> +   +--------------+-----------------------+------------------+
> >>     |    20.02     |         2.10.19       |       4.11       |
> >>     +--------------+-----------------------+------------------+
> >>     |    19.11     |         2.9.21        |       4.10       |
> >> --
> >> 2.22.0
> >
  
Chen, Zhaoyan May 25, 2020, 2:30 a.m. UTC | #4
Thanks, Beilei and Ferruh.



Regards,
Zhaoyan Chen

> -----Original Message-----
> From: Xing, Beilei <beilei.xing@intel.com>
> Sent: Monday, May 25, 2020 10:04 AM
> To: Yigit, Ferruh <ferruh.yigit@intel.com>; Chen, Zhaoyan
> <zhaoyan.chen@intel.com>; dev@dpdk.org
> Subject: RE: [dpdk-dev] [PATCH v1]doc:Update i40e PMD firmware/driver
> mapping table.
> 
> 
> 
> > -----Original Message-----
> > From: Yigit, Ferruh <ferruh.yigit@intel.com>
> > Sent: Friday, May 22, 2020 11:31 PM
> > To: Xing, Beilei <beilei.xing@intel.com>; Chen, Zhaoyan
> > <zhaoyan.chen@intel.com>; dev@dpdk.org
> > Subject: Re: [dpdk-dev] [PATCH v1]doc:Update i40e PMD
> firmware/driver
> > mapping table.
> >
> > On 5/22/2020 3:20 AM, Xing, Beilei wrote:
> > >
> > >
> > >> -----Original Message-----
> > >> From: dev <dev-bounces@dpdk.org> On Behalf Of Chen, Zhaoyan
> > >> Sent: Thursday, May 21, 2020 3:45 PM
> > >> To: dev@dpdk.org
> > >> Cc: Chen, Zhaoyan <zhaoyan.chen@intel.com>
> > >> Subject: [dpdk-dev] [PATCH v1]doc:Update i40e PMD firmware/driver
> > >> mapping table.
> > >
> > > Minor comments:
> > > 1. Space is needed after colon
> > > 2. Update -> update
> > > 3. no need . in the tile
> > > So it should be like "doc: update firmware/driver mapping table for
> i40e"
> >
> > Hi Beilei,
> >
> > If the content is correct and only issue is above ones, I can fix them
> > while merging.
> >
> 
> Yes, thanks.
> 
> Except the minor comments,
> Acked-by: Beilei Xing <beilei.xing@intel.com>
> 
> 
> > >
> > >>
> > >> Update i40e PMD firmware/driver mapping table.
> > >>
> > >> Signed-off-by: Zhaoyan Chen <zhaoyan.chen@intel.com>
> > >>
> > >> ---
> > >>  doc/guides/nics/i40e.rst | 4 ++++
> > >>  1 file changed, 4 insertions(+)
> > >>
> > >> diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
> > >> index 2f846091cf..00c3042d5d 100644
> > >> --- a/doc/guides/nics/i40e.rst
> > >> +++ b/doc/guides/nics/i40e.rst
> > >> @@ -88,6 +88,8 @@ For X710/XL710/XXV710,
> > >>     +--------------+-----------------------+------------------+
> > >>     | DPDK version | Kernel driver version | Firmware version |
> > >>
> +==============+=======================+==================+
> > >> +   |    20.05     |         2.11.27       |       7.30       |
> > >> +   +--------------+-----------------------+------------------+
> > >>     |    20.02     |         2.10.19       |       7.20       |
> > >>     +--------------+-----------------------+------------------+
> > >>     |    19.11     |         2.9.21        |       7.00       |
> > >> @@ -127,6 +129,8 @@ For X722,
> > >>     +--------------+-----------------------+------------------+
> > >>     | DPDK version | Kernel driver version | Firmware version |
> > >>
> +==============+=======================+==================+
> > >> +   |    20.05     |         2.11.27       |       4.11       |
> > >> +   +--------------+-----------------------+------------------+
> > >>     |    20.02     |         2.10.19       |       4.11       |
> > >>     +--------------+-----------------------+------------------+
> > >>     |    19.11     |         2.9.21        |       4.10       |
> > >> --
> > >> 2.22.0
> > >
>
  
Ferruh Yigit May 25, 2020, 3:55 p.m. UTC | #5
On 5/25/2020 3:03 AM, Xing, Beilei wrote:
> 
> 
>> -----Original Message-----
>> From: Yigit, Ferruh <ferruh.yigit@intel.com>
>> Sent: Friday, May 22, 2020 11:31 PM
>> To: Xing, Beilei <beilei.xing@intel.com>; Chen, Zhaoyan
>> <zhaoyan.chen@intel.com>; dev@dpdk.org
>> Subject: Re: [dpdk-dev] [PATCH v1]doc:Update i40e PMD firmware/driver
>> mapping table.
>>
>> On 5/22/2020 3:20 AM, Xing, Beilei wrote:
>>>
>>>
>>>> -----Original Message-----
>>>> From: dev <dev-bounces@dpdk.org> On Behalf Of Chen, Zhaoyan
>>>> Sent: Thursday, May 21, 2020 3:45 PM
>>>> To: dev@dpdk.org
>>>> Cc: Chen, Zhaoyan <zhaoyan.chen@intel.com>
>>>> Subject: [dpdk-dev] [PATCH v1]doc:Update i40e PMD firmware/driver
>>>> mapping table.
>>>
>>> Minor comments:
>>> 1. Space is needed after colon
>>> 2. Update -> update
>>> 3. no need . in the tile
>>> So it should be like "doc: update firmware/driver mapping table for i40e"
>>
>> Hi Beilei,
>>
>> If the content is correct and only issue is above ones, I can fix them while
>> merging.
>>
> 
> Yes, thanks.
> 
> Except the minor comments,
> Acked-by: Beilei Xing <beilei.xing@intel.com>
> 

(Used suggested title.)

Applied to dpdk-next-net/master, thanks.
  

Patch

diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
index 2f846091cf..00c3042d5d 100644
--- a/doc/guides/nics/i40e.rst
+++ b/doc/guides/nics/i40e.rst
@@ -88,6 +88,8 @@  For X710/XL710/XXV710,
    +--------------+-----------------------+------------------+
    | DPDK version | Kernel driver version | Firmware version |
    +==============+=======================+==================+
+   |    20.05     |         2.11.27       |       7.30       |
+   +--------------+-----------------------+------------------+
    |    20.02     |         2.10.19       |       7.20       |
    +--------------+-----------------------+------------------+
    |    19.11     |         2.9.21        |       7.00       |
@@ -127,6 +129,8 @@  For X722,
    +--------------+-----------------------+------------------+
    | DPDK version | Kernel driver version | Firmware version |
    +==============+=======================+==================+
+   |    20.05     |         2.11.27       |       4.11       |
+   +--------------+-----------------------+------------------+
    |    20.02     |         2.10.19       |       4.11       |
    +--------------+-----------------------+------------------+
    |    19.11     |         2.9.21        |       4.10       |