From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <web-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by dpdk.space (Postfix) with ESMTP id D1D45A05D3
	for <public@inbox.dpdk.org>; Fri, 26 Apr 2019 04:22:20 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 8E8431B5B2;
	Fri, 26 Apr 2019 04:22:20 +0200 (CEST)
Received: from mga12.intel.com (mga12.intel.com [192.55.52.136])
 by dpdk.org (Postfix) with ESMTP id 4D1171B5AD
 for <web@dpdk.org>; Fri, 26 Apr 2019 04:22:19 +0200 (CEST)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from orsmga001.jf.intel.com ([10.7.209.18])
 by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 25 Apr 2019 19:22:17 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.60,395,1549958400"; d="scan'208";a="226811264"
Received: from yexl-server.sh.intel.com ([10.67.110.206])
 by orsmga001.jf.intel.com with ESMTP; 25 Apr 2019 19:22:16 -0700
From: Xiaolong Ye <xiaolong.ye@intel.com>
To: web@dpdk.org,
	Ferruh Yigit <ferruh.yigit@intel.com>
Cc: Xiaolong Ye <xiaolong.ye@intel.com>
Date: Fri, 26 Apr 2019 10:15:56 +0800
Message-Id: <20190426021557.100563-1-xiaolong.ye@intel.com>
X-Mailer: git-send-email 2.17.1
Subject: [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 <web.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/web>,
 <mailto:web-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/web/>
List-Post: <mailto:web@dpdk.org>
List-Help: <mailto:web-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/web>,
 <mailto:web-request@dpdk.org?subject=subscribe>
Errors-To: web-bounces@dpdk.org
Sender: "web" <web-bounces@dpdk.org>

Signed-off-by: Xiaolong Ye <xiaolong.ye@intel.com>
---
 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