From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <keith.wiles@intel.com>
Received: from mga02.intel.com (mga02.intel.com [134.134.136.20])
 by dpdk.org (Postfix) with ESMTP id 59150235
 for <dev@dpdk.org>; Mon, 28 May 2018 15:32:37 +0200 (CEST)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from fmsmga003.fm.intel.com ([10.253.24.29])
 by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 28 May 2018 06:32:36 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.49,452,1520924400"; d="scan'208";a="52889239"
Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203])
 by FMSMGA003.fm.intel.com with ESMTP; 28 May 2018 06:32:35 -0700
Received: from fmsmsx151.amr.corp.intel.com (10.18.125.4) by
 FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS)
 id 14.3.319.2; Mon, 28 May 2018 06:32:35 -0700
Received: from fmsmsx117.amr.corp.intel.com ([169.254.3.45]) by
 FMSMSX151.amr.corp.intel.com ([169.254.7.132]) with mapi id 14.03.0319.002;
 Mon, 28 May 2018 06:32:35 -0700
From: "Wiles, Keith" <keith.wiles@intel.com>
To: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
CC: "dev@dpdk.org" <dev@dpdk.org>, Adrien Mazarguil
 <adrien.mazarguil@6wind.com>, Yongseok Koh <yskoh@mellanox.com>
Thread-Topic: [dpdk-dev] [DPDK 18.08 v1 00/12] net/mlx5: flow rework
Thread-Index: AQHT9nYbfqLwRcwZxEa+SJsSOgRoRKRFmReA
Date: Mon, 28 May 2018 13:32:34 +0000
Message-ID: <EE5C1841-6F19-4E8E-8E97-577F179629BB@intel.com>
References: <cover.1527506071.git.nelio.laranjeiro@6wind.com>
In-Reply-To: <cover.1527506071.git.nelio.laranjeiro@6wind.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.254.78.16]
Content-Type: text/plain; charset="us-ascii"
Content-ID: <21CE6C5A9BDC904C82354B653CECDA14@intel.com>
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [DPDK 18.08 v1 00/12] net/mlx5: flow rework
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://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 28 May 2018 13:32:37 -0000

The subject does not have [PATCH ] so it will be missed by patchwork, right=
?

> On May 28, 2018, at 6:21 AM, Nelio Laranjeiro <nelio.laranjeiro@6wind.com=
> wrote:
>=20
> First version of for the flow engine rework of MLX5 to prepare the
> introduction for the ENCAP/DECAP and PUSH/POP actions done via TC
> flower/filter.
>=20
> This first series depends on [1] and is a work in progress, recent work a=
dded
> on Tunnel RSS are still absent as well as the tunnel support.  Those will=
 be
> added in further versions.
>=20
> Expected for the next 18.08 release:
>=20
> - same level of features,
> - TC flow support for port redirection,
> - TC filter support for ENCAP/DECAP and PUSH/POP.
>=20
> [1] https://dpdk.org/dev/patchwork/patch/40462/
>=20
> Nelio Laranjeiro (12):
>  net/mlx5: remove flow support
>  net/mlx5: handle drop queues are regular queues
>  net/mlx5: support flow Ethernet item among with drop action
>  net/mlx5: add flow queue action
>  net/mlx5: add flow stop/start
>  net/mlx5: add flow VLAN item
>  net/mlx5: add flow IPv4 item
>  net/mlx5: add flow IPv6 item
>  net/mlx5: add flow UDP item
>  net/mlx5: add flow TCP item
>  net/mlx5: add mark/flag flow action
>  net/mlx5: add RSS flow action
>=20
> drivers/net/mlx5/mlx5.c      |    9 -
> drivers/net/mlx5/mlx5.h      |    3 +-
> drivers/net/mlx5/mlx5_flow.c | 3615 +++++++++++-----------------------
> drivers/net/mlx5/mlx5_rxq.c  |  221 +++
> drivers/net/mlx5/mlx5_rxtx.h |    6 +
> 5 files changed, 1388 insertions(+), 2466 deletions(-)
>=20
> --=20
> 2.17.0
>=20

Regards,
Keith