From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 997568E83 for ; Mon, 23 Nov 2015 09:29:49 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 23 Nov 2015 00:29:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,336,1444719600"; d="scan'208";a="826942132" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga001.jf.intel.com with ESMTP; 23 Nov 2015 00:29:49 -0800 Received: from fmsmsx122.amr.corp.intel.com (10.18.125.37) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 23 Nov 2015 00:29:48 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx122.amr.corp.intel.com (10.18.125.37) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 23 Nov 2015 00:29:48 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.223]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.193]) with mapi id 14.03.0248.002; Mon, 23 Nov 2015 16:29:46 +0800 From: "Wu, Jingjing" To: "Zhang, Helin" , "dev@dpdk.org" Thread-Topic: [PATCH v2] i40e: fix issue of reconfigure hash enable flags Thread-Index: AQHRJbb0krgjc1X+xEaZ+YbQ9KzAjJ6pRmkw Date: Mon, 23 Nov 2015 08:29:45 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F8D3E4EA@SHSMSX104.ccr.corp.intel.com> References: <1448256970-2722-1-git-send-email-helin.zhang@intel.com> <1448259564-4635-1-git-send-email-helin.zhang@intel.com> In-Reply-To: <1448259564-4635-1-git-send-email-helin.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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] i40e: fix issue of reconfigure hash enable flags 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: Mon, 23 Nov 2015 08:29:50 -0000 > -----Original Message----- > From: Zhang, Helin > Sent: Monday, November 23, 2015 2:19 PM > To: dev@dpdk.org > Cc: Wu, Jingjing; Pei, Yulong; Zhang, Helin > Subject: [PATCH v2] i40e: fix issue of reconfigure hash enable flags >=20 > It fixes the issue of not re-configuring hash enable flags (HENA) if ther= e is no > key. >=20 > Fixes: d0a349409bd7 ("i40e: support AQ based RSS config") >=20 > Signed-off-by: Helin Zhang Acked-by: Jingjing Wu