From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-irv-18.broadcom.com (5520-maca-inet1-outside.broadcom.com [216.31.211.11]) by dpdk.org (Postfix) with ESMTP id 0758E2BE0 for ; Fri, 4 Mar 2016 22:05:38 +0100 (CET) Received: from mail-irva-13.broadcom.com (mail-irva-13.broadcom.com [10.11.16.103]) by mail-irv-18.broadcom.com (Postfix) with ESMTP id BCF6F820E8; Fri, 4 Mar 2016 13:05:36 -0800 (PST) Received: from DPDK-C1.broadcom.com (lab-irv-114-42 [10.13.114.42]) by mail-irva-13.broadcom.com (Postfix) with ESMTP id 5DC0D40FE6; Fri, 4 Mar 2016 13:05:19 -0800 (PST) From: Stephen Hurd To: dev@dpdk.org Date: Fri, 4 Mar 2016 13:05:27 -0800 Message-Id: <1457125528-128877-7-git-send-email-stephen.hurd@broadcom.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1457125528-128877-1-git-send-email-stephen.hurd@broadcom.com> References: <1457125528-128877-1-git-send-email-stephen.hurd@broadcom.com> In-Reply-To: <1456978137-98097-1-git-send-email-stephen.hurd@broadcom.com> References: <1456978137-98097-1-git-send-email-stephen.hurd@broadcom.com> Subject: [dpdk-dev] [PATCH v3 6/7] doc: Add bnxt to overview table X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2016 21:05:38 -0000 Signed-off-by: Stephen Hurd --- doc/guides/nics/overview.rst | 64 ++++++++++++++++++++++---------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/doc/guides/nics/overview.rst b/doc/guides/nics/overview.rst index d4c6ff4..e606bdf 100644 --- a/doc/guides/nics/overview.rst +++ b/doc/guides/nics/overview.rst @@ -74,38 +74,38 @@ Most of these differences are summarized below. .. table:: Features availability in networking drivers - ==================== = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = - Feature a b b b c e e i i i i i i i i i i f f m m m n n p r s v v v x - f n n o x 1 n 4 4 4 4 g g x x x x m m l l p f u c i z i i m e - p x x n g 0 i 0 0 0 0 b b g g g g 1 1 x x i p l a n e r r x n - a 2 2 d b 0 c e e e e v b b b b 0 0 4 5 p l p g d t t n v - c x x i e 0 . v v f e e e e k k e a i i e i - k v n . f f . v v . t o o t r - e f g . . . f f . a . 3 t - t v v v v v 2 v - e e e e e e - c c c c c c - ==================== = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = - link status + ==================== = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = + Feature a b b b b c e e i i i i i i i i i i f f m m m n n p r s v v v x + f n n n o x 1 n 4 4 4 4 g g x x x x m m l l p f u c i z i i m e + p x x x n g 0 i 0 0 0 0 b b g g g g 1 1 x x i p l a n e r r x n + a 2 2 t d b 0 c e e e e v b b b b 0 0 4 5 p l p g d t t n v + c x x i e 0 . v v f e e e e k k e a i i e i + k v n . f f . v v . t o o t r + e f g . . . f f . a . 3 t + t v v v v v 2 v + e e e e e e + c c c c c c + ==================== = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = + link status X link status event Rx interrupt - queue start/stop - MTU update - jumbo frame + queue start/stop X + MTU update X + jumbo frame X scattered Rx LRO TSO - promiscuous mode - allmulticast mode - unicast MAC filter - multicast MAC filter - RSS hash - RSS key update - RSS reta update + promiscuous mode X + allmulticast mode X + unicast MAC filter X + multicast MAC filter X + RSS hash X + RSS key update X + RSS reta update X VMDq SR-IOV DCB - VLAN filter + VLAN filter X ethertype filter n-tuple filter SYN filter @@ -116,23 +116,23 @@ Most of these differences are summarized below. flow control rate limitation traffic mirroring - CRC offload + CRC offload X VLAN offload QinQ offload - L3 checksum offload - L4 checksum offload + L3 checksum offload X + L4 checksum offload X inner L3 checksum inner L4 checksum packet type parsing timesync - basic stats + basic stats X extended stats - stats per queue + stats per queue X EEPROM dump registers dump multiprocess aware - BSD nic_uio - Linux UIO + BSD nic_uio X + Linux UIO X Linux VFIO other kdrv ARMv7 @@ -140,7 +140,7 @@ Most of these differences are summarized below. Power8 TILE-Gx x86-32 - x86-64 + x86-64 X usage doc design doc perf doc -- 1.9.1