From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vk0-f54.google.com (mail-vk0-f54.google.com [209.85.213.54]) by dpdk.org (Postfix) with ESMTP id 3DB2A2BDF for ; Thu, 26 May 2016 05:39:32 +0200 (CEST) Received: by mail-vk0-f54.google.com with SMTP id r140so86762129vkf.0 for ; Wed, 25 May 2016 20:39:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=NggbtKpOVKWVg6ic1d+dvwUfIp/k0dnJOxVSrklJWEw=; b=a1Eg3Qzhhf9e6QpcCzOsgWALQPv2wb6ieo3HRRzwhRMZE7dBv6Z3ZLQheZJk1KO0k4 4vIP4kRKWTDrKCzp3zrbHk5rB7tE6vdanOeh6y4DlTKXmnvDhGJ6gWivkfoBTZ/BoUTV SVdp91eNqBp4iCceYaH/g7NGLh8gUk8ZBa34N8G13c21VUcKeNLsXnZHqHzKpsmc9IWe pT3ZfBw3cNoRgcrHgA0Jh+YG2b8mN4IYfRNUPFxY+D4rjEmszN5T1fpPc5fWe0LYcYNc jW7N8nT8nZQqzfh9msp31wA6Ynrd25FyLYTVGUx2MmDVIDjdD3sOyA9via5O3oLmyhUH /+LA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=NggbtKpOVKWVg6ic1d+dvwUfIp/k0dnJOxVSrklJWEw=; b=J0VXqs2N0iEDMV3oh7J4cpL6DpOqHhGRTFnMaLJdClfraXmQfC+Lg8D9NSHbxRcmO8 z8KTeyLxyjx1i3nBTvmAk70mM0w1lZihoVYVvJ9N6I1uzHxJQqMykLzw0HvEBbyTKeDl sqrtYFzNXfFS/vTEeWVegUD83FjsaK0Bs9owdkT/fed7LYqsBxGgu0cVvIZ+AN33aY77 yilSnDdA92LHNEJoB80a4z8BKQ6PUgi4Vttm+ggSAFNDa5BY/mXXaFzObzdSVBlOvv2L ZpoR2duhNM8bFY18BEbgMEIk3QSjxcgU0lS56Fx9Kac9lXTraSPBR2Niv4Z1hosvwvz4 fAWQ== X-Gm-Message-State: ALyK8tI9/KoO1EbEyswu/VFFVZzLkju2eI7WyAKacgQgfo9ZpJjYXcv0kUTmz49tXfJYzclWTZ1I5Fy2ds8C9A== MIME-Version: 1.0 X-Received: by 10.176.65.105 with SMTP id j96mr4515282uad.21.1464233971655; Wed, 25 May 2016 20:39:31 -0700 (PDT) Received: by 10.31.94.8 with HTTP; Wed, 25 May 2016 20:39:31 -0700 (PDT) In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09090346B7C6@shsmsx102.ccr.corp.intel.com> References: <6A0DE07E22DDAD4C9103DF62FEBC09090346B7C6@shsmsx102.ccr.corp.intel.com> Date: Wed, 25 May 2016 23:39:31 -0400 Message-ID: From: Nishant Verma To: "Lu, Wenzhuo" Cc: "dev@dpdk.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] flow director on X550 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2016 03:39:32 -0000 Hi Wenzhuo, Thanks for the reply. =E2=80=8BAs par datasheet, if flow director filter matches then RSS won't i= mpact as RSS is the last filter to be applied on received packet. But just to confirm, i tried and still issue persist. Any other thing that you think i can try, please let me know. Thanks. On Wed, May 25, 2016 at 8:52 PM, Lu, Wenzhuo wrote: > Hi Nishant, > > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Nishant Verma > > Sent: Thursday, May 26, 2016 4:08 AM > > To: dev@dpdk.org > > Subject: [dpdk-dev] flow director on X550 > > > > Hi All, > > > > My system configuration is > > =3D=3D>#. SuperMicro 1U > > - BIOS: 1.0a > > - Processor: Intel(R) Xeon(R) CPU D-1540 @ 2.00GHz > > - Onboard NIC: Intel(R) X552/X557-AT (2x10G) > > - Firmware-version: 0x800001cf > > - Device ID (PF/VF): 8086:15ad /8086:15a8 > > - kernel driver version: 4.2.5 (ixgbe) > > > > I am working on DPDK 16.04 & pktgen 3.0.0 version. > > > > > > My intention is to test flow director based on just destination IP. It > means, i will > > use test-pmd and configure flow director and fdir mask, from pktgen i > will send > > packet and check if packets are going to right queue or not. > > > > Here is the procedure, that i follow. > > > > 1. I run testpmd > > * ./testpmd -c 0xffff -n 4 -- -i --portmask=3D0x3 --nb-cores=3D5 > --disable-link-check > > --rxq=3D5 --txq=3D5 --pkt-filter-mode=3Dperfect* > We need add the parameter *--disable-rss* to avoid the impact of RSS. > --=20 Rgds, Nishant