From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dekelp@mellanox.com>
Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])
 by dpdk.org (Postfix) with ESMTP id 787C91B4C1
 for <dev@dpdk.org>; Thu, 11 Oct 2018 13:05:08 +0200 (CEST)
Received: from Internal Mail-Server by MTLPINE1 (envelope-from
 dekelp@mellanox.com)
 with ESMTPS (AES256-SHA encrypted); 11 Oct 2018 12:55:11 +0200
Received: from mtl-vdi-280.wap.labs.mlnx. (mtl-vdi-280.wap.labs.mlnx
 [10.128.130.87])
 by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id w9BAoKNF027124;
 Thu, 11 Oct 2018 13:50:20 +0300
From: Dekel Peled <dekelp@mellanox.com>
To: wenzhuo.lu@intel.com, jingjing.wu@intel.com, bernard.iremonger@intel.com, 
 olivier.matz@6wind.com, adrien.mazarguil@6wind.com,
 thomas@monjalon.net, ferruh.yigit@intel.com, arybchenko@solarflare.com
Cc: shahafs@mellanox.com, dev@dpdk.org, orika@mellanox.com
Date: Thu, 11 Oct 2018 13:49:55 +0300
Message-Id: <1539254998-8555-1-git-send-email-dekelp@mellanox.com>
X-Mailer: git-send-email 1.7.1
In-Reply-To: <1538056677-33846-1-git-send-email-dekelp@mellanox.com>
References: <1538056677-33846-1-git-send-email-dekelp@mellanox.com>
Subject: [dpdk-dev] [PATCH v4 0/3] support meadata as flow rule criteria
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>
X-List-Received-Date: Thu, 11 Oct 2018 11:05:08 -0000

This series implements the match-metadata feature described in [1].

[1] "[RFC v2] ethdev: support metadata as flow rule criteria"
	http://mails.dpdk.org/archives/dev/2018-August/110194.html

---	
v4:
Apply code review comments:
* Change location of metadata item in mbuf
* Update debug commands

v3:
* Add link to RFC email.
* Add cover letter subject line.

v2:
* Fix some checkpatch coding style issues (wrongly sent).
---	

Dekel Peled (3):
  ethdev: support metadata as flow rule criteria
  app/testpmd: support metadata as flow rule criteria
  app/testpmd: add Tx metadata debug commands

 app/test-pmd/cmdline.c                      | 114 ++++++++++++++++++++++++++--
 app/test-pmd/cmdline_flow.c                 |  25 ++++++
 app/test-pmd/config.c                       |   1 +
 app/test-pmd/testpmd.c                      |   5 ++
 app/test-pmd/testpmd.h                      |   2 +
 app/test-pmd/txonly.c                       |   9 +++
 doc/guides/prog_guide/rte_flow.rst          |  21 +++++
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |  13 +++-
 lib/librte_ethdev/rte_ethdev.c              |   1 +
 lib/librte_ethdev/rte_ethdev.h              |   5 ++
 lib/librte_ethdev/rte_flow.c                |   1 +
 lib/librte_ethdev/rte_flow.h                |  24 ++++++
 lib/librte_mbuf/rte_mbuf.c                  |   2 +
 lib/librte_mbuf/rte_mbuf.h                  |  57 +++++++++-----
 14 files changed, 255 insertions(+), 25 deletions(-)

-- 
1.8.3.1