From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 6CC831B13C; Tue, 23 Oct 2018 22:36:41 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Oct 2018 13:36:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,417,1534834800"; d="scan'208";a="102027316" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga001.jf.intel.com with ESMTP; 23 Oct 2018 13:36:40 -0700 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 23 Oct 2018 13:36:39 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 23 Oct 2018 13:36:39 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.161]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.199]) with mapi id 14.03.0415.000; Wed, 24 Oct 2018 04:36:37 +0800 From: "Zhang, Qi Z" To: "Zhao1, Wei" , "dev@dpdk.org" CC: "stable@dpdk.org" , "Peng, Yuan" Thread-Topic: [PATCH] net/ixgbe: fix RSS flow return error Thread-Index: AQHUaoU3Jy2v7gn8BkKlDm3qhbsVVqUtSwDw Date: Tue, 23 Oct 2018 20:36:36 +0000 Message-ID: <039ED4275CED7440929022BC67E70611532DA694@SHSMSX103.ccr.corp.intel.com> References: <1540265890-40975-1-git-send-email-wei.zhao1@intel.com> In-Reply-To: <1540265890-40975-1-git-send-email-wei.zhao1@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzc4MDZkYzItYWVhMC00OGMyLThhOWMtYzVlYTczNjdkMzZiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiWXdYXC9tWCttZUtmSU1oTW9kV2duWVFDczNQdlhJYUxrR3Y1UU5LU0wxd0VMWG8zZFc3amlWMkxQYTdod0U1elMifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 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] net/ixgbe: fix RSS flow return error 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: , X-List-Received-Date: Tue, 23 Oct 2018 20:36:42 -0000 > -----Original Message----- > From: Zhao1, Wei > Sent: Monday, October 22, 2018 10:38 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; stable@dpdk.org; Peng, Yuan > ; Zhao1, Wei > Subject: [PATCH] net/ixgbe: fix RSS flow return error >=20 > If hash function is 0, it should disable RSS then return 0. >=20 > Fixes: 518cc3927b13 ("net/ixgbe: move RSS to flow API") >=20 > Signed-off-by: Wei Zhao Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi