From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2AB7FA0597 for ; Wed, 8 Apr 2020 15:11:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 17EDC1C1BE; Wed, 8 Apr 2020 15:11:31 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 948AE1BFD4; Wed, 8 Apr 2020 15:11:27 +0200 (CEST) IronPort-SDR: VoxebIzc2j9Ol2ThFMH0ImVj7mrZnJEcDAlqszUQT3AlG+AL3qbTPg29AFqu3PCvH0/xElsCku qFuft4WTa25A== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2020 06:11:26 -0700 IronPort-SDR: aXdcdSCogiioxJoizh78Fj7ZEBaQo4NNGjhSAQ6BOVKc/LGXQOdc6mnvrXfq/KzgjZjTgUrFwP JhWmJu/YgnEA== X-IronPort-AV: E=Sophos;i="5.72,358,1580803200"; d="scan'208";a="242358999" Received: from bricha3-mobl.ger.corp.intel.com ([10.214.218.167]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 08 Apr 2020 06:11:24 -0700 Date: Wed, 8 Apr 2020 14:11:20 +0100 From: Bruce Richardson To: Alex Kiselev Cc: dev@dpdk.org, stable@dpdk.org Message-ID: <20200408131120.GA601@bricha3-MOBL.ger.corp.intel.com> References: <114e2ae0-3eb7-45c0-8ec8-d60507a9c862@orsmsx101.amr.corp.intel.com> <20200408122807.GA591@bricha3-MOBL.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [dpdk-stable] [PATCH] rte_lpm6: fix incorrect size of tbl8 group X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Wed, Apr 08, 2020 at 03:07:30PM +0200, Alex Kiselev wrote: > rte_lpm6: fix incorrect size of tbl8 group > Fixes: e480688dce6d ("lpm6: add incremental update on delete") > > Signed-off-by: Alex Kiselev > --- Acked-by: Bruce Richardson