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: > sta...@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.c...@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...@intel.com> >> >> Applied to dpdk-next-net-intel, Thanks. >> >