From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from youngberry.canonical.com (youngberry.canonical.com [91.189.89.112]) by dpdk.org (Postfix) with ESMTP id 504E5952 for ; Wed, 16 Mar 2016 13:34:09 +0100 (CET) Received: from 1.general.paelzer.uk.vpn ([10.172.196.172] helo=localhost.localdomain) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1agAeN-0002Hx-Md; Wed, 16 Mar 2016 12:34:07 +0000 From: Christian Ehrhardt To: christian.ehrhardt@canonical.com, bruce.richardson@intel.com, dev@dpdk.org Date: Wed, 16 Mar 2016 13:33:46 +0100 Message-Id: <1458131629-21925-1-git-send-email-christian.ehrhardt@canonical.com> X-Mailer: git-send-email 2.7.0 Subject: [dpdk-dev] [PATCH 0/3] lpm allocation fixes - v2 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: Wed, 16 Mar 2016 12:34:09 -0000 Poking a bit on autotest revealed a few shortcomings in the lpm allocation path. Thanks to the feedback to the first revision of the patches here v2: *updates in v2* - lpm/lpm6 patches split - following dpdk coding guidelines regarding single line if's - adding singed-off and acked-bys gathered so far - combine all three related patches in one series [PATCH 1/3] lpm6: fix use after free of lpm in rte_lpm6_create [PATCH 2/3] lpm6: fix missing free of rules_tbl and lpm [PATCH 3/3] lpm: fix missing free of lpm rte_lpm.c | 8 ++------ rte_lpm6.c | 11 +++++------ 2 files changed, 7 insertions(+), 12 deletions(-)