From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B8710A04DB; Fri, 16 Oct 2020 01:18:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 321921E538; Fri, 16 Oct 2020 01:18:37 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 09A751E532 for ; Fri, 16 Oct 2020 01:18:34 +0200 (CEST) IronPort-SDR: 2wrEL4kn4G5P3Aq0kezwIqLr3se4gUyz3qF5B9vagdSWXM0LqH0jM1sLv2HKQ/e7d3hUvghFNq 7nmF1RTbYwKg== X-IronPort-AV: E=McAfee;i="6000,8403,9775"; a="251166466" X-IronPort-AV: E=Sophos;i="5.77,380,1596524400"; d="scan'208";a="251166466" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Oct 2020 16:18:32 -0700 IronPort-SDR: ZznhxkLeLazbRnnJPgSUch0C24J4cADK5Dh8LowtkUOEyMGprwQtR/d3rv5Un1j44CiDI1I5AE 2Q7u0pfBQR7g== X-IronPort-AV: E=Sophos;i="5.77,380,1596524400"; d="scan'208";a="464478348" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.251.84.112]) ([10.251.84.112]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Oct 2020 16:18:30 -0700 To: Dekel Peled , orika@nvidia.com, wenzhuo.lu@intel.com, beilei.xing@intel.com, bernard.iremonger@intel.com, mdr@ashroe.eu, nhorman@tuxdriver.com, thomas@monjalon.net, andrew.rybchenko@oktetlabs.ru Cc: dev@dpdk.org References: <209f5087596180d7866a43f0a0f12c9a032eb7ce.1601577847.git.dekelp@nvidia.com> From: Ferruh Yigit Message-ID: Date: Fri, 16 Oct 2020 00:18:26 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v5 0/2] support VLAN attributes in ETH and VLAN items X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/15/2020 4:51 PM, Dekel Peled wrote: > This series implements the change proposes in RFC [1], adding dedicated > fields to ETH and VLAN items structs, to clearly define the required > characteristic of a packet, and enable precise match criteria. > testpmd CLI is updated accordingly. > Documentation is updated accordingly. > > [1] https://mails.dpdk.org/archives/dev/2020-August/177536.html > > --- > v2: fix checkpatch comment. > v3: updates description in comments and documentation. > v4: add testpmd patch with application support. > v5: update comments and documentation for clarity. > --- > > Dekel Peled (2): > ethdev: add VLAN attributes to ETH and VLAN items > app/testpmd: support VLAN attributes in ETH and VLAN items > Series applied to dpdk-next-net/main, thanks.