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 B7D66A05D3 for ; Fri, 26 Apr 2019 04:22:22 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A5BDC1B5AD; Fri, 26 Apr 2019 04:22:22 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 6AB691B5AD for ; Fri, 26 Apr 2019 04:22:20 +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:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,395,1549958400"; d="scan'208";a="226811272" Received: from yexl-server.sh.intel.com ([10.67.110.206]) by orsmga001.jf.intel.com with ESMTP; 25 Apr 2019 19:22:19 -0700 From: Xiaolong Ye To: web@dpdk.org, Ferruh Yigit Cc: Xiaolong Ye Date: Fri, 26 Apr 2019 10:15:57 +0800 Message-Id: <20190426021557.100563-2-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 2/2] correct the doc link for af_packet 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" Signed-off-by: Xiaolong Ye --- content/supported/others.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/supported/others.md b/content/supported/others.md index bc512a4..7140c6f 100644 --- a/content/supported/others.md +++ b/content/supported/others.md @@ -3,7 +3,7 @@ title = "Software NICs" 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_packet](http://doc.dpdk.org/guides/nics/af_packet.html) (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) -- 2.17.1