All of lore.kernel.org
 help / color / mirror / Atom feed
From: Radha Mohan <mohun106@gmail.com>
To: Radha Mohan Chintakuntla <radhac@marvell.com>
Cc: Veerasenareddy Burru <vburru@marvell.com>,
	Thomas Monjalon <thomas@monjalon.net>, dpdk-dev <dev@dpdk.org>,
	 Satananda Burla <sburla@marvell.com>,
	Jerin Jacob Kollanukkaran <jerinj@marvell.com>
Subject: Re: [dpdk-dev] [PATCH v4 1/2] drivers/raw: remove octeontx2-dma driver
Date: Fri, 20 Aug 2021 09:08:09 +0530	[thread overview]
Message-ID: <CAC8NTUV0RL1HMbZsnstT8rsTBzG5Hp8cLjrrixcint7JE8v2eA@mail.gmail.com> (raw)
In-Reply-To: <20210819075733.103190-1-radhac@marvell.com>

On Thu, Aug 19, 2021 at 1:27 PM Radha Mohan Chintakuntla
<radhac@marvell.com> wrote:
>
> Removing the rawdev based octeontx2-dma driver as the dependent
> common/octeontx2 will be soon be going away. Also a new DMA driver will
> be coming in this place once the rte_dmadev library is in.
>
> Signed-off-by: Radha Mohan Chintakuntla <radhac@marvell.com>
> ---
> Changes from v3:
> Fixed patch application failure on main due to conflict.
>
> Changes from v2:
> Fixed DPDK CI reported issues for more documentation failure.
>
> Changes from v1:
> Fixed compilation issues in documentation
>
>  MAINTAINERS                                 |   6 -
>  doc/guides/platform/octeontx2.rst           |   3 -
>  doc/guides/rawdevs/index.rst                |   1 -
>  doc/guides/rawdevs/octeontx2_dma.rst        | 103 -----
>  drivers/raw/meson.build                     |   1 -
>  drivers/raw/octeontx2_dma/meson.build       |  18 -
>  drivers/raw/octeontx2_dma/otx2_dpi_msg.c    | 105 -----
>  drivers/raw/octeontx2_dma/otx2_dpi_rawdev.c | 441 --------------------
>  drivers/raw/octeontx2_dma/otx2_dpi_rawdev.h | 197 ---------
>  drivers/raw/octeontx2_dma/otx2_dpi_test.c   | 218 ----------
>  drivers/raw/octeontx2_dma/version.map       |   3 -
>  11 files changed, 1096 deletions(-)
>  delete mode 100644 doc/guides/rawdevs/octeontx2_dma.rst
>  delete mode 100644 drivers/raw/octeontx2_dma/meson.build
>  delete mode 100644 drivers/raw/octeontx2_dma/otx2_dpi_msg.c
>  delete mode 100644 drivers/raw/octeontx2_dma/otx2_dpi_rawdev.c
>  delete mode 100644 drivers/raw/octeontx2_dma/otx2_dpi_rawdev.h
>  delete mode 100644 drivers/raw/octeontx2_dma/otx2_dpi_test.c
>  delete mode 100644 drivers/raw/octeontx2_dma/version.map
>
<snip>

Hi Thomas,
The CI is reporting unrelated failures which I think can be ignored.
https://lab.dpdk.org/results/dashboard/patchsets/18263/

regards,
Radha Mohan

  reply	other threads:[~2021-08-20  3:38 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-12 12:37 [dpdk-dev] [PATCH v2 1/2] drivers/raw: remove octeontx2-dma driver Radha Mohan Chintakuntla
2021-08-13  7:00 ` [dpdk-dev] [PATCH v3 " Radha Mohan Chintakuntla
2021-08-19  7:57   ` [dpdk-dev] [PATCH v4 " Radha Mohan Chintakuntla
2021-08-20  3:38     ` Radha Mohan [this message]
2021-08-23 15:21     ` [dpdk-dev] [PATCH RESEND " Radha Mohan Chintakuntla
2021-08-23 15:21       ` [dpdk-dev] [PATCH RESEND v4 2/2] drivers/raw: remove octeontx2-ep driver Radha Mohan Chintakuntla
2021-08-23 16:27         ` Radha Mohan
2021-08-25  7:20           ` Thomas Monjalon
2021-08-26 10:50       ` [dpdk-dev] [PATCH v5 1/2] drivers/raw: remove octeontx2-dma driver Radha Mohan Chintakuntla
2021-08-26 10:50         ` [dpdk-dev] [PATCH v5 2/2] drivers/raw: remove octeontx2-ep driver Radha Mohan Chintakuntla
2021-08-26 11:10           ` Radha Mohan
2021-10-18 16:36         ` [dpdk-dev] [PATCH v5 1/2] drivers/raw: remove octeontx2-dma driver Thomas Monjalon
2021-08-13  7:01 ` [dpdk-dev] [PATCH v3 2/2] drivers/raw: remove octeontx2-ep driver Radha Mohan Chintakuntla
2021-08-19  7:59   ` [dpdk-dev] [PATCH v4 " Radha Mohan Chintakuntla
2021-08-23 12:19     ` Radha Mohan
2021-08-23 12:31       ` David Marchand
2021-08-23 12:41         ` Radha Mohan

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=CAC8NTUV0RL1HMbZsnstT8rsTBzG5Hp8cLjrrixcint7JE8v2eA@mail.gmail.com \
    --to=mohun106@gmail.com \
    --cc=dev@dpdk.org \
    --cc=jerinj@marvell.com \
    --cc=radhac@marvell.com \
    --cc=sburla@marvell.com \
    --cc=thomas@monjalon.net \
    --cc=vburru@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.