Re: [dpdk-dev] [dpdk-users] Adding multiple fields as key in ip_pipeline application

2017-05-02 Thread Singh, Jasvinder
From: Nidhia Varghese [mailto:nidhiavarghes...@gmail.com] Sent: Tuesday, May 2, 2017 10:29 AM To: Singh, Jasvinder Cc: dev@dpdk.org; us...@dpdk.org Subject: Re: [dpdk-users] Adding multiple fields as key in ip_pipeline application Hi, Can we do the append/prepend (of the port id with vlan id)

Re: [dpdk-dev] [dpdk-users] Adding multiple fields as key in ip_pipeline application

2017-05-02 Thread Nidhia Varghese
Hi, Can we do the append/prepend (of the port id with vlan id) through config file? Thanks, Nidhia On Fri, Apr 28, 2017 at 7:24 PM, Singh, Jasvinder wrote: > Hi Nidhia, > > > I am developing an application in which I need to use both incoming port > and vlan as the key for the flow table. Port

Re: [dpdk-dev] [dpdk-users] Adding multiple fields as key in ip_pipeline application

2017-04-28 Thread Singh, Jasvinder
Hi Nidhia, I am developing an application in which I need to use both incoming port and vlan as the key for the flow table. Port field is available at 24th byte of mbuf and vlan(single tagged) will be at 268th byte (128 mbuf + 128 headroom + 12 ethernet header). How can I represent this in my