DPDK patches and discussions
 help / color / mirror / Atom feed
From: Zhangfei Gao <zhangfei.gao@linaro.org>
To: Akhil Goyal <gakhil@marvell.com>
Cc: Fan Zhang <fanzhang.oss@gmail.com>,
	Ashish Gupta <ashishg@marvell.com>,
	 "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [EXTERNAL] [PATCH v2 3/3] compress/uadk: support burst enqueue/dequeue
Date: Fri, 7 Jun 2024 21:54:04 +0800	[thread overview]
Message-ID: <CABQgh9HWNzjxQ7d9k5cEn8zFR_gCD5RDe449V_tyFRU5M-2H-g@mail.gmail.com> (raw)
In-Reply-To: <CO6PR18MB44841A82ABC77CFEDFE756E5D8FB2@CO6PR18MB4484.namprd18.prod.outlook.com>

Hi, Akhil

On Fri, 7 Jun 2024 at 19:49, Akhil Goyal <gakhil@marvell.com> wrote:
>
> > This commit adds the burst enqueue and dequeue operations,
> > and adds compressdev uadk info to doc
> >
> > Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
> > ---
> >  MAINTAINERS                               |  6 ++
> >  doc/guides/compressdevs/index.rst         |  1 +
> >  doc/guides/compressdevs/uadk.rst          | 98 +++++++++++++++++++++++
> >  doc/guides/rel_notes/release_24_07.rst    |  5 ++
> >  drivers/compress/uadk/uadk_compress_pmd.c | 88 +++++++++++++++++++-
> >  5 files changed, 196 insertions(+), 2 deletions(-)
> >  create mode 100644 doc/guides/compressdevs/uadk.rst
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index c9adff9846..8e541d23e5 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -1213,6 +1213,12 @@ F: drivers/compress/octeontx/
> >  F: doc/guides/compressdevs/octeontx.rst
> >  F: doc/guides/compressdevs/features/octeontx.ini
> >
> > +HiSilicon UADK compress
> > +M: Zhangfei Gao <zhangfei.gao@linaro.org>
> > +F: drivers/compress/uadk/
>
> Above 3 lines should be part of patch 1 as compress/uadk is added in that.

How about

patch 1:
 MAINTAINERS
 doc/guides/compressdevs/index.rst
 doc/guides/compressdevs/uadk.rst
 doc/guides/compressdevs/features/uadk.ini

Last patch3
doc/guides/rel_notes/release_24_07.rst


>
>
> > +F: doc/guides/compressdevs/uadk.rst
> > +F: doc/guides/compressdevs/features/uadk.ini
>
> uadk.ini file is missing in the patch.
Oops, sorry.

Thanks
>

  reply	other threads:[~2024-06-07 13:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-25 14:07 [PATCH v2 0/3] Introduce UADK compression driver Zhangfei Gao
2024-05-25 14:07 ` [PATCH v2 1/3] compress/uadk: " Zhangfei Gao
2024-05-25 14:07 ` [PATCH v2 2/3] compress/uadk: support basic operations Zhangfei Gao
2024-05-25 14:07 ` [PATCH v2 3/3] compress/uadk: support burst enqueue/dequeue Zhangfei Gao
2024-06-07 11:49   ` [EXTERNAL] " Akhil Goyal
2024-06-07 13:54     ` Zhangfei Gao [this message]
2024-06-10  6:27       ` Akhil Goyal

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=CABQgh9HWNzjxQ7d9k5cEn8zFR_gCD5RDe449V_tyFRU5M-2H-g@mail.gmail.com \
    --to=zhangfei.gao@linaro.org \
    --cc=ashishg@marvell.com \
    --cc=dev@dpdk.org \
    --cc=fanzhang.oss@gmail.com \
    --cc=gakhil@marvell.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).