Re: [dpdk-dev] Getting meta data from different pipelines in ip_pipeline application

2017-06-07 Thread Dumitrescu, Cristian
, Cristian Cc: us...@dpdk.org; dev@dpdk.org Subject: Re: [dpdk-dev] Getting meta data from different pipelines in ip_pipeline application Hi, I tested it, but its not working as expected. Pipelines 4,5 and 6 are passthrough pipelines and 7 is of flow classification type. Packets are getting dropped at

Re: [dpdk-dev] Getting meta data from different pipelines in ip_pipeline application

2017-06-04 Thread Nidhia Varghese
Hi, I tested it, but its not working as expected. Pipelines 4,5 and 6 are passthrough pipelines and 7 is of flow classification type. Packets are getting dropped at pipeline 7. On Sat, Jun 3, 2017 at 6:01 PM, Dumitrescu, Cristian < cristian.dumitre...@intel.com> wrote: > Hi Nidhia, > > You shou

Re: [dpdk-dev] Getting meta data from different pipelines in ip_pipeline application

2017-06-03 Thread Dumitrescu, Cristian
classification type. Regards, Cristian > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Nidhia Varghese > Sent: Thursday, June 1, 2017 1:59 PM > To: us...@dpdk.org; dev@dpdk.org > Subject: Re: [dpdk-dev] Getting meta data from different pipelines i

Re: [dpdk-dev] Getting meta data from different pipelines in ip_pipeline application

2017-06-01 Thread Nidhia Varghese
Hi, Any comments on the below thread? Thanks, Nidhia On Tue, May 30, 2017 at 12:33 PM, Nidhia Varghese < nidhiavarghes...@gmail.com> wrote: > Hi, > > This is how I want my pipelines to work:- > Pipeline 4: > Has to get the source mac address and save it in 160th(160-167) meta data > filed in th

[dpdk-dev] Getting meta data from different pipelines in ip_pipeline application

2017-05-30 Thread Nidhia Varghese
Hi, This is how I want my pipelines to work:- Pipeline 4: Has to get the source mac address and save it in 160th(160-167) meta data filed in the mbuf. Pipeline 5: Will take the vlan id and store it in 168th(168-175) offset of the same mbuf Pipeline 6: Take the incoming port id which is in 23rd pos