From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 70709A034F; Thu, 24 Jun 2021 11:12:19 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E2DF140141; Thu, 24 Jun 2021 11:12:18 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 1BD214003C for ; Thu, 24 Jun 2021 11:12:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1624525935; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=uCA17zqalTfEpmCUQUGQDZuLBG3mhS9rdrkPd20GlDo=; b=VbdaQT4odLViCfPRwPhK96nBnbLMb0Mkm6MRYjEfKa4suiVtgTiGDWpspatQ/UfNc/Nesg yiI65uatMRITLf4Hav/4IeD1Ffzp6EODFRjiWg/g3ZgU9KvwUiUs00lkv9ocF0PGx/1IdH VB4LOhNu3wtyQ+jSYV5voIezxIl5wrY= Received: from mail-vk1-f197.google.com (mail-vk1-f197.google.com [209.85.221.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-240-I3nBFdoUOK2MBh8q7koUjA-1; Thu, 24 Jun 2021 05:12:14 -0400 X-MC-Unique: I3nBFdoUOK2MBh8q7koUjA-1 Received: by mail-vk1-f197.google.com with SMTP id p194-20020a1fa6cb0000b0290246aba8cd6eso1592259vke.15 for ; Thu, 24 Jun 2021 02:12:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=uCA17zqalTfEpmCUQUGQDZuLBG3mhS9rdrkPd20GlDo=; b=TxPNilmIs/gnrv50hEH6JGKx6iuoWxPKKVCHys9CfZGfIKgixHuScOCVvLwtPWYw7H RosQ1da03BsYL8jRsK+5pcq43MO4lQuGKFfPmMRrchme6/efn5r+ZBFvF4FQuDz4N0kN rfS9wOsP+EmUpSZUe4p53sv+yjUQC6YhTFjK/Wdi+98u078929oEYnsQCrLeADksSXxO Lv/4S4FxyhlH48ZTTu+i5ujSIsfxyzif9xaLavD2oYfA3PDRKFtHOwldn5Ib7efXM18+ ylvmrU1Efn4UCaVkkvY4q0HSEdHVJ/4sP23xHn5Ohjs+8RyQfivzek2GkINCjsLw3X+x tUBw== X-Gm-Message-State: AOAM532dcv1en8QzLEW5q9CoJJ82dOrnXqma+JVrKD2+4O76XcSXcMFf kY+kqT7YCSjogedL9QnK0LFj8taSS4yajaCveTv7TjoqOm1eJFMVqBl+vUmacW9fDMeYKYhrmpQ N7L2ToWM+EwmVkjeJqws= X-Received: by 2002:ab0:211a:: with SMTP id d26mr4362214ual.41.1624525933554; Thu, 24 Jun 2021 02:12:13 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz0NZnZJNV7hZjp/KgKf+hGfjPVijtFWJUG5BHEJ/fPg8RHf9g/YzlDgQ5oRAUxEsOjY3XJjAL3YMv6i1KOUhk= X-Received: by 2002:ab0:211a:: with SMTP id d26mr4362194ual.41.1624525933337; Thu, 24 Jun 2021 02:12:13 -0700 (PDT) MIME-Version: 1.0 References: <20210616195724.366103-1-ohilyard@iol.unh.edu> <20210623170708.43755-1-ohilyard@iol.unh.edu> In-Reply-To: From: David Marchand Date: Thu, 24 Jun 2021 11:12:02 +0200 Message-ID: To: "Iremonger, Bernard" , "ohilyard@iol.unh.edu" Cc: "dev@dpdk.org" Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2] flow_classify: fix leaking rules on delete X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Jun 24, 2021 at 10:43 AM Iremonger, Bernard wrote: > > -----Original Message----- > > From: ohilyard@iol.unh.edu > > Sent: Wednesday, June 23, 2021 6:07 PM > > To: Iremonger, Bernard > > Cc: dev@dpdk.org; david.marchand@redhat.com; Owen Hilyard > > > > Subject: [PATCH v2] flow_classify: fix leaking rules on delete > > > > From: Owen Hilyard > > > > Rules in a classify table were not freed if the table had a delete function. > > > > Fixes: be41ac2a3 ("flow_classify: introduce flow classify library") > > > > Signed-off-by: Owen Hilyard > This patch should be backported. > Please add the following line after the Fixes line: > Cc: stable@dpdk.org I'll add it when applying, no need for a v3. Thanks. -- David Marchand