> This patch updates the release note to describe qat refactor > changes made. > > Signed-off-by: Fan Zhang <roy.fan.zh...@intel.com> > --- > doc/guides/rel_notes/release_21_11.rst | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/doc/guides/rel_notes/release_21_11.rst > b/doc/guides/rel_notes/release_21_11.rst > index 3ade7fe5ac..02a61be76b 100644 > --- a/doc/guides/rel_notes/release_21_11.rst > +++ b/doc/guides/rel_notes/release_21_11.rst > @@ -157,6 +157,10 @@ API Changes > the crypto/security operation. This field will be used to communicate > events such as soft expiry with IPsec in lookaside mode. > > +* common/qat: QAT PMD is refactored to divide generation specific control > + path code into dedicated files. This change also applies qat compression, > + qat symmetric crypto, and qat asymmetric crypto. > + Will there be any change wrt user interface? I don't see any API change in the series. Its all internal to the QAT PMDs and common part.
- [dpdk-dev] [PATCH v2 01/10] common/qat: add gen specific da... Fan Zhang
- [dpdk-dev] [PATCH v2 02/10] common/qat: add gen specific de... Fan Zhang
- [dpdk-dev] [PATCH v2 03/10] common/qat: add gen specific qu... Fan Zhang
- [dpdk-dev] [PATCH v2 04/10] common/qat: add gen specific qu... Fan Zhang
- [dpdk-dev] [PATCH v2 05/10] compress/qat: add gen specific ... Fan Zhang
- [dpdk-dev] [PATCH v2 06/10] compress/qat: add gen specific ... Fan Zhang
- [dpdk-dev] [PATCH v2 07/10] crypto/qat: unified device priv... Fan Zhang
- [dpdk-dev] [PATCH v2 08/10] crypto/qat: add gen specific da... Fan Zhang
- [dpdk-dev] [PATCH v2 09/10] crypto/qat: add gen specific im... Fan Zhang
- [dpdk-dev] [PATCH v2 10/10] doc: update release note Fan Zhang
- Re: [dpdk-dev] [EXT] [PATCH v2 10/10] doc: update rele... Akhil Goyal
- Re: [dpdk-dev] [EXT] [PATCH v2 10/10] doc: update ... Zhang, Roy Fan
- [dpdk-dev] [dpdk-dev v3 00/10] drivers/qat: isolate impleme... Fan Zhang
- [dpdk-dev] [dpdk-dev v3 01/10] common/qat: add gen spe... Fan Zhang
- [dpdk-dev] [dpdk-dev v3 02/10] common/qat: add gen spe... Fan Zhang
- [dpdk-dev] [dpdk-dev v3 03/10] common/qat: add gen spe... Fan Zhang
- [dpdk-dev] [dpdk-dev v3 04/10] common/qat: add gen spe... Fan Zhang
- [dpdk-dev] [dpdk-dev v3 05/10] compress/qat: add gen s... Fan Zhang
- [dpdk-dev] [dpdk-dev v3 06/10] compress/qat: add gen s... Fan Zhang
- [dpdk-dev] [dpdk-dev v3 07/10] crypto/qat: unified dev... Fan Zhang
- [dpdk-dev] [dpdk-dev v3 08/10] crypto/qat: add gen spe... Fan Zhang