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 81F8DA0096 for ; Fri, 10 May 2019 21:01:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5210E37B7; Fri, 10 May 2019 21:00:59 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id D9A9B2082 for ; Fri, 10 May 2019 21:00:57 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 514BB239CA; Fri, 10 May 2019 15:00:57 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 10 May 2019 15:00:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=0tOw/k8+1bXHCjsUhUmYVN8ESRLAd+qYDJQjdo6l4Fs=; b=oDIeafKepPWZ WpVVN2FpbH+LOy17pz4wQGtAf2CEhnliCEVz6GiHUKZfHybP4l2dUOoUcnO575vR bZAoHrqbtS2EVRHVU4iWyAyTbrk19V/n4tZ/dSQIa1lXuBAQUFD9bO/XlbkJVcV/ VH0V1HbakyHEapdIPa1BgOEyRgIl650= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :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=fm2; bh=0tOw/k8+1bXHCjsUhUmYVN8ESRLAd+qYDJQjdo6l4 Fs=; b=chZnECjSwXaTwzgwz8zImF8saoxk6OCq0OhkF/hw6s9BoL+PPOIcwVziX QQzUsA4fD38I8ucz17Hbm7aBOj3i/AjOC/eraB3vdnp8JEQqn1CbxQGgYfRQdrcY xr4u2b6SsoxYibT6lvccFzKBaOuZV3b0gyWnTBYCo02+UZZ5siw9FJlX2KsH3SJL YSHIO/EzNqUKIC+x5dXZF9Rw4Gv1/PBTzOX7xNMoNP4SWwA1K/7JzfMVq+aQ2KYk mkHzz6rlHI/l3Ard8CLdwFHtyi0f0mgq+uWvRYwbdKSTLULlAYdfKyaYUNCNf/jT ilCJ0jheqoXUsYVioK8/JEUiQbpkw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrkeekgddufeefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeekuddrudekhedrudejfedrudegleenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (149.173.185.81.rev.sfr.net [81.185.173.149]) by mail.messagingengine.com (Postfix) with ESMTPA id D42CB8005C; Fri, 10 May 2019 15:00:55 -0400 (EDT) From: Thomas Monjalon To: Xiaolong Ye Cc: web@dpdk.org, Ferruh Yigit Date: Fri, 10 May 2019 21:00:52 +0200 Message-ID: <1993066.JjmfKVz9Rj@xps> In-Reply-To: References: <20190426021557.100563-1-xiaolong.ye@intel.com> <20190426152750.1803-1-xiaolong.ye@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [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" 02/05/2019 12:29, Ferruh Yigit: > On 4/26/2019 4:27 PM, Xiaolong Ye wrote: > > 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 > > Acked-by: Ferruh Yigit Applied, thanks