From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by dpdk.space (Postfix) with ESMTP id 71DE2A0679
	for <public@inbox.dpdk.org>; Thu,  4 Apr 2019 18:20:50 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id DD3261B275;
	Thu,  4 Apr 2019 18:20:48 +0200 (CEST)
Received: from mail-wm1-f67.google.com (mail-wm1-f67.google.com
 [209.85.128.67]) by dpdk.org (Postfix) with ESMTP id E264A1B1E3
 for <dev@dpdk.org>; Thu,  4 Apr 2019 18:20:46 +0200 (CEST)
Received: by mail-wm1-f67.google.com with SMTP id z6so7690063wmi.0
 for <dev@dpdk.org>; Thu, 04 Apr 2019 09:20:46 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to
 :references:content-transfer-encoding:user-agent:mime-version;
 bh=RiDcpkGlPqgIqWomWemZWOPf1oGzAQu4ylt/sh5aIPs=;
 b=f56IAu7/4RmxG/+F1skdIvg98YyfwgkdqcClQOZonVSlYDK/bdKP7nvR7gxqavkLjG
 hgGGk/8NpBNFitVPm2K1vFuYoMJCXCDhO77ercvigxD22Ym6dAoV5IzOa0E217Uo3Lhu
 ci4uacuRR6I4JwB7REY7bDgHaPz1St7slYkHvjP99E36yyPwXcWmVD4Uaf69jXPFgOJ4
 odCvXF1XbKAhUYtU6Xf8LrjtYUNpqbrkg7HPX2enV6dB83VsKnzRtTPc+zrqr+EZ9Vcd
 0me+lCNCzVW8uqaMdfRZi2fkuJIa4Hlb/0s2C91sucGRvZPk6W3JHvBmAMOtbHS4wEQK
 GPXg==
X-Gm-Message-State: APjAAAU8clXytRKpn21QKHGwQoPuLPHvfmOUbhrtO/AnHUokkS9dbKmm
 LZkZ+yGOcQOxkUBbNkSmpS4=
X-Google-Smtp-Source: APXvYqwPuHlsnFN5U8501OW6hhG9zK01cMFxfLM58wkckBCjbhzGu1/kQOo1L8gI3tbbswpEBhE/5w==
X-Received: by 2002:a1c:4e0a:: with SMTP id g10mr4828359wmh.128.1554394846450; 
 Thu, 04 Apr 2019 09:20:46 -0700 (PDT)
Received: from localhost ([2a01:4b00:f419:6f00:250:b6ff:feb7:bd60])
 by smtp.gmail.com with ESMTPSA id f1sm16918920wrt.87.2019.04.04.09.20.44
 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256);
 Thu, 04 Apr 2019 09:20:44 -0700 (PDT)
Message-ID: <0f4018a2e2a2d535b689e6a2f6a5adf13b917bb2.camel@debian.org>
From: Luca Boccassi <bluca@debian.org>
To: Xiaolong Ye <xiaolong.ye@intel.com>, dev@dpdk.org, Stephen Hemminger
 <stephen@networkplumber.org>, Ferruh Yigit <ferruh.yigit@intel.com>
Cc: Qi Zhang <qi.z.zhang@intel.com>, Karlsson Magnus
 <magnus.karlsson@intel.com>,  Topel Bjorn <bjorn.topel@intel.com>, Maxime
 Coquelin <maxime.coquelin@redhat.com>, Bruce Richardson
 <bruce.richardson@intel.com>, Ananyev Konstantin
 <konstantin.ananyev@intel.com>,  David Marchand
 <david.marchand@redhat.com>, Andrew Rybchenko <arybchenko@solarflare.com>,
 Olivier Matz <olivier.matz@6wind.com>
Date: Thu, 04 Apr 2019 17:20:43 +0100
In-Reply-To: <20190404085113.16732-2-xiaolong.ye@intel.com>
References: <20190301080947.91086-1-xiaolong.ye@intel.com>
 <20190404085113.16732-1-xiaolong.ye@intel.com>
 <20190404085113.16732-2-xiaolong.ye@intel.com>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
User-Agent: Evolution 3.30.5-1 
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH v11 1/1] net/af_xdp: introduce AF XDP PMD
	driver
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>
Message-ID: <20190404162043.tdgTo_Rr2Vrlr9j93uWQJXsFOo3Eq3PkUNNjbcooFF8@z>

On Thu, 2019-04-04 at 16:51 +0800, Xiaolong Ye wrote:
> Add a new PMD driver for AF_XDP which is a proposed faster version of
> AF_PACKET interface in Linux. More info about AF_XDP, please refer to
> [1]
> [2].
>=20
> This is the vanilla version PMD which just uses a raw buffer
> registered as
> the umem.
>=20
> [1]=20
> https://fosdem.org/2018/schedule/event/af_xdp/
>=20
> [2]=20
> https://lwn.net/Articles/745934/
>=20
>=20
> Signed-off-by: Xiaolong Ye <
> xiaolong.ye@intel.com
> >
> ---
>  MAINTAINERS                                   |   7 +
>  config/common_base                            |   5 +
>  doc/guides/nics/af_xdp.rst                    |  50 +
>  doc/guides/nics/features/af_xdp.ini           |  11 +
>  doc/guides/nics/index.rst                     |   1 +
>  doc/guides/rel_notes/release_19_05.rst        |   7 +
>  drivers/net/Makefile                          |   1 +
>  drivers/net/af_xdp/Makefile                   |  28 +
>  drivers/net/af_xdp/af_xdp_deps.h              |  15 +
>  drivers/net/af_xdp/meson.build                |  19 +
>  drivers/net/af_xdp/rte_eth_af_xdp.c           | 955
> ++++++++++++++++++
>  drivers/net/af_xdp/rte_pmd_af_xdp_version.map |   3 +
>  drivers/net/meson.build                       |   1 +
>  mk/rte.app.mk                                 |   1 +
>  14 files changed, 1104 insertions(+)
>  create mode 100644 doc/guides/nics/af_xdp.rst
>  create mode 100644 doc/guides/nics/features/af_xdp.ini
>  create mode 100644 drivers/net/af_xdp/Makefile
>  create mode 100644 drivers/net/af_xdp/af_xdp_deps.h
>  create mode 100644 drivers/net/af_xdp/meson.build
>  create mode 100644 drivers/net/af_xdp/rte_eth_af_xdp.c
>  create mode 100644 drivers/net/af_xdp/rte_pmd_af_xdp_version.map

Acked-by: Luca Boccassi <bluca@debian.org>

--=20
Kind regards,
Luca Boccassi