* [dpdk-dev] [PATCH V1] doc: update recommended kernel version for i40e
@ 2020-01-03 2:59 Chen, Zhaoyan
0 siblings, 0 replies; 8+ messages in thread
From: Chen, Zhaoyan @ 2020-01-03 2:59 UTC (permalink / raw)
To: dev; +Cc: Chen, Zhaoyan
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
---
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
^ permalink raw reply [flat|nested] 8+ messages in thread
* [dpdk-dev] [PATCH V1] doc: update recommended kernel version for i40e
@ 2020-01-03 3:03 Chen, Zhaoyan
2020-01-14 2:28 ` Ye Xiaolong
0 siblings, 1 reply; 8+ messages in thread
From: Chen, Zhaoyan @ 2020-01-03 3:03 UTC (permalink / raw)
To: dev; +Cc: Chen, Zhaoyan
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
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH V1] doc: update recommended kernel version for i40e
2020-01-03 3:03 Chen, Zhaoyan
@ 2020-01-14 2:28 ` Ye Xiaolong
2020-01-14 19:10 ` Kevin Traynor
0 siblings, 1 reply; 8+ messages in thread
From: Ye Xiaolong @ 2020-01-14 2:28 UTC (permalink / raw)
To: Chen, Zhaoyan; +Cc: dev
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.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH V1] doc: update recommended kernel version for i40e
2020-01-14 2:28 ` Ye Xiaolong
@ 2020-01-14 19:10 ` Kevin Traynor
2020-01-14 19:15 ` Kevin Traynor
0 siblings, 1 reply; 8+ messages in thread
From: Kevin Traynor @ 2020-01-14 19:10 UTC (permalink / raw)
To: Ye Xiaolong, Chen, Zhaoyan; +Cc: dev, Yigit, Ferruh
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.
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH V1] doc: update recommended kernel version for i40e
2020-01-14 19:10 ` Kevin Traynor
@ 2020-01-14 19:15 ` Kevin Traynor
2020-01-15 2:29 ` Ye Xiaolong
0 siblings, 1 reply; 8+ messages in thread
From: Kevin Traynor @ 2020-01-14 19:15 UTC (permalink / raw)
To: Ye Xiaolong, Chen, Zhaoyan; +Cc: dev, Yigit, Ferruh
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.
>>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH V1] doc: update recommended kernel version for i40e
2020-01-14 19:15 ` Kevin Traynor
@ 2020-01-15 2:29 ` Ye Xiaolong
2021-04-19 22:01 ` Stephen Hemminger
0 siblings, 1 reply; 8+ messages in thread
From: Ye Xiaolong @ 2020-01-15 2:29 UTC (permalink / raw)
To: Kevin Traynor; +Cc: Chen, Zhaoyan, dev, Yigit, Ferruh
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.
>>>
>>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH V1] doc: update recommended kernel version for i40e
2020-01-15 2:29 ` Ye Xiaolong
@ 2021-04-19 22:01 ` Stephen Hemminger
0 siblings, 0 replies; 8+ messages in thread
From: Stephen Hemminger @ 2021-04-19 22:01 UTC (permalink / raw)
To: Ye Xiaolong; +Cc: Kevin Traynor, Chen, Zhaoyan, dev, Yigit, Ferruh
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
^ permalink raw reply [flat|nested] 8+ messages in thread
* [dpdk-dev] [PATCH V1] doc: update recommended kernel version for i40e
@ 2020-01-03 2:54 Chen, Zhaoyan
0 siblings, 0 replies; 8+ messages in thread
From: Chen, Zhaoyan @ 2020-01-03 2:54 UTC (permalink / raw)
To: dev; +Cc: Chen, Zhaoyan
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
---
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
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2021-04-19 22:01 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-03 2:59 [dpdk-dev] [PATCH V1] doc: update recommended kernel version for i40e Chen, Zhaoyan
-- strict thread matches above, loose matches on Subject: below --
2020-01-03 3:03 Chen, Zhaoyan
2020-01-14 2:28 ` Ye Xiaolong
2020-01-14 19:10 ` Kevin Traynor
2020-01-14 19:15 ` Kevin Traynor
2020-01-15 2:29 ` Ye Xiaolong
2021-04-19 22:01 ` Stephen Hemminger
2020-01-03 2:54 Chen, Zhaoyan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).