From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/test-pipeline: Fix table hash lru initialization Date: Fri, 23 Sep 2016 19:22:40 +0200 Message-ID: <1563855.L0NaikGevV@xps13> References: <1474638890-64618-1-git-send-email-guruprasadx.rao@intel.com> <3EB4FA525960D640B5BDFFD6A3D8912647A87D9D@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, "Dumitrescu, Cristian" , "Chokkalingam, SankarX" , "Singh, Jasvinder" To: "Rao, GuruprasadX" Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id BC7E068F8 for ; Fri, 23 Sep 2016 19:23:47 +0200 (CEST) Received: by mail-wm0-f46.google.com with SMTP id 197so7525152wmk.1 for ; Fri, 23 Sep 2016 10:23:47 -0700 (PDT) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D8912647A87D9D@IRSMSX108.ger.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" > > macro =E2=80=98APP_METADATA_OFFSET=E2=80=99 was not used to initial= ize > > =E2=80=98signature_offset=E2=80=99 and =E2=80=98key_offset=E2=80=99= part of struct > > rte_table_hash_lru_params. > > Instead integer offset values were directly used. > >=20 > > with this fix 'hash-8-lru', 'hash-16-lru', 'hash-32-lru' table type= s are > > able to forward traffic as expected. > >=20 > > Fixes: 48f31ca50cc4 ("app/pipeline: packet framework benchmark") > >=20 > > Signed-off-by: Sankar Chokkalingam = > > Signed-off-by: Guruprasad Rao >=20 > Acked-by: Cristian Dumitrescu Applied, thanks