[dpdk-dev,5/7] doc: list NPAR as supported feature in qede

Message ID 1500891548-21896-5-git-send-email-rasesh.mody@cavium.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Mody, Rasesh July 24, 2017, 10:19 a.m. UTC
  From: Shahed Shaikh <Shahed.Shaikh@cavium.com>

Existing qede PMD code already supports NPAR feature.
So adding this in "Supported Features" section after testing it with
latest DPDK.

Also, add myself to the list of maintainers of qede PMD

Signed-off-by: Shahed Shaikh <Shahed.Shaikh@cavium.com>
---
 MAINTAINERS              |    1 +
 doc/guides/nics/qede.rst |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
  

Comments

John McNamara July 28, 2017, 3:56 p.m. UTC | #1
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Rasesh Mody
> Sent: Monday, July 24, 2017 11:19 AM
> To: dev@dpdk.org
> Cc: Shahed Shaikh <Shahed.Shaikh@cavium.com>; Dept-EngDPDKDev@cavium.com
> Subject: [dpdk-dev] [PATCH 5/7] doc: list NPAR as supported feature in
> qede
> 
> From: Shahed Shaikh <Shahed.Shaikh@cavium.com>
> 
> Existing qede PMD code already supports NPAR feature.
> So adding this in "Supported Features" section after testing it with
> latest DPDK.
> 
> Also, add myself to the list of maintainers of qede PMD
> 
> Signed-off-by: Shahed Shaikh <Shahed.Shaikh@cavium.com>

Acked-by: John McNamara <john.mcnamara@intel.com>
  
Mody, Rasesh Aug. 5, 2017, 5:56 a.m. UTC | #2
> From: Rasesh Mody [mailto:rasesh.mody@cavium.com]
> Sent: Monday, July 24, 2017 3:19 AM
> 
> From: Shahed Shaikh <Shahed.Shaikh@cavium.com>
> 
> Existing qede PMD code already supports NPAR feature.
> So adding this in "Supported Features" section after testing it with latest
> DPDK.
> 
> Also, add myself to the list of maintainers of qede PMD

Acked-by: Rasesh Mody <rasesh.mody@cavium.com>

> 
> Signed-off-by: Shahed Shaikh <Shahed.Shaikh@cavium.com>
> ---
>  MAINTAINERS              |    1 +
>  doc/guides/nics/qede.rst |    2 +-
>  2 files changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index dc52760..fc26870 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -423,6 +423,7 @@ F: doc/guides/nics/features/bnx2x*.ini
>  QLogic qede PMD
>  M: Rasesh Mody <rasesh.mody@cavium.com>
>  M: Harish Patil <harish.patil@cavium.com>
> +M: Shahed Shaikh <shahed.shaikh@cavium.com>
>  F: drivers/net/qede/
>  F: doc/guides/nics/qede.rst
>  F: doc/guides/nics/features/qede*.ini
> diff --git a/doc/guides/nics/qede.rst b/doc/guides/nics/qede.rst index
> afe2df8..09a10be 100644
> --- a/doc/guides/nics/qede.rst
> +++ b/doc/guides/nics/qede.rst
> @@ -62,13 +62,13 @@ Supported Features
>  - VXLAN tunneling offload
>  - N-tuple filter and flow director (limited support)
>  - LRO/TSO
> +- NPAR (NIC Partitioning)
> 
>  Non-supported Features
>  ----------------------
> 
>  - SR-IOV PF
>  - GENEVE and NVGRE Tunneling offloads
> -- NPAR
> 
>  Supported QLogic Adapters
>  -------------------------
> --
> 1.7.10.3
  
Thomas Monjalon Aug. 6, 2017, 10:43 a.m. UTC | #3
> > From: Shahed Shaikh <Shahed.Shaikh@cavium.com>
> > 
> > Existing qede PMD code already supports NPAR feature.
> > So adding this in "Supported Features" section after testing it with latest
> > DPDK.
> > 
> > Also, add myself to the list of maintainers of qede PMD
> 
> Acked-by: Rasesh Mody <rasesh.mody@cavium.com>

Applied, thanks
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index dc52760..fc26870 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -423,6 +423,7 @@  F: doc/guides/nics/features/bnx2x*.ini
 QLogic qede PMD
 M: Rasesh Mody <rasesh.mody@cavium.com>
 M: Harish Patil <harish.patil@cavium.com>
+M: Shahed Shaikh <shahed.shaikh@cavium.com>
 F: drivers/net/qede/
 F: doc/guides/nics/qede.rst
 F: doc/guides/nics/features/qede*.ini
diff --git a/doc/guides/nics/qede.rst b/doc/guides/nics/qede.rst
index afe2df8..09a10be 100644
--- a/doc/guides/nics/qede.rst
+++ b/doc/guides/nics/qede.rst
@@ -62,13 +62,13 @@  Supported Features
 - VXLAN tunneling offload
 - N-tuple filter and flow director (limited support)
 - LRO/TSO
+- NPAR (NIC Partitioning)
 
 Non-supported Features
 ----------------------
 
 - SR-IOV PF
 - GENEVE and NVGRE Tunneling offloads
-- NPAR
 
 Supported QLogic Adapters
 -------------------------