DPDK patches and discussions
 help / color / mirror / Atom feed
From: Veerasenareddy Burru <vburru@marvell.com>
To: Sathesh B Edara <sedara@marvell.com>,
	Satananda Burla <sburla@marvell.com>,
	Jerin Jacob Kollanukkaran <jerinj@marvell.com>,
	Sathesh B Edara <sedara@marvell.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: RE: [EXT] [PATCH v3 0/3] net/octeon_ep: rename driver and add features
Date: Tue, 23 Aug 2022 05:50:40 +0000	[thread overview]
Message-ID: <BYAPR18MB2423A6D2814A94B23A05A860CC709@BYAPR18MB2423.namprd18.prod.outlook.com> (raw)
In-Reply-To: <20220822091004.22510-1-sedara@marvell.com>

[-- Attachment #1: Type: text/plain, Size: 2793 bytes --]



> -----Original Message-----
> From: Sathesh Edara <sedara@marvell.com>
> Sent: Monday, August 22, 2022 2:10 AM
> To: Satananda Burla <sburla@marvell.com>; Jerin Jacob Kollanukkaran
> <jerinj@marvell.com>; Sathesh B Edara <sedara@marvell.com>
> Cc: dev@dpdk.org
> Subject: [EXT] [PATCH v3 0/3] net/octeon_ep: rename driver and add
> features
> 
> External Email
> 
> ----------------------------------------------------------------------
> This patch set renames the net/octeontx_ep driver to net/octeon_ep and
> 2nd and 3rd patches add support for basic stats and link status.
> 
> Changes in v3:
> - Updated commit messaage.
> - Updated deprecation.rst.
> 
> Changes in v2:
> Added new features in the renamed driver.
> 
> Sathesh Edara (3):
>   net/octeontx_ep: rename as octeon_ep
>   net/octeon_ep: support basic stats
>   net/octeon_ep: support link status
> 
>  MAINTAINERS                                   |  6 +-
>  .../{octeontx_ep.ini => octeon_ep.ini}        |  4 +-
>  doc/guides/nics/index.rst                     |  2 +-
>  .../nics/{octeontx_ep.rst => octeon_ep.rst}   |  4 +-
>  doc/guides/rel_notes/deprecation.rst          |  5 --
>  drivers/net/meson.build                       |  2 +-
>  .../{octeontx_ep => octeon_ep}/meson.build    |  0
>  .../{octeontx_ep => octeon_ep}/otx2_ep_vf.c   |  0
>  .../{octeontx_ep => octeon_ep}/otx2_ep_vf.h   |  0
>  .../otx_ep_common.h                           |  0
>  .../otx_ep_ethdev.c                           | 69 +++++++++++++++++++
>  .../{octeontx_ep => octeon_ep}/otx_ep_rxtx.c  |  0  .../{octeontx_ep =>
> octeon_ep}/otx_ep_rxtx.h  |  0
>  .../{octeontx_ep => octeon_ep}/otx_ep_vf.c    |  0
>  .../{octeontx_ep => octeon_ep}/otx_ep_vf.h    |  0
>  .../{octeontx_ep => octeon_ep}/version.map    |  0
>  16 files changed, 79 insertions(+), 13 deletions(-)  rename
> doc/guides/nics/features/{octeontx_ep.ini => octeon_ep.ini} (64%)  rename
> doc/guides/nics/{octeontx_ep.rst => octeon_ep.rst} (87%)  rename
> drivers/net/{octeontx_ep => octeon_ep}/meson.build (100%)  rename
> drivers/net/{octeontx_ep => octeon_ep}/otx2_ep_vf.c (100%)  rename
> drivers/net/{octeontx_ep => octeon_ep}/otx2_ep_vf.h (100%)  rename
> drivers/net/{octeontx_ep => octeon_ep}/otx_ep_common.h (100%)
> rename drivers/net/{octeontx_ep => octeon_ep}/otx_ep_ethdev.c (86%)
> rename drivers/net/{octeontx_ep => octeon_ep}/otx_ep_rxtx.c (100%)
> rename drivers/net/{octeontx_ep => octeon_ep}/otx_ep_rxtx.h (100%)
> rename drivers/net/{octeontx_ep => octeon_ep}/otx_ep_vf.c (100%)
> rename drivers/net/{octeontx_ep => octeon_ep}/otx_ep_vf.h (100%)
> rename drivers/net/{octeontx_ep => octeon_ep}/version.map (100%)
> 
> --
> 2.36.1
Series-acked-by: Veerasenareddy Burru <vburru@marvell.com>

[-- Attachment #2: winmail.dat --]
[-- Type: application/ms-tnef, Size: 14683 bytes --]

  parent reply	other threads:[~2022-08-23  5:50 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-27  9:21 [PATCH v2 " Sathesh Edara
2022-07-27  9:21 ` [PATCH v2 1/3] net: rename octeon ep PMD Sathesh Edara
2022-08-16  5:32   ` Veerasenareddy Burru
2022-08-19 12:18     ` Jerin Jacob
2022-08-22  9:10   ` [PATCH v3 0/3] net/octeon_ep: rename driver and add features Sathesh Edara
2022-08-22  9:10     ` [PATCH v3 1/3] net/octeontx_ep: rename as octeon_ep Sathesh Edara
2022-08-22  9:10     ` [PATCH v3 2/3] net/octeon_ep: support basic stats Sathesh Edara
2022-08-22  9:10     ` [PATCH v3 3/3] net/octeon_ep: support link status Sathesh Edara
2022-08-23  5:50     ` Veerasenareddy Burru [this message]
2022-08-27 12:24       ` [EXT] [PATCH v3 0/3] net/octeon_ep: rename driver and add features Jerin Jacob
2022-07-27  9:21 ` [PATCH v2 2/3] net/octeon_ep: support basic stats Sathesh Edara
2022-08-16  5:34   ` Veerasenareddy Burru
2022-07-27  9:21 ` [PATCH v2 3/3] net/octeon_ep: support link status Sathesh Edara
2022-08-16  5:34   ` Veerasenareddy Burru

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=BYAPR18MB2423A6D2814A94B23A05A860CC709@BYAPR18MB2423.namprd18.prod.outlook.com \
    --to=vburru@marvell.com \
    --cc=dev@dpdk.org \
    --cc=jerinj@marvell.com \
    --cc=sburla@marvell.com \
    --cc=sedara@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).