[dpdk-dev] Using flow director to distrbute vlan traffic

2014-03-25 Thread Viswanath Alikonda
Hi, I am using DPDK 1.4 and trying to distribute traffic based on (IP,vlan). I expect the traffic of (IP,vlan) goes to one core. The code looks like this: struct rte_fdir_masks fdir_masks; struct rte_fdir_filter fdir_filter; memset(&fdir_masks, 0, sizeof(struct rte_fdir_masks));

[dpdk-dev] Using flow director to distrbute vlan traffic

2014-03-25 Thread Richardson, Bruce
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Viswanath Alikonda > Sent: Tuesday, March 25, 2014 11:55 AM > To: dev at dpdk.org > Subject: [dpdk-dev] Using flow director to distrbute vlan traffic > > Hi, > > I am using DPDK 1