From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0457DA04B3 for ; Mon, 16 Dec 2019 01:40:40 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EE70F1BFD2; Mon, 16 Dec 2019 01:40:39 +0100 (CET) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by dpdk.org (Postfix) with ESMTP id 23C921BFCC for ; Mon, 16 Dec 2019 01:40:39 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 51A274BD; Sun, 15 Dec 2019 19:40:38 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 15 Dec 2019 19:40:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; s=mesmtp; bh=+3ik/788nR 7TmLXcq+0mCuOkawl8l+vppIv6Q18V+g8=; b=bUSYIdHQgECrOlQsc+t26JE99U MUJ76lzQZ30MfT4KzhgT/8NYVn4fhNFvxUx+nfn+FeyaQ70AHBNg+MxJ/JNQCYqG A0V/JK/zHA2wCMTx45ZA7RrJGhCWczoNXDcPdqGHjj7No0J26q1YXTHX/sKlUPIz qHYXtsS3gIzRU4AoM= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:date:from :in-reply-to:message-id:mime-version:references:subject:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; bh=+3ik/788nR7TmLXcq+0mCuOkawl8l+vppIv6Q18V+g8=; b=KhV3cEIM OP1nsh/lWx3Uh7VtABBml1dsPaIpgN1v6RYUQeaLSWuSAsvACnzOK7hY5inc0rcP JGv3IpuLeaYXBEdnxCF41Aqn1JdvpAK0vuWYya2GbfBbQzeOR9RtB//SzVN3onNv jQBgVrxEwtXt+mY9TYfe3NDC65kLQ1OIhQ/jPgOp7asrxrBF1w0As46lBJioxBi6 dfJgtQzc9/3OJg/iOZUVOJL5RLycu424RqN6V/bq/0GfINtuOpnd+gE6lVANDzae lICohu5wLIhtL33YobcAvucq7IUWZCa+4HC1HsGYGLz/f1lhOg6b/GwPfOV5POcH HK8AAusahS0kew== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrvddtgedgvdegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgjfhgggfestdekre dtredttdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshes mhhonhhjrghlohhnrdhnvghtqeenucffohhmrghinhepughpughkrdhorhhgnecukfhppe ejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhm rghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedu X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 818B330600E0 for ; Sun, 15 Dec 2019 19:40:37 -0500 (EST) From: Thomas Monjalon To: web@dpdk.org Date: Mon, 16 Dec 2019 01:40:18 +0100 Message-Id: <20191216004022.1530059-4-thomas@monjalon.net> X-Mailer: git-send-email 2.24.0 In-Reply-To: <20191216004022.1530059-1-thomas@monjalon.net> References: <20191216004022.1530059-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-web] [PATCH 3/7] add memif to software NICs X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: web-bounces@dpdk.org Sender: "web" The memif PMD was added in DPDK 19.08. Signed-off-by: Thomas Monjalon --- content/supported/others.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/supported/others.md b/content/supported/others.md index 12aaf5e..714c256 100644 --- a/content/supported/others.md +++ b/content/supported/others.md @@ -1,6 +1,6 @@ +++ title = "Software NICs" -description = "af_packet, af_xdp, tap, pcap, ring" +description = "af_packet, af_xdp, tap, pcap, ring, memif" +++ - [af_packet](//doc.dpdk.org/guides/nics/af_packet.html) (Linux AF_PACKET socket) @@ -8,3 +8,4 @@ description = "af_packet, af_xdp, tap, pcap, ring" - [tap/tun](//doc.dpdk.org/guides/nics/tap.html) (kernel L2/L3) - [pcap](//doc.dpdk.org/guides/nics/pcap_ring.html#libpcap-based-pmd) (file or kernel driver) - [ring](//doc.dpdk.org/guides/nics/pcap_ring.html#rings-based-pmd) (memory) +- [memif](//doc.dpdk.org/guides/nics/memif.html) (memory) -- 2.24.0