[dpdk-dev] [PATCH 0/4]librte_port: modify macros to access packet meta-data

2015-10-20 Thread Dumitrescu, Cristian
> -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 > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH 0/4]librte_port: modify macros to access > packet meta

[dpdk-dev] [PATCH 0/4]librte_port: modify macros to access packet meta-data

2015-10-19 Thread Thomas Monjalon
> > From: Fan Zhang > > > > This patchset links to ABI change announced for librte_port. Macros to > > access the packet meta-data stored within the packet buffer has been > > adjusted to cover the packet mbuf structure. > > Acked-by: Cristian Dumitrescu Applied in 1 commit (such change must b

[dpdk-dev] [PATCH 0/4]librte_port: modify macros to access packet meta-data

2015-10-19 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH 0/4]librte_port: modify macros to access packet meta-data

2015-09-11 Thread roy.fan.zh...@intel.com
From: Fan Zhang This patchset links to ABI change announced for librte_port. Macros to access the packet meta-data stored within the packet buffer has been adjusted to cover the packet mbuf structure. Fan Zhang (4): librte_port: modify macros to access packet meta-data app/test: modify table

[dpdk-dev] [PATCH 0/4]librte_port: modify macros to access packet meta-data

2015-09-11 Thread Dumitrescu, Cristian
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of > roy.fan.zhang at intel.com > Sent: Friday, September 11, 2015 4:36 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 0/4]librte_port: modify macros to access packet > meta-data