From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2ABE6C7618B for ; Wed, 24 Jul 2019 13:00:14 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id ACEB4218B8 for ; Wed, 24 Jul 2019 13:00:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org ACEB4218B8 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 41DDC1C1DF; Wed, 24 Jul 2019 15:00:12 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 902881C1DE; Wed, 24 Jul 2019 15:00:09 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Jul 2019 06:00:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,303,1559545200"; d="scan'208";a="189092170" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga001.fm.intel.com with ESMTP; 24 Jul 2019 06:00:08 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 24 Jul 2019 06:00:08 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 24 Jul 2019 06:00:08 -0700 Received: from shsmsx105.ccr.corp.intel.com ([169.254.11.232]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.55]) with mapi id 14.03.0439.000; Wed, 24 Jul 2019 21:00:06 +0800 From: "Zhang, Qi Z" To: "Huang, Peng" CC: "dev@dpdk.org" , "Xing, Beilei" , "stable@dpdk.org" Thread-Topic: [PATCH v2 2/2] net/i40e: fix RSS hash update problem for X722 VF Thread-Index: AQHVQFzqz+QeBsMQi02P/kVtfAy92abZvnag Date: Wed, 24 Jul 2019 13:00:06 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153D6C354@SHSMSX105.ccr.corp.intel.com> References: <1563551049-25638-1-git-send-email-peng.huang@intel.com> <1563803428-101418-1-git-send-email-peng.huang@intel.com> In-Reply-To: <1563803428-101418-1-git-send-email-peng.huang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjQ4MjgzMWUtYWJjNi00NjY5LWJmMTUtYTIzMGEzNDU1N2RhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoicmZJdE90TW9JWFBuSEtrS2Z1NzlGbzNBOHRxNkZvR3lQaVV5dkVuQ0ljMjZCUkIrXC8xMDRwN3A0Sko4QTlENzEifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action 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 v2 2/2] net/i40e: fix RSS hash update problem for X722 VF X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Huang, Peng > Sent: Monday, July 22, 2019 9:50 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Xing, Beilei ; Huang, Peng > ; stable@dpdk.org > Subject: [PATCH v2 2/2] net/i40e: fix RSS hash update problem for X722 VF >=20 > This patch fixes X722 VF problem when received packet don't have HASH val= ue. > 1) Packet classifier types update should support X722 VF, not only for X= 722 > PF; > 2) MAC type is invalid for X722 VF when set packet classifier type, so mo= ve it > after MAC type is set correctly; >=20 > Fixes: a286ebeb0714 ("net/i40e: add dynamic mapping of SW flow types to H= W > pctypes") > Cc: stable@dpdk.org >=20 > Signed-off-by: penghuan Correct to=20 Signed-off-by: Peng Huang Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi