From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=qX23GZUD4xtSoyRZpEe97t0khh9aV8oi+io6VGDqI+A=; b=BdZnU8Mq7MRMR3222FQ2MsZwe99Sl1W4dmAtbMMxUuLp/L4fdrk9I7A6nGNYiMaW5B FitwPhB+SprHbPS5YuDFnaO8VWy49ZPV2S5h/RkuzNMr8mL1+CBivS5pScbrteNxWbQv D0lBiBhDFUJn84GH4cUVoSEIzAIMr1AqszEwDJjtU5HeaCvScGHPTfcZ8wr5auSO3eOQ HLlawh5fGC54bUXG7XOpqTZ7qZHNjcXq2b7xsIemEVFB8d3obVSjmGhXSq/3gsInEptA fZvT50cScD6f1EIZFhzIEhc0O1wFlia50LehWq8z91Tai6qd/gF5E/qsjjw3d1gPGN76 2yDg== X-Gm-Message-State: ALoCoQm9JFVsUrDHyDEvfcdjdeFp/V3ONVOahxqVIqUK54qKa4S64mMU3+zV8KYrNG8J1j4O42iO X-Received: by 10.180.23.8 with SMTP id i8mr1184573wif.39.1436560929455; Fri, 10 Jul 2015 13:42:09 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id v20sm15156079wjw.17.2015.07.10.13.42.07 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 10 Jul 2015 13:42:08 -0700 (PDT) Date: Fri, 10 Jul 2015 13:42:08 -0700 (PDT) X-Google-Original-Date: Fri, 10 Jul 2015 22:41 +0200 From: Thomas Monjalon To: "Chen, Jing D" Message-ID: <9269117.yoS7W69ync@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <533710CFB86FA344BFBF2D6802E60286046B6702@SHSMSX101.ccr.corp.intel.com> References: <1436516360-439-1-git-send-email-jing.d.chen@intel.com> <533710CFB86FA344BFBF2D6802E60286046B6702@SHSMSX101.ccr.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, "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 20:42:09 -0000 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