DPDK patches and discussions
 help / color / mirror / Atom feed
From: Jianfeng Tan <jianfeng.tan@intel.com>
To: dev@dpdk.org
Cc: huawei.xie@intel.com, yuanhan.liu@linux.intel.com,
	Jianfeng Tan <jianfeng.tan@intel.com>
Subject: [dpdk-dev] [PATCH v2] [PATCH] doc: update supported features of virtio
Date: Tue,  5 Apr 2016 11:31:38 +0800	[thread overview]
Message-ID: <1459827098-115942-1-git-send-email-jianfeng.tan@intel.com> (raw)
In-Reply-To: <1459799915-113388-1-git-send-email-jianfeng.tan@intel.com>

Update the overview.rst for virtio.

Note: virtio is a para-virtualization device, which indicates that its
features depend on not only front end but also back end. Here by X, we
just mean the feature is supported in front end.

Signed-off-by: Jianfeng Tan <jianfeng.tan@intel.com>
---
 v2:
 - unicast MAC filter (yes)
 - multicast MAC filter (yes)
 - ethertype filter (no)
 - Power8 (no)
 - TILE-Gx (no)
 doc/guides/nics/overview.rst | 38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/doc/guides/nics/overview.rst b/doc/guides/nics/overview.rst
index ec1af46..358a551 100644
--- a/doc/guides/nics/overview.rst
+++ b/doc/guides/nics/overview.rst
@@ -87,27 +87,27 @@ Most of these differences are summarized below.
                                           c   c       c   c   c                     c
    ==================== = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
    speed capabilities
-   link status                  X       X X                     X X           X X
+   link status                  X       X X                     X X           X X X X
    link status event                    X X                     X X             X
    queue status event                                                           X
    Rx interrupt                         X X X X
-   queue start/stop             X   X   X X X X                 X X           X
+   queue start/stop             X   X   X X X X                 X X           X   X X
    MTU update                   X   X                           X X
    jumbo frame                  X   X   X X X X                 X X
-   scattered Rx                 X   X   X X X X                 X X           X
+   scattered Rx                 X   X   X X X X                 X X           X   X
    LRO
    TSO                          X   X   X X X X
-   promiscuous mode             X       X X X X                 X X           X
-   allmulticast mode            X       X X X X                 X X           X
-   unicast MAC filter                   X X X X
-   multicast MAC filter                 X X X X
+   promiscuous mode             X       X X X X                 X X           X   X X
+   allmulticast mode            X       X X X X                 X X           X   X X
+   unicast MAC filter                   X X X X                                   X X
+   multicast MAC filter                 X X X X                                   X X
    RSS hash                     X   X   X X X X                 X X
    RSS key update                   X   X X X X                   X
    RSS reta update                  X   X X X X                   X
    VMDq                                 X X
    SR-IOV                           X   X X                     X X
    DCB                                  X X
-   VLAN filter                          X X X X                 X X
+   VLAN filter                          X X X X                 X X               X X
    ethertype filter                     X X
    n-tuple filter
    SYN filter
@@ -127,23 +127,23 @@ Most of these differences are summarized below.
    inner L4 checksum                X   X   X                   X
    packet type parsing          X       X   X                   X X
    timesync                             X X
-   basic stats                  X   X   X X X X                 X X           X X
-   extended stats                   X   X X X X
-   stats per queue              X                               X X           X
+   basic stats                  X   X   X X X X                 X X           X X X X
+   extended stats                   X   X X X X                                   X X
+   stats per queue              X                               X X           X   X X
    EEPROM dump
    registers dump
    multiprocess aware                   X X X X                 X X
-   BSD nic_uio                  X       X X X X
-   Linux UIO                    X   X   X X X X
-   Linux VFIO                   X       X X X X
+   BSD nic_uio                  X       X X X X                                   X X
+   Linux UIO                    X   X   X X X X                                   X X
+   Linux VFIO                   X       X X X X                                   X X
    other kdrv                                                                 X
-   ARMv7
-   ARMv8
+   ARMv7                                                                          X X
+   ARMv8                                                                          X X
    Power8                                                       X X
    TILE-Gx
-   x86-32                       X   X   X X X X                 X X             X
-   x86-64                       X   X   X X X X                 X X           X X
-   usage doc                    X                               X X           X
+   x86-32                       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
+   usage doc                    X                               X X           X   X
    design doc
    perf doc
    ==================== = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
-- 
2.1.4

  reply	other threads:[~2016-04-05 10:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-04 19:58 [dpdk-dev] " Jianfeng Tan
2016-04-05  3:31 ` Jianfeng Tan [this message]
2016-04-06  9:07   ` [dpdk-dev] [PATCH v2] " Thomas Monjalon
2016-04-05  8:20 ` [dpdk-dev] " Thomas Monjalon
2016-04-05  8:30   ` Tan, Jianfeng
2016-04-05  8:31     ` 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=1459827098-115942-1-git-send-email-jianfeng.tan@intel.com \
    --to=jianfeng.tan@intel.com \
    --cc=dev@dpdk.org \
    --cc=huawei.xie@intel.com \
    --cc=yuanhan.liu@linux.intel.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).