From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 7F3508E7A for ; Tue, 20 Oct 2015 16:56:55 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 20 Oct 2015 07:56:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,707,1437462000"; d="scan'208";a="668075034" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga003.jf.intel.com with ESMTP; 20 Oct 2015 07:56:54 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.138]) by IRSMSX152.ger.corp.intel.com ([169.254.6.38]) with mapi id 14.03.0248.002; Tue, 20 Oct 2015 15:56:52 +0100 From: "Dumitrescu, Cristian" To: Thomas Monjalon , "Zhang, Roy Fan" Thread-Topic: [dpdk-dev] [PATCH 0/4]librte_port: modify macros to access packet meta-data Thread-Index: AQHRCn8SyEgQJ8JKS06ZW1ETIpCYWZ50eXAA Date: Tue, 20 Oct 2015 14:56:51 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D89126478F23A2@IRSMSX108.ger.corp.intel.com> References: <1441978548-3582-1-git-send-email-roy.fan.zhang@intel.com> <6444334.trQLVujQca@xps13> In-Reply-To: <6444334.trQLVujQca@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH 0/4]librte_port: modify macros to access packet meta-data X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2015 14:56:56 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Monday, October 19, 2015 6:00 PM > To: Zhang, Roy Fan > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 0/4]librte_port: modify macros to access > packet meta-data >=20 > 2015-09-11 14:35, roy.fan.zhang@intel.com: > > app/test-pipeline/main.h | 2 ++ > > app/test-pipeline/pipeline_hash.c | 34 ++++++++++++++------------- > > app/test-pipeline/pipeline_lpm.c | 2 +- > > app/test-pipeline/pipeline_lpm_ipv6.c | 2 +- > > app/test/test_table.h | 8 +++++-- > > app/test/test_table_combined.c | 28 +++++++++++----------- > > app/test/test_table_pipeline.c | 3 ++- > > app/test/test_table_tables.c | 44 ++++++++++++++++++---------= ------ > -- > > doc/guides/rel_notes/deprecation.rst | 5 ---- > > doc/guides/rel_notes/release_2_2.rst | 4 +++- > > lib/librte_port/Makefile | 2 +- > > lib/librte_port/rte_port.h | 2 +- >=20 > examples/ip_pipeline does not need to be updated? No, examples/ip_pipeline does not need to be updated here, so no issues wit= h this patch. Only apps that define a hardcoded structure for the app metadata need updat= e (app/test, app/test-pipeline), ip_pipeline reads metadata offsets from co= nfig file, so it's OK (as current simple config file does not have any offs= ets). Thanks, Cristian