[V1] doc: update recommended kernel version for i40e

Message ID 20200103030339.146237-1-zhaoyan.chen@intel.com (mailing list archive)
State Accepted, archived
Delegated to: xiaolong ye
Headers
Series [V1] doc: update recommended kernel version for i40e |

Checks

Context Check Description
ci/checkpatch warning coding style issues
ci/travis-robot warning Travis build: failed
ci/Intel-compilation fail Compilation issues

Commit Message

Chen, Zhaoyan Jan. 3, 2020, 3:03 a.m. UTC
  Update supported Intel NIC driver version and firmware version for 19.11
Update supported Intel NIC driver version to 2.8.43 for 19.08 which is 
widely tested

Signed-off-by: Zhaoyan Chen <zhaoyan.chen@intel.com>
---
 doc/guides/nics/i40e.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
  

Comments

Xiaolong Ye Jan. 14, 2020, 2:28 a.m. UTC | #1
On 01/03, Chen, Zhaoyan wrote:
>Update supported Intel NIC driver version and firmware version for 19.11
>Update supported Intel NIC driver version to 2.8.43 for 19.08 which is 
>widely tested
>
>Signed-off-by: Zhaoyan Chen <zhaoyan.chen@intel.com>
>---
> doc/guides/nics/i40e.rst | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
>diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
>index 38acf5906..c7c34b62f 100644
>--- a/doc/guides/nics/i40e.rst
>+++ b/doc/guides/nics/i40e.rst
>@@ -69,7 +69,9 @@ to chapter Tested Platforms/Tested NICs in release notes.
>    +--------------+-----------------------+------------------+
>    | DPDK version | Kernel driver version | Firmware version |
>    +==============+=======================+==================+
>-   |    19.08     |         2.9.21        |       7.00       |
>+   |    19.11     |         2.9.21        |       7.00       |
>+   +--------------+-----------------------+------------------+
>+   |    19.08     |         2.8.43        |       7.00       |
>    +--------------+-----------------------+------------------+
>    |    19.05     |         2.7.29        |       6.80       |
>    +--------------+-----------------------+------------------+
>-- 
>2.22.0
>

Acked-by: Xiaolong Ye <xiaolong.ye@intel.com>

Applied to dpdk-next-net-intel, Thanks.
  
Kevin Traynor Jan. 14, 2020, 7:10 p.m. UTC | #2
On 14/01/2020 02:28, Ye Xiaolong wrote:
> On 01/03, Chen, Zhaoyan wrote:
>> Update supported Intel NIC driver version and firmware version for 19.11
>> Update supported Intel NIC driver version to 2.8.43 for 19.08 which is 
>> widely tested
>>

This should be backported to 19.11 branch. Please add Cc:
stable@dpdk.org . Not sure which Fixed commit, if no code changes were
needed then suggest picking the commit that added the Intel testing
results in the release notes.

>> Signed-off-by: Zhaoyan Chen <zhaoyan.chen@intel.com>
>> ---
>> doc/guides/nics/i40e.rst | 4 +++-
>> 1 file changed, 3 insertions(+), 1 deletion(-)
>>
>> diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
>> index 38acf5906..c7c34b62f 100644
>> --- a/doc/guides/nics/i40e.rst
>> +++ b/doc/guides/nics/i40e.rst
>> @@ -69,7 +69,9 @@ to chapter Tested Platforms/Tested NICs in release notes.
>>    +--------------+-----------------------+------------------+
>>    | DPDK version | Kernel driver version | Firmware version |
>>    +==============+=======================+==================+
>> -   |    19.08     |         2.9.21        |       7.00       |
>> +   |    19.11     |         2.9.21        |       7.00       |
>> +   +--------------+-----------------------+------------------+
>> +   |    19.08     |         2.8.43        |       7.00       |
>>    +--------------+-----------------------+------------------+
>>    |    19.05     |         2.7.29        |       6.80       |
>>    +--------------+-----------------------+------------------+
>> -- 
>> 2.22.0
>>
> 
> Acked-by: Xiaolong Ye <xiaolong.ye@intel.com>
> 
> Applied to dpdk-next-net-intel, Thanks.
>
  
Kevin Traynor Jan. 14, 2020, 7:15 p.m. UTC | #3
On 14/01/2020 19:10, Kevin Traynor wrote:
> On 14/01/2020 02:28, Ye Xiaolong wrote:
>> On 01/03, Chen, Zhaoyan wrote:
>>> Update supported Intel NIC driver version and firmware version for 19.11
>>> Update supported Intel NIC driver version to 2.8.43 for 19.08 which is 
>>> widely tested
>>>
> 
> This should be backported to 19.11 branch. Please add Cc:
> stable@dpdk.org . Not sure which Fixed commit, if no code changes were
> needed then suggest picking the commit that added the Intel testing
> results in the release notes.
> 

Actually, this is the commit to use:

Fixes: cb8a35c22aa9 ("doc: update supported i40e driver and firmware
version")

>>> Signed-off-by: Zhaoyan Chen <zhaoyan.chen@intel.com>
>>> ---
>>> doc/guides/nics/i40e.rst | 4 +++-
>>> 1 file changed, 3 insertions(+), 1 deletion(-)
>>>
>>> diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
>>> index 38acf5906..c7c34b62f 100644
>>> --- a/doc/guides/nics/i40e.rst
>>> +++ b/doc/guides/nics/i40e.rst
>>> @@ -69,7 +69,9 @@ to chapter Tested Platforms/Tested NICs in release notes.
>>>    +--------------+-----------------------+------------------+
>>>    | DPDK version | Kernel driver version | Firmware version |
>>>    +==============+=======================+==================+
>>> -   |    19.08     |         2.9.21        |       7.00       |
>>> +   |    19.11     |         2.9.21        |       7.00       |
>>> +   +--------------+-----------------------+------------------+
>>> +   |    19.08     |         2.8.43        |       7.00       |
>>>    +--------------+-----------------------+------------------+
>>>    |    19.05     |         2.7.29        |       6.80       |
>>>    +--------------+-----------------------+------------------+
>>> -- 
>>> 2.22.0
>>>
>>
>> Acked-by: Xiaolong Ye <xiaolong.ye@intel.com>
>>
>> Applied to dpdk-next-net-intel, Thanks.
>>
>
  
Xiaolong Ye Jan. 15, 2020, 2:29 a.m. UTC | #4
On 01/14, Kevin Traynor wrote:
>On 14/01/2020 19:10, Kevin Traynor wrote:
>> On 14/01/2020 02:28, Ye Xiaolong wrote:
>>> On 01/03, Chen, Zhaoyan wrote:
>>>> Update supported Intel NIC driver version and firmware version for 19.11
>>>> Update supported Intel NIC driver version to 2.8.43 for 19.08 which is 
>>>> widely tested
>>>>
>> 
>> This should be backported to 19.11 branch. Please add Cc:
>> stable@dpdk.org . Not sure which Fixed commit, if no code changes were
>> needed then suggest picking the commit that added the Intel testing
>> results in the release notes.
>> 
>
>Actually, this is the commit to use:
>
>Fixes: cb8a35c22aa9 ("doc: update supported i40e driver and firmware
>version")

Thanks for the reminder, I'll add Fixes tag and cc stable in next-net-intel tree.

Thanks,
Xiaolong
>
>>>> Signed-off-by: Zhaoyan Chen <zhaoyan.chen@intel.com>
>>>> ---
>>>> doc/guides/nics/i40e.rst | 4 +++-
>>>> 1 file changed, 3 insertions(+), 1 deletion(-)
>>>>
>>>> diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
>>>> index 38acf5906..c7c34b62f 100644
>>>> --- a/doc/guides/nics/i40e.rst
>>>> +++ b/doc/guides/nics/i40e.rst
>>>> @@ -69,7 +69,9 @@ to chapter Tested Platforms/Tested NICs in release notes.
>>>>    +--------------+-----------------------+------------------+
>>>>    | DPDK version | Kernel driver version | Firmware version |
>>>>    +==============+=======================+==================+
>>>> -   |    19.08     |         2.9.21        |       7.00       |
>>>> +   |    19.11     |         2.9.21        |       7.00       |
>>>> +   +--------------+-----------------------+------------------+
>>>> +   |    19.08     |         2.8.43        |       7.00       |
>>>>    +--------------+-----------------------+------------------+
>>>>    |    19.05     |         2.7.29        |       6.80       |
>>>>    +--------------+-----------------------+------------------+
>>>> -- 
>>>> 2.22.0
>>>>
>>>
>>> Acked-by: Xiaolong Ye <xiaolong.ye@intel.com>
>>>
>>> Applied to dpdk-next-net-intel, Thanks.
>>>
>> 
>
  
Stephen Hemminger April 19, 2021, 10:01 p.m. UTC | #5
On Wed, 15 Jan 2020 10:29:06 +0800
Ye Xiaolong <xiaolong.ye@intel.com> wrote:

> On 01/14, Kevin Traynor wrote:
> >On 14/01/2020 19:10, Kevin Traynor wrote:  
> >> On 14/01/2020 02:28, Ye Xiaolong wrote:  
> >>> On 01/03, Chen, Zhaoyan wrote:  
> >>>> Update supported Intel NIC driver version and firmware version for 19.11
> >>>> Update supported Intel NIC driver version to 2.8.43 for 19.08 which is 
> >>>> widely tested
> >>>>  
> >> 
> >> This should be backported to 19.11 branch. Please add Cc:
> >> stable@dpdk.org . Not sure which Fixed commit, if no code changes were
> >> needed then suggest picking the commit that added the Intel testing
> >> results in the release notes.
> >>   
> >
> >Actually, this is the commit to use:
> >
> >Fixes: cb8a35c22aa9 ("doc: update supported i40e driver and firmware
> >version")  
> 
> Thanks for the reminder, I'll add Fixes tag and cc stable in next-net-intel tree.
> 
> Thanks,
> Xiaolo

The upstream kernel has removed the separate driver versions. This should be updated
to be kernel versions
  

Patch

diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
index 38acf5906..c7c34b62f 100644
--- a/doc/guides/nics/i40e.rst
+++ b/doc/guides/nics/i40e.rst
@@ -69,7 +69,9 @@  to chapter Tested Platforms/Tested NICs in release notes.
    +--------------+-----------------------+------------------+
    | DPDK version | Kernel driver version | Firmware version |
    +==============+=======================+==================+
-   |    19.08     |         2.9.21        |       7.00       |
+   |    19.11     |         2.9.21        |       7.00       |
+   +--------------+-----------------------+------------------+
+   |    19.08     |         2.8.43        |       7.00       |
    +--------------+-----------------------+------------------+
    |    19.05     |         2.7.29        |       6.80       |
    +--------------+-----------------------+------------------+