From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 00D1CC310 for ; Wed, 27 Jan 2016 21:08:23 +0100 (CET) Received: by mail-wm0-f42.google.com with SMTP id p63so43461193wmp.1 for ; Wed, 27 Jan 2016 12:08:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=dOsxYaZdq4hq5Cfh/dkQ80V9WPkD1TGp9NV80IwnG6w=; b=I1hLmXUCIqIHOo/etvwcfYXphZifd0m4E6zqLAiWYF4GeA0srwYhwAE6hE+MLYSG3N +pdM0PZIR+54nLN3xC9tvVTBRUayhGgw859W06p/lOgPxeSmZ5blb7XgpANInIQWat7V FPBZpa89KM8ocrywPHXNNw1jm4Ekcu55MiizvHRS37lmQUhHl4YNXDdOnkhZTVATASkS C1frwqjtTvxZbP0Ib0JG1cv1sTXp4NE8A2R8t6VQ5UILkkvwA0x3qrcCJTOion7S30t3 +yUHOkuJ2/m+Qzf1PoEsqBeG2S99GOF69ZhvaYwwfgJWxREh6NUDvGpFGlC31wuf6rNB XXqA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=dOsxYaZdq4hq5Cfh/dkQ80V9WPkD1TGp9NV80IwnG6w=; b=D5liQXkdvaWvFgB1tNLiPx75/VMzv/LSJAaVH5wdhtGdJkxxQHkBtwF6tq5wSy5chy PXBZI5s33urbQLznjQi9mMYt0TnW/60HwpDotZj0xfJbWZkNso2e3WUwjam5eYdrw/+D w8vjdWtxR5D0RfFZ+D9Msk+5rIbfemyXip20zxUca9Yx4t4NWAhaAQsNOBO7ff+DHVl8 pRMg19KVie9EXQyLJpBgjnwSu8tW2e+F+mPGAcDvDRdT0h3svSsPHFVz2sDsvaj328DE kpzPIxroejQSzCwZeHqcZCFmgH+MalkSw5V+VUJ6ElZ53h7/EP06+blJMDeSz9YF9iJa OBSQ== X-Gm-Message-State: AG10YOTNBCqJbg4l+3SIjr3f5p8RzjSuOH5NbWSfT8rprJXg0Zu9r4c1Of6afI5Dkr9/nAxf X-Received: by 10.28.97.11 with SMTP id v11mr34173686wmb.42.1453925303757; Wed, 27 Jan 2016 12:08:23 -0800 (PST) Received: from localhost.localdomain (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id js8sm7722223wjc.37.2016.01.27.12.08.22 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 27 Jan 2016 12:08:23 -0800 (PST) From: Thomas Monjalon To: John McNamara Date: Wed, 27 Jan 2016 21:07:09 +0100 Message-Id: <1453925229-19696-1-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.5.2 In-Reply-To: <1453841586-27747-1-git-send-email-thomas.monjalon@6wind.com> References: <1453841586-27747-1-git-send-email-thomas.monjalon@6wind.com> Cc: dev@dpdk.org Subject: [dpdk-dev] [PATCH v2] doc: introduce 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: Wed, 27 Jan 2016 20:08:24 -0000 In order to better compare the drivers and check what is missing for a common baseline, we need to fill a matrix. A CSS trick is used to fit the HTML page. The PDF output needs some LaTeX wizardry. Signed-off-by: Thomas Monjalon --- v2: add vector PMDs --- doc/guides/nics/index.rst | 1 + doc/guides/nics/overview.rst | 147 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 148 insertions(+) create mode 100644 doc/guides/nics/overview.rst diff --git a/doc/guides/nics/index.rst b/doc/guides/nics/index.rst index 33c9cea..8618114 100644 --- a/doc/guides/nics/index.rst +++ b/doc/guides/nics/index.rst @@ -35,6 +35,7 @@ Network Interface Controller Drivers :maxdepth: 3 :numbered: + overview bnx2x cxgbe e1000em diff --git a/doc/guides/nics/overview.rst b/doc/guides/nics/overview.rst new file mode 100644 index 0000000..d4c6ff4 --- /dev/null +++ b/doc/guides/nics/overview.rst @@ -0,0 +1,147 @@ +.. BSD LICENSE + Copyright 2016 6WIND S.A. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + * Neither the name of 6WIND S.A. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Overview of Networking Drivers +============================== + +The networking drivers may be classified in two categories: + +- physical for real devices +- virtual for emulated devices + +Some physical devices may be shaped through a virtual layer as for +SR-IOV. +The interface seen in the virtual environment is a VF (Virtual Function). + +The ethdev layer exposes an API to use the networking functions +of these devices. +The bottom half part of ethdev is implemented by the drivers. +Thus some features may not be implemented. + +There are more differences between drivers regarding some internal properties, +portability or even documentation availability. +Most of these differences are summarized below. + +.. _table_net_pmd_features: + +.. raw:: html + + + +.. 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 + link status event + Rx interrupt + queue start/stop + MTU update + jumbo frame + scattered Rx + 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 + n-tuple filter + SYN filter + tunnel filter + flexible filter + hash filter + flow director + flow control + 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 + stats per queue + EEPROM dump + registers dump + multiprocess aware + BSD nic_uio + Linux UIO + Linux VFIO + other kdrv + ARMv7 + ARMv8 + Power8 + TILE-Gx + x86-32 + x86-64 + usage doc + design doc + perf doc + ==================== = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -- 2.5.2