> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon > Sent: Monday, October 19, 2015 6:00 PM > To: Zhang, Roy Fan <roy.fan.zhang at intel.com> > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH 0/4]librte_port: modify macros to access > packet meta-data > > 2015-09-11 14:35, roy.fan.zhang at 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 +- > > examples/ip_pipeline does not need to be updated?
No, examples/ip_pipeline does not need to be updated here, so no issues with this patch. Only apps that define a hardcoded structure for the app metadata need update (app/test, app/test-pipeline), ip_pipeline reads metadata offsets from config file, so it's OK (as current simple config file does not have any offsets). Thanks, Cristian