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 7022FA034D for ; Mon, 17 Aug 2020 11:42:51 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 65AE11C124; Mon, 17 Aug 2020 11:42:51 +0200 (CEST) Received: from mail-wr1-f68.google.com (mail-wr1-f68.google.com [209.85.221.68]) by dpdk.org (Postfix) with ESMTP id 643531C124 for ; Mon, 17 Aug 2020 11:42:50 +0200 (CEST) Received: by mail-wr1-f68.google.com with SMTP id 88so14304255wrh.3 for ; Mon, 17 Aug 2020 02:42:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=/kWe4ZBBLD1AoVHyYWGsF5ArButv1PhRm2G+8lKdfas=; b=WFMsrdQggekRq9oqUZTBASJL1wpUQe32j7OiL2LlhJ9qqDcl42X01zjdkhf1YPyYfC 2k37vQ6wkeV9byD1920ES4I+vWYHhnJ0qNodJA4HCgQeviAt/vc2i2AcwCbjcrW1S1iU LyrrO/YLNRsHgp39XJP4YoZjkZO89FSZAvabv8vllZYswBdHlcSv6/4lcU2N1x9LlH44 5qsiCHrmw8dtGV42n6cLZsaE3GoTHDzQR8nqDX8ishWpEJn8ispH0yQLDms/q7ZMxIji L2LAoJ6RAx1oX/Mh9N30e/rInMOXy218Crpdij484Wd5X7jb8nybTkk+F2OMpVj+MD0s sOpg== X-Gm-Message-State: AOAM530OQqFjphps8MDkxM5ZXCU3V8XUr/kkJ03rHkUVL44PAPoexLlc qK2kZRxms5J+y16Lw1ZN8NGlJWOwOMXke4nU X-Google-Smtp-Source: ABdhPJyCZa7igdNtmK60gFzAXz9asg5XX291OfBHJdjhu2iWAKtCSXPRu56Wtgtv9XIjcaALfjq31w== X-Received: by 2002:adf:e6cc:: with SMTP id y12mr14335862wrm.391.1597657370187; Mon, 17 Aug 2020 02:42:50 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id 33sm31865992wri.16.2020.08.17.02.42.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 17 Aug 2020 02:42:49 -0700 (PDT) Message-ID: <03c6af31134f1854e65305311308bb88d3a179c0.camel@debian.org> From: Luca Boccassi To: Rahul Lakkireddy , stable@dpdk.org Date: Mon, 17 Aug 2020 10:42:49 +0100 In-Reply-To: <1597502238-20516-1-git-send-email-rahul.lakkireddy@chelsio.com> References: <1597502238-20516-1-git-send-email-rahul.lakkireddy@chelsio.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH 19.11] net/cxgbe: fix L2T leak in filter error and free path 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 Sat, 2020-08-15 at 20:07 +0530, Rahul Lakkireddy wrote: > [ upstream commit e0e1496be5fcabd31807ef9981c421963a9f8578 ] >=20 > Free up Layer 2 Table (L2T) entry properly during filter create > failure and filter delete. >=20 > Fixes: 1decc62b1cbe ("net/cxgbe: add flow operations to offload VLAN acti= ons") >=20 > Signed-off-by: Rahul Lakkireddy > --- > drivers/net/cxgbe/cxgbe_filter.c | 29 ++++++++++++++++------------- > 1 file changed, 16 insertions(+), 13 deletions(-) Thanks, acked, applied and pushed. --=20 Kind regards, Luca Boccassi