Re: [dpdk-dev] Issues with ixgbe and rte_flow

2017-03-08 Thread Adrien Mazarguil
CC'ing us...@dpdk.org since this issue primarily affects rte_flow users, and several PMD maintainers to get their opinion on the matter, see below. On Wed, Mar 08, 2017 at 09:24:26AM +, Le Scouarnec Nicolas wrote: > My response is inline bellow, and further comment on the code excerpt also >

Re: [dpdk-dev] Issues with ixgbe and rte_flow

2017-03-08 Thread Le Scouarnec Nicolas
My response is inline bellow, and further comment on the code excerpt also From: Lu, Wenzhuo Sent: Wednesday, March 8, 2017 4:16 AM To: Le Scouarnec Nicolas; dev@dpdk.org; Adrien Mazarguil (adrien.mazarg...@6wind.com) Cc: Yigit, Ferruh Subject: RE: Issues with ixgbe and rte_flow   >> I have

Re: [dpdk-dev] Issues with ixgbe and rte_flow

2017-03-07 Thread Lu, Wenzhuo
Hi Le Scouarnec, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Le Scouarnec Nicolas > Sent: Tuesday, March 7, 2017 7:12 PM > To: dev@dpdk.org > Cc: Yigit, Ferruh > Subject: [dpdk-dev] Issues with ixgbe and rte_flow > > Dear all, &g

[dpdk-dev] Issues with ixgbe and rte_flow

2017-03-07 Thread Le Scouarnec Nicolas
Dear all, I have been using the new API rte_flow to program filtering on an X540 (ixgbe) NIC. My goal is to send packets from different VLANs to different queues (filtering which should be supported by flow director as far as I understand). I enclosed the setup code at the bottom of this email.