From patchwork Wed Mar 9 07:28:40 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jingjing Wu X-Patchwork-Id: 11253 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 7B1884CE7; Wed, 9 Mar 2016 08:28:55 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 594674AC7 for ; Wed, 9 Mar 2016 08:28:53 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 08 Mar 2016 23:28:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,310,1455004800"; d="scan'208";a="666299505" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by FMSMGA003.fm.intel.com with ESMTP; 08 Mar 2016 23:28:52 -0800 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id u297Sos4010556; Wed, 9 Mar 2016 15:28:50 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id u297Skns002799; Wed, 9 Mar 2016 15:28:48 +0800 Received: (from wujingji@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id u297SkA1002795; Wed, 9 Mar 2016 15:28:46 +0800 From: Jingjing Wu To: thomas.monjalon@6wind.com Date: Wed, 9 Mar 2016 15:28:40 +0800 Message-Id: <1457508520-2751-3-git-send-email-jingjing.wu@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1457508520-2751-1-git-send-email-jingjing.wu@intel.com> References: <1456190585-29107-1-git-send-email-jingjing.wu@intel.com> <1457508520-2751-1-git-send-email-jingjing.wu@intel.com> Cc: dev@dpdk.org Subject: [dpdk-dev] [PATCH v3 2/2] doc: add i40e 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: Jingjing Wu --- doc/guides/nics/overview.rst | 82 ++++++++++++++++++++++---------------------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/doc/guides/nics/overview.rst b/doc/guides/nics/overview.rst index d4c6ff4..431bd1e 100644 --- a/doc/guides/nics/overview.rst +++ b/doc/guides/nics/overview.rst @@ -86,61 +86,61 @@ Most of these differences are summarized below. e e e e e e c c c c c c ==================== = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = - link status - link status event - Rx interrupt - queue start/stop + link status X X + link status event X X + Rx interrupt X X X X + queue start/stop X X X X MTU update - jumbo frame - scattered Rx + jumbo frame X X X X + scattered Rx X X X X LRO - TSO - promiscuous mode - allmulticast mode - unicast MAC filter - multicast MAC filter - RSS hash - RSS key update - RSS reta update - VMDq - SR-IOV - DCB - VLAN filter - ethertype filter + TSO X X X X + promiscuous mode X X X X + allmulticast mode X X X X + unicast MAC filter X X X X + multicast MAC filter X X X X + RSS hash X X X X + RSS key update X X X X + RSS reta update X X X X + VMDq X X + SR-IOV X X + DCB X X + VLAN filter X X X X + ethertype filter X X n-tuple filter SYN filter - tunnel filter + tunnel filter X X flexible filter - hash filter - flow director - flow control + hash filter X X X X + flow director X X + flow control X X rate limitation - traffic mirroring - CRC offload - VLAN offload - QinQ offload - L3 checksum offload - L4 checksum offload - inner L3 checksum - inner L4 checksum - packet type parsing - timesync - basic stats - extended stats + traffic mirroring X X + CRC offload X X + VLAN offload X X + QinQ offload X X + L3 checksum offload X X + L4 checksum offload X X + inner L3 checksum X X + inner L4 checksum X X + packet type parsing X X + timesync X X + basic stats X X X X + extended stats X X X X stats per queue EEPROM dump registers dump - multiprocess aware - BSD nic_uio - Linux UIO - Linux VFIO + multiprocess aware X X X X + BSD nic_uio X X X X + Linux UIO X X X X + Linux VFIO X X X X other kdrv ARMv7 ARMv8 Power8 TILE-Gx - x86-32 - x86-64 + x86-32 X X X X + x86-64 X X X X usage doc design doc perf doc