DPDK patches and discussions
 help / color / mirror / Atom feed
From: Rasesh Mody <rasesh.mody@qlogic.com>
To: <bruce.richardson@intel.com>
Cc: <dev@dpdk.org>, <ameen.rahman@qlogic.com>,
	<harish.patil@qlogic.com>, Rasesh Mody <rasesh.mody@qlogic.com>
Subject: [dpdk-dev] [PATCH] bnx2x: Update documentation
Date: Thu, 7 Apr 2016 11:22:53 -0700	[thread overview]
Message-ID: <1460053373-4359-1-git-send-email-rasesh.mody@qlogic.com> (raw)
In-Reply-To: <20160406143235.GA6524@bricha3-MOBL3>

Please apply the documentation patch for 16.04.

Signed-off-by: Rasesh Mody <rasesh.mody@qlogic.com>
---
 doc/guides/nics/bnx2x.rst    |    1 +
 doc/guides/nics/overview.rst |   20 ++++++++++----------
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/doc/guides/nics/bnx2x.rst b/doc/guides/nics/bnx2x.rst
index ed0e5e5..df8fb47 100644
--- a/doc/guides/nics/bnx2x.rst
+++ b/doc/guides/nics/bnx2x.rst
@@ -60,6 +60,7 @@ The features not yet supported include:
 - LRO/TSO offload
 - Checksum offload
 - SR-IOV PF
+- Rx TX scatter gather
 
 Co-existence considerations
 ---------------------------
diff --git a/doc/guides/nics/overview.rst b/doc/guides/nics/overview.rst
index 4b1f936..985fa58 100644
--- a/doc/guides/nics/overview.rst
+++ b/doc/guides/nics/overview.rst
@@ -87,8 +87,8 @@ Most of these differences are summarized below.
                                           c   c       c   c   c   c                     c
    ==================== = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
    speed capabilities
-   link status                  X X   X X X     X   X X X X         X X           X X X X
-   link status event              X     X X     X   X X             X X             X
+   link status            X X   X X   X X X     X   X X X X         X X           X X X X
+   link status event      X X     X     X X     X   X X             X X             X
    queue status event                                                               X
    Rx interrupt                   X     X X X X X X X X X X X X X X
    queue start/stop             X   X X X X X X     X X     X X X X X X           X   X X
@@ -97,15 +97,15 @@ Most of these differences are summarized below.
    scattered Rx                 X X X   X X X X X X X X X X X X X X X X           X   X
    LRO                                              X X X X
    TSO                          X   X   X X X X X X X X X X X X X X
-   promiscuous mode             X X   X X X X X X X X X     X X     X X           X   X X
+   promiscuous mode       X X   X X   X X X X X X X X X     X X     X X           X   X X
    allmulticast mode            X X     X X X X X X X X X X X X     X X           X   X X
-   unicast MAC filter             X   X X X X X X X X X X X X X     X X               X X
-   multicast MAC filter               X X X X X             X X     X X               X X
+   unicast MAC filter     X X     X   X X X X X X X X X X X X X     X X               X X
+   multicast MAC filter   X X         X X X X X             X X     X X               X X
    RSS hash                     X   X X X X X X X   X X X X X X X X X X
    RSS key update                   X   X X X X X   X X X X X X X X   X
    RSS reta update                  X   X X X X X   X X X X X X X X   X
    VMDq                                 X X     X   X X     X X
-   SR-IOV                           X   X X     X   X X             X X
+   SR-IOV                   X       X   X X     X   X X             X X
    DCB                                  X X     X   X X
    VLAN filter                    X   X X X X X X X X X X X X X     X X               X X
    ethertype filter                     X X     X   X X
@@ -127,14 +127,14 @@ Most of these differences are summarized below.
    inner L4 checksum                X   X   X       X   X           X
    packet type parsing          X     X X   X   X X X   X   X X X X X X
    timesync                             X X     X   X X
-   basic stats                  X X X X X X X X X X X X X X X X X X X X           X X X X
+   basic stats            X X   X X X X X X X X X X X X X X X X X X X X           X X X X
    extended stats                   X   X X X X X X X X X X X X X X                   X X
    stats per queue              X                   X X     X X X X X X           X   X X
    EEPROM dump                                  X   X X
    registers dump                               X X X X X X
    multiprocess aware                   X X X X     X X X X X X X X X X
    BSD nic_uio                  X X   X X X X X X X X X X X X X X X                   X X
-   Linux UIO                    X X X X X X X X X X X X X X X X X X                   X X
+   Linux UIO              X X   X X X X X X X X X X X X X X X X X X                   X X
    Linux VFIO                   X X   X X X X X X X X X X X X X X X                   X X
    other kdrv                                                       X X           X
    ARMv7                                                                              X X
@@ -142,8 +142,8 @@ Most of these differences are summarized below.
    Power8                                                           X X
    TILE-Gx
    x86-32                       X X X X X X X X X X X X X X X X X X X X             X X X
-   x86-64                       X X X X X X X X X X X X X X X X X X X X           X X X X
-   usage doc                    X     X                             X X           X   X
+   x86-64                 X X   X X X X X X X X X X X X X X X X X X X X           X X X X
+   usage doc              X X   X     X                             X X           X   X
    design doc
    perf doc
    ==================== = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
-- 
1.7.10.3

  parent reply	other threads:[~2016-04-07 18:23 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-06  0:37 [dpdk-dev] [PATCH v3 1/4] " Rasesh Mody
2016-04-06  0:37 ` [dpdk-dev] [PATCH v3 2/4] bnx2x: Fix Tx Performance Rasesh Mody
2016-04-06  0:37 ` [dpdk-dev] [PATCH v3 3/4] bnx2x: Enhance stats get Rasesh Mody
2016-04-06 14:32   ` Van Haaren, Harry
2016-04-07  5:10     ` Rasesh Mody
2016-05-04  5:41     ` Rasesh Mody
2016-04-06  0:37 ` [dpdk-dev] [PATCH v3 4/4] bnx2x: Update PMD version to 1.0.1.1 Rasesh Mody
2016-04-06 14:32 ` [dpdk-dev] [PATCH v3 1/4] bnx2x: Update documentation Bruce Richardson
2016-04-07  5:08   ` Rasesh Mody
2016-04-07 18:22   ` Rasesh Mody [this message]
2016-04-07 21:13     ` [dpdk-dev] [PATCH] " Thomas Monjalon

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=1460053373-4359-1-git-send-email-rasesh.mody@qlogic.com \
    --to=rasesh.mody@qlogic.com \
    --cc=ameen.rahman@qlogic.com \
    --cc=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=harish.patil@qlogic.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).