Message ID | 20220113021538.433136-1-qi.z.zhang@intel.com (mailing list archive) |
---|---|
State | Superseded, archived |
Delegated to: | Qi Zhang |
Headers | show |
Series | doc: update matching versions in ice guide | expand |
Context | Check | Description |
---|---|---|
ci/checkpatch | success | coding style OK |
ci/iol-broadcom-Performance | success | Performance Testing PASS |
ci/iol-mellanox-Performance | success | Performance Testing PASS |
ci/iol-intel-Performance | success | Performance Testing PASS |
ci/iol-broadcom-Functional | success | Functional Testing PASS |
ci/iol-intel-Functional | success | Functional Testing PASS |
ci/github-robot: build | success | github build: passed |
ci/iol-aarch64-unit-testing | success | Testing PASS |
ci/iol-abi-testing | success | Testing PASS |
ci/iol-aarch64-compile-testing | success | Testing PASS |
ci/iol-x86_64-compile-testing | success | Testing PASS |
ci/iol-x86_64-unit-testing | success | Testing PASS |
ci/Intel-compilation | success | Compilation OK |
ci/intel-Testing | success | Testing PASS |
On Thu, Jan 13, 2022 at 3:12 AM Qi Zhang <qi.z.zhang@intel.com> wrote: > > Add recommended matching list for ice PMD in DPDK 21.08 and DPDK 21.11. Any reason why this is not marked for backport in 21.11? > > Signed-off-by: Qi Zhang <qi.z.zhang@intel.com> > --- > doc/guides/nics/ice.rst | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst > index f95fef8cf0..a1780c46c3 100644 > --- a/doc/guides/nics/ice.rst > +++ b/doc/guides/nics/ice.rst > @@ -58,6 +58,10 @@ The detailed information can refer to chapter Tested Platforms/Tested NICs in re > +-----------+---------------+-----------------+-----------+--------------+-----------+ > | 21.05 | 1.6.5 | 1.3.26 | 1.3.30 | 1.3.6 | 3.0 | > +-----------+---------------+-----------------+-----------+--------------+-----------+ > + | 21.08 | 1.7.16 | 1.3.27 | 1.3.31 | 1.3.7 | 3.1 | > + +-----------+---------------+-----------------+-----------+--------------+-----------+ > + | 21.11 | 1.7.16 | 1.3.27 | 1.3.31 | 1.3.7 | 3.1 | > + +-----------+---------------+-----------------+-----------+--------------+-----------+ > > Pre-Installation Configuration > ------------------------------
> -----Original Message----- > From: David Marchand <david.marchand@redhat.com> > Sent: Thursday, January 13, 2022 2:40 PM > To: Zhang, Qi Z <qi.z.zhang@intel.com> > Cc: Yang, Qiming <qiming.yang@intel.com>; Guo, Junfeng > <junfeng.guo@intel.com>; Lin, Xueqin <xueqin.lin@intel.com>; dev > <dev@dpdk.org>; Yigit, Ferruh <ferruh.yigit@intel.com>; Kevin Traynor > <ktraynor@redhat.com> > Subject: Re: [PATCH] doc: update matching versions in ice guide > > On Thu, Jan 13, 2022 at 3:12 AM Qi Zhang <qi.z.zhang@intel.com> wrote: > > > > Add recommended matching list for ice PMD in DPDK 21.08 and DPDK 21.11. > > Any reason why this is not marked for backport in 21.11? It should, I will add cc stable in v2, thanks. > > > > > Signed-off-by: Qi Zhang <qi.z.zhang@intel.com> > > --- > > doc/guides/nics/ice.rst | 4 ++++ > > 1 file changed, 4 insertions(+) > > > > diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst index > > f95fef8cf0..a1780c46c3 100644 > > --- a/doc/guides/nics/ice.rst > > +++ b/doc/guides/nics/ice.rst > > @@ -58,6 +58,10 @@ The detailed information can refer to chapter Tested > Platforms/Tested NICs in re > > +-----------+---------------+-----------------+-----------+--------------+----------- > + > > | 21.05 | 1.6.5 | 1.3.26 | 1.3.30 | 1.3.6 | 3.0 | > > > > +-----------+---------------+-----------------+-----------+----------- > > ---+-----------+ > > + | 21.08 | 1.7.16 | 1.3.27 | 1.3.31 | 1.3.7 | 3.1 | > > + +-----------+---------------+-----------------+-----------+--------------+---------- > -+ > > + | 21.11 | 1.7.16 | 1.3.27 | 1.3.31 | 1.3.7 | 3.1 | > > + > > + +-----------+---------------+-----------------+-----------+--------- > > + -----+-----------+ > > > > Pre-Installation Configuration > > ------------------------------ > > > -- > David Marchand
diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst index f95fef8cf0..a1780c46c3 100644 --- a/doc/guides/nics/ice.rst +++ b/doc/guides/nics/ice.rst @@ -58,6 +58,10 @@ The detailed information can refer to chapter Tested Platforms/Tested NICs in re +-----------+---------------+-----------------+-----------+--------------+-----------+ | 21.05 | 1.6.5 | 1.3.26 | 1.3.30 | 1.3.6 | 3.0 | +-----------+---------------+-----------------+-----------+--------------+-----------+ + | 21.08 | 1.7.16 | 1.3.27 | 1.3.31 | 1.3.7 | 3.1 | + +-----------+---------------+-----------------+-----------+--------------+-----------+ + | 21.11 | 1.7.16 | 1.3.27 | 1.3.31 | 1.3.7 | 3.1 | + +-----------+---------------+-----------------+-----------+--------------+-----------+ Pre-Installation Configuration ------------------------------
Add recommended matching list for ice PMD in DPDK 21.08 and DPDK 21.11. Signed-off-by: Qi Zhang <qi.z.zhang@intel.com> --- doc/guides/nics/ice.rst | 4 ++++ 1 file changed, 4 insertions(+)