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 4AA5FA05D3 for ; Fri, 26 Apr 2019 16:42:58 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3288D1B6DF; Fri, 26 Apr 2019 16:42:58 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 74E811B6DF for ; Fri, 26 Apr 2019 16:42:56 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Apr 2019 07:42:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,397,1549958400"; d="scan'208";a="294786813" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.110.206]) by orsmga004.jf.intel.com with ESMTP; 26 Apr 2019 07:42:48 -0700 Date: Fri, 26 Apr 2019 22:36:29 +0800 From: Ye Xiaolong To: Ferruh Yigit Cc: web@dpdk.org Message-ID: <20190426143629.GA114061@intel.com> References: <20190426021557.100563-1-xiaolong.ye@intel.com> <0b0e54d5-69c5-30c1-312a-e2500d91758c@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0b0e54d5-69c5-30c1-312a-e2500d91758c@intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-web] [PATCH 1/2] 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" On 04/26, Ferruh Yigit wrote: >On 4/26/2019 3:15 AM, Xiaolong Ye wrote: >> Signed-off-by: Xiaolong Ye >> --- >> 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) >> > >Hi Xiaolong, > >Can you please update commit log to include in which DPDK version the PMD is >added, also if possible commit ids that introduces the PMD? Got it, will add these info in v2. Thanks, Xiaolong