From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id CBC57A05D3 for ; Fri, 26 Apr 2019 17:34:15 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9E3F91B1E9; Fri, 26 Apr 2019 17:34:15 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id A2E921B1E9 for ; Fri, 26 Apr 2019 17:34:13 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Apr 2019 08:34:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,398,1549958400"; d="scan'208";a="145988946" Received: from yexl-server.sh.intel.com ([10.67.110.206]) by orsmga003.jf.intel.com with ESMTP; 26 Apr 2019 08:34:11 -0700 From: Xiaolong Ye To: web@dpdk.org, Ferruh Yigit Cc: Xiaolong Ye Date: Fri, 26 Apr 2019 23:27:50 +0800 Message-Id: <20190426152750.1803-1-xiaolong.ye@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190426021557.100563-1-xiaolong.ye@intel.com> References: <20190426021557.100563-1-xiaolong.ye@intel.com> Subject: [dpdk-web] [PATCH v2] add af_xdp to supported software nic list 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" AF_XDP PMD is introduced in DPDK 19.05, corresponding commit in upstream is f1debd77efa ("net/af_xdp: introduce AF_XDP PMD"). Signed-off-by: Xiaolong Ye --- V2 change: - refine the commit log by adding some basic info such as when AF_XDP PMD is introduced. 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 0f99b29..bc512a4 100644 --- a/content/supported/others.md +++ b/content/supported/others.md @@ -1,9 +1,10 @@ +++ title = "Software NICs" -description = "af_packet, tap, pcap, ring" +description = "af_packet, af_xdp, tap, pcap, ring" +++ - [af_packet](http://git.dpdk.org/dpdk/tree/drivers/net/af_packet) (Linux AF_PACKET socket) +- [af_xdp](http://doc.dpdk.org/guides/nics/af_xdp.html) (Linux AF_XDP socket) - [tap/tun](http://doc.dpdk.org/guides/nics/tap.html) (kernel L2/L3) - [pcap](http://doc.dpdk.org/guides/nics/pcap_ring.html#libpcap-based-pmd) (file or kernel driver) - [ring](http://doc.dpdk.org/guides/nics/pcap_ring.html#rings-based-pmd) (memory) -- 2.17.1