From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 8233BC342 for ; Wed, 15 Jun 2016 10:35:34 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 15 Jun 2016 01:35:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,475,1459839600"; d="scan'208";a="997980628" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga002.jf.intel.com with ESMTP; 15 Jun 2016 01:35:33 -0700 Received: from fmsmsx102.amr.corp.intel.com (10.18.124.200) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 15 Jun 2016 01:35:33 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX102.amr.corp.intel.com (10.18.124.200) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 15 Jun 2016 01:35:32 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.181]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.107]) with mapi id 14.03.0248.002; Wed, 15 Jun 2016 16:35:31 +0800 From: "Wu, Jingjing" To: "Tao, Zhe" , "dev@dpdk.org" Thread-Topic: [PATCH v3] i40e: fix olflags for vector Rx Thread-Index: AQHRxf0IdpE6vpNyOEilLJ9Lf+/PoJ/qNaTQ Date: Wed, 15 Jun 2016 08:35:30 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F80E15CB3E@SHSMSX103.ccr.corp.intel.com> References: <1465787275-13776-1-git-send-email-zhe.tao@intel.com> <1465881856-8248-1-git-send-email-zhe.tao@intel.com> In-Reply-To: <1465881856-8248-1-git-send-email-zhe.tao@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTVlNThlMjYtMDM0NC00MGRlLWI2MzktNjRhYmY1NmE4NzU0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Iml1NG1tdk5aZFFVeEZkbE9tNkU3ZVlENWlxR2o1XC9TSU1WOGNGMytvODJjPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] i40e: fix olflags for vector Rx 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: Wed, 15 Jun 2016 08:35:34 -0000 > -----Original Message----- > From: Tao, Zhe > Sent: Tuesday, June 14, 2016 1:24 PM > To: dev@dpdk.org > Cc: Tao, Zhe ; Wu, Jingjing > Subject: [PATCH v3] i40e: fix olflags for vector Rx >=20 > Problem: > The flag for RSS and flow director is not set correctly in the > vector Rx function, so the upper layer APP which base on the related > flags will not work correctly. >=20 > Fix this problem by change the shuffle table. the original shuffle > table is not correct. >=20 > Fixes: 9ed94e5bb04e ("i40e: add vector Rx") >=20 > Signed-off-by: Zhe Tao Acked-by: Jingjing Wu