[v1] doc: update QAT compression doc IDs

Message ID 20240228092049.3733832-1-venkatx.sivaramakrishnan@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series [v1] doc: update QAT compression doc IDs |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/loongarch-compilation success Compilation OK
ci/loongarch-unit-testing success Unit Testing PASS
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/intel-Functional success Functional PASS
ci/github-robot: build success github build: passed
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-abi-testing success Testing PASS
ci/iol-compile-amd64-testing success Testing PASS
ci/iol-unit-arm64-testing success Testing PASS
ci/iol-compile-arm64-testing success Testing PASS
ci/iol-unit-amd64-testing success Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-sample-apps-testing success Testing PASS

Commit Message

Sivaramakrishnan Venkat Feb. 28, 2024, 9:20 a.m. UTC
  Missing GEN2, GEN3 and GEN4 devices updated for the QAT compression.

Signed-off-by: Sivaramakrishnan Venkat <venkatx.sivaramakrishnan@intel.com>
---
 doc/guides/compressdevs/qat_comp.rst | 4 ++++
 1 file changed, 4 insertions(+)
  

Comments

Power, Ciara March 20, 2024, 9:58 a.m. UTC | #1
> -----Original Message-----
> From: Sivaramakrishnan, VenkatX <venkatx.sivaramakrishnan@intel.com>
> Sent: Wednesday, February 28, 2024 9:21 AM
> Cc: dev@dpdk.org; Power, Ciara <ciara.power@intel.com>; Sivaramakrishnan,
> VenkatX <venkatx.sivaramakrishnan@intel.com>
> Subject: [PATCH v1] doc: update QAT compression doc IDs
> 
> Missing GEN2, GEN3 and GEN4 devices updated for the QAT compression.
> 
> Signed-off-by: Sivaramakrishnan Venkat <venkatx.sivaramakrishnan@intel.com>
> ---
>  doc/guides/compressdevs/qat_comp.rst | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/doc/guides/compressdevs/qat_comp.rst
> b/doc/guides/compressdevs/qat_comp.rst
> index 475c4a9f9f..7927119611 100644
> --- a/doc/guides/compressdevs/qat_comp.rst
> +++ b/doc/guides/compressdevs/qat_comp.rst
> @@ -7,6 +7,10 @@ Intel(R) QuickAssist (QAT) Compression Poll Mode Driver
> The QAT compression PMD provides poll mode compression & decompression
> driver  support for the following hardware accelerator devices:
> 
> +* ``Intel QuickAssist Technology D15xx``
> +* ``Intel QuickAssist Technology 200xx``
> +* ``Intel QuickAssist Technology C4xxx``
> +* ``Intel QuickAssist Technology 4xxx``
>  * ``Intel QuickAssist Technology C62x``
>  * ``Intel QuickAssist Technology C3xxx``
>  * ``Intel QuickAssist Technology DH895x``
> --
> 2.25.1

Acked-by: Ciara Power <ciara.power@intel.com>
  
Thomas Monjalon March 21, 2024, 5:16 p.m. UTC | #2
20/03/2024 10:58, Power, Ciara:
> From: Sivaramakrishnan, VenkatX <venkatx.sivaramakrishnan@intel.com>
> > 
> > Missing GEN2, GEN3 and GEN4 devices updated for the QAT compression.
> > 
> > Signed-off-by: Sivaramakrishnan Venkat <venkatx.sivaramakrishnan@intel.com>
> > ---
> >  doc/guides/compressdevs/qat_comp.rst | 4 ++++
> >  1 file changed, 4 insertions(+)
> > 
> > diff --git a/doc/guides/compressdevs/qat_comp.rst
> > b/doc/guides/compressdevs/qat_comp.rst
> > index 475c4a9f9f..7927119611 100644
> > --- a/doc/guides/compressdevs/qat_comp.rst
> > +++ b/doc/guides/compressdevs/qat_comp.rst
> > @@ -7,6 +7,10 @@ Intel(R) QuickAssist (QAT) Compression Poll Mode Driver
> > The QAT compression PMD provides poll mode compression & decompression
> > driver  support for the following hardware accelerator devices:
> > 
> > +* ``Intel QuickAssist Technology D15xx``
> > +* ``Intel QuickAssist Technology 200xx``
> > +* ``Intel QuickAssist Technology C4xxx``
> > +* ``Intel QuickAssist Technology 4xxx``
> >  * ``Intel QuickAssist Technology C62x``
> >  * ``Intel QuickAssist Technology C3xxx``
> >  * ``Intel QuickAssist Technology DH895x``
> 
> Acked-by: Ciara Power <ciara.power@intel.com>

I think it could be better listed if sorted, but I don't know enough.

Applied, thanks.
  

Patch

diff --git a/doc/guides/compressdevs/qat_comp.rst b/doc/guides/compressdevs/qat_comp.rst
index 475c4a9f9f..7927119611 100644
--- a/doc/guides/compressdevs/qat_comp.rst
+++ b/doc/guides/compressdevs/qat_comp.rst
@@ -7,6 +7,10 @@  Intel(R) QuickAssist (QAT) Compression Poll Mode Driver
 The QAT compression PMD provides poll mode compression & decompression driver
 support for the following hardware accelerator devices:
 
+* ``Intel QuickAssist Technology D15xx``
+* ``Intel QuickAssist Technology 200xx``
+* ``Intel QuickAssist Technology C4xxx``
+* ``Intel QuickAssist Technology 4xxx``
 * ``Intel QuickAssist Technology C62x``
 * ``Intel QuickAssist Technology C3xxx``
 * ``Intel QuickAssist Technology DH895x``