From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] fm10k: fix improper RETA table config Date: Fri, 10 Jul 2015 13:42:08 -0700 (PDT) Message-ID: <9269117.yoS7W69ync@xps13> References: <1436516360-439-1-git-send-email-jing.d.chen@intel.com> <533710CFB86FA344BFBF2D6802E60286046B6702@SHSMSX101.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "He, Shaopeng" To: "Chen, Jing D" Return-path: Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by dpdk.org (Postfix) with ESMTP id 8928DC3C6 for ; Fri, 10 Jul 2015 22:42:09 +0200 (CEST) Received: by wiwl6 with SMTP id l6so56162401wiw.0 for ; Fri, 10 Jul 2015 13:42:09 -0700 (PDT) In-Reply-To: <533710CFB86FA344BFBF2D6802E60286046B6702@SHSMSX101.ccr.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-07-10 08:20, Qiu, Michael: > On 7/10/2015 4:19 PM, Chen, Jing D wrote: > > From: "Chen Jing D(Mark)" > > > > fm10k has 128 RETA entries in 32 registers, but it only initialized > > first 32 when doing multiple rx queue configurations. This fix will > > initialize all 128 entries instead. > > > > Signed-off-by: Chen Jing D(Mark) > > Acked-by: Michael Qiu Applied, thanks