From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 364075A51 for ; Fri, 10 Jul 2015 10:21:18 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 10 Jul 2015 01:21:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,446,1432623600"; d="scan'208";a="521892223" Received: from kmsmsx153.gar.corp.intel.com ([172.21.73.88]) by FMSMGA003.fm.intel.com with ESMTP; 10 Jul 2015 01:21:04 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by KMSMSX153.gar.corp.intel.com (172.21.73.88) with Microsoft SMTP Server (TLS) id 14.3.224.2; Fri, 10 Jul 2015 16:21:01 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.246]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.146]) with mapi id 14.03.0224.002; Fri, 10 Jul 2015 16:20:57 +0800 From: "Qiu, Michael" To: "Chen, Jing D" , "dev@dpdk.org" Thread-Topic: [PATCH] fm10k: fix improper RETA table config Thread-Index: AQHQuukscoWXi48b7E+B/Q+axWio9A== Date: Fri, 10 Jul 2015 08:20:57 +0000 Message-ID: <533710CFB86FA344BFBF2D6802E60286046B6702@SHSMSX101.ccr.corp.intel.com> References: <1436516360-439-1-git-send-email-jing.d.chen@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 Cc: "He, Shaopeng" Subject: Re: [dpdk-dev] [PATCH] fm10k: fix improper RETA table config 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: Fri, 10 Jul 2015 08:21:18 -0000 On 7/10/2015 4:19 PM, Chen, Jing D wrote:=0A= > From: "Chen Jing D(Mark)" =0A= >=0A= > fm10k has 128 RETA entries in 32 registers, but it only initialized=0A= > first 32 when doing multiple rx queue configurations. This fix will=0A= > initialize all 128 entries instead.=0A= >=0A= > Signed-off-by: Chen Jing D(Mark) =0A= =0A= Acked-by: Michael Qiu =0A= =0A=