From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from office2.cesnet.cz (office2.cesnet.cz [195.113.144.244]) by dpdk.org (Postfix) with ESMTP id 37820DE0 for ; Tue, 8 Mar 2016 16:54:46 +0100 (CET) Received: from nbmato.fit.vutbr.cz (unknown [IPv6:2001:67c:1220:8b2:1499:697e:4f90:62ad]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by office2.cesnet.cz (Postfix) with ESMTPSA id D4CFCED4D1D; Tue, 8 Mar 2016 16:54:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cesnet.cz; s=office2; t=1457452485; bh=yTXCe0DWIYYJDVAfOEyCy3kYb5g3y5yiNTOcEaT5fLo=; h=From:To:Cc:Subject:Date:Message-Id; b=Izk9tG7F9cFw2zErfC85f24I9OK8UJCJ6WEuwSo9GXa5JbINr+0xEID/Ptvc5E+VV 7wzhdH/HZ6O2vVbQ5oBfQNq8xCsc80AA167kDuTZ6Sa0PIF3qAHloxpcCskXOrG/11 UxeLvF4Ovi4i51/u8JTPAODsTpAyC/R8wLr/st0g= From: Matej Vido To: thomas.monjalon@6wind.com Date: Tue, 8 Mar 2016 16:54:14 +0100 Message-Id: <1457452454-7865-1-git-send-email-vido@cesnet.cz> X-Mailer: git-send-email 1.9.1 Cc: dev@dpdk.org Subject: [dpdk-dev] [PATCH] doc: add szedata2 features into networking driver matrix 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: Tue, 08 Mar 2016 15:54:46 -0000 Signed-off-by: Matej Vido --- doc/guides/nics/overview.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/guides/nics/overview.rst b/doc/guides/nics/overview.rst index d4c6ff4..177393a 100644 --- a/doc/guides/nics/overview.rst +++ b/doc/guides/nics/overview.rst @@ -86,17 +86,17 @@ Most of these differences are summarized below. e e e e e e c c c c c c ==================== = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = - link status + link status X link status event Rx interrupt - queue start/stop + queue start/stop X MTU update jumbo frame - scattered Rx + scattered Rx X LRO TSO - promiscuous mode - allmulticast mode + promiscuous mode X + allmulticast mode X unicast MAC filter multicast MAC filter RSS hash @@ -125,23 +125,23 @@ Most of these differences are summarized below. 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 Linux VFIO - other kdrv + other kdrv X ARMv7 ARMv8 Power8 TILE-Gx x86-32 - x86-64 - usage doc + x86-64 X + usage doc X design doc perf doc ==================== = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -- 1.9.1