DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Power, Ciara" <ciara.power@intel.com>
To: "Kusztal, ArkadiuszX" <arkadiuszx.kusztal@intel.com>,
	"dev@dpdk.org" <dev@dpdk.org>
Cc: "gakhil@marvell.com" <gakhil@marvell.com>, "Ji, Kai" <kai.ji@intel.com>
Subject: RE: [PATCH 3/3] common/qat: decouple pmds from the common code
Date: Fri, 6 Oct 2023 12:50:57 +0000	[thread overview]
Message-ID: <SN7PR11MB763974D3A88BA827A958AE94E6C9A@SN7PR11MB7639.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20230917154258.3509805-3-arkadiuszx.kusztal@intel.com>

Hi Arek,

> -----Original Message-----
> From: Kusztal, ArkadiuszX <arkadiuszx.kusztal@intel.com>
> Sent: Sunday, September 17, 2023 4:43 PM
> To: dev@dpdk.org
> Cc: gakhil@marvell.com; Ji, Kai <kai.ji@intel.com>; Power, Ciara
> <ciara.power@intel.com>; Kusztal, ArkadiuszX
> <arkadiuszx.kusztal@intel.com>
> Subject: [PATCH 3/3] common/qat: decouple pmds from the common code
> 
> Service specific functions were moved to services files.
> 
> Signed-off-by: Arkadiusz Kusztal <arkadiuszx.kusztal@intel.com>
> ---
>  drivers/common/qat/dev/qat_dev_gen1.c        |   1 +
>  drivers/common/qat/dev/qat_dev_gen2.c        |   1 +
>  drivers/common/qat/dev/qat_dev_gen3.c        |   2 +
>  drivers/common/qat/dev/qat_dev_gen4.c        |   1 +
>  drivers/common/qat/qat_device.c              | 128 +++++++++------------------
>  drivers/common/qat/qat_device.h              |  52 +++--------
>  drivers/common/qat/qat_pf2vf.c               |   1 +
>  drivers/common/qat/qat_qp.c                  |   2 -
>  drivers/compress/qat/dev/qat_comp_pmd_gen1.c |   1 +
>  drivers/compress/qat/dev/qat_comp_pmd_gen2.c |   1 +
>  drivers/compress/qat/dev/qat_comp_pmd_gen3.c |   1 +
>  drivers/compress/qat/dev/qat_comp_pmd_gen4.c |   1 +
>  drivers/compress/qat/qat_comp_pmd.c          |  44 +++++----
>  drivers/compress/qat/qat_comp_pmd.h          |   7 --
>  drivers/crypto/qat/qat_asym.c                |  30 +++++--
>  drivers/crypto/qat/qat_sym.c                 |  28 ++++--
>  16 files changed, 138 insertions(+), 163 deletions(-)
> 

Acked-by: Ciara Power <ciara.power@intel.com>

  reply	other threads:[~2023-10-06 12:52 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-17 15:42 [PATCH 1/3] common/qat: limit configuration to the primary process Arkadiusz Kusztal
2023-09-17 15:42 ` [PATCH 2/3] common/qat: move command line params to the device struct Arkadiusz Kusztal
2023-09-18 16:01   ` Power, Ciara
2023-09-17 15:42 ` [PATCH 3/3] common/qat: decouple pmds from the common code Arkadiusz Kusztal
2023-10-06 12:50   ` Power, Ciara [this message]
2023-10-06 13:02   ` Power, Ciara
2024-02-23  7:48   ` [PATCH v2 1/2] drivers/qat: isolate parser arguments configuration Arkadiusz Kusztal
2024-02-23  7:48     ` [PATCH v2 2/2] common/qat: decouple pmds from the common code Arkadiusz Kusztal
2024-02-29  9:30     ` [PATCH v3 1/3] common/qat: isolate parser arguments configuration Arkadiusz Kusztal
2024-02-29  9:30       ` [PATCH v3 2/3] common/qat: decouple pmds from the common code Arkadiusz Kusztal
2024-02-29  9:30       ` [PATCH v3 3/3] common/qat: fix incorrectly placed legacy flag Arkadiusz Kusztal
2023-09-18 15:07 ` [PATCH 1/3] common/qat: limit configuration to the primary process Power, Ciara

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=SN7PR11MB763974D3A88BA827A958AE94E6C9A@SN7PR11MB7639.namprd11.prod.outlook.com \
    --to=ciara.power@intel.com \
    --cc=arkadiuszx.kusztal@intel.com \
    --cc=dev@dpdk.org \
    --cc=gakhil@marvell.com \
    --cc=kai.ji@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).