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 8AD46A04E7 for ; Wed, 4 Nov 2020 09:36:32 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7EA9EC7FC; Wed, 4 Nov 2020 09:36:31 +0100 (CET) Received: from szxga06-in.huawei.com (szxga06-in.huawei.com [45.249.212.32]) by dpdk.org (Postfix) with ESMTP id 8DDFDC7FC for ; Wed, 4 Nov 2020 09:36:29 +0100 (CET) Received: from DGGEMS401-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga06-in.huawei.com (SkyGuard) with ESMTP id 4CR0P66TjSzhdY5; Wed, 4 Nov 2020 16:36:26 +0800 (CST) Received: from tester.localdomain (10.175.119.39) by DGGEMS401-HUB.china.huawei.com (10.3.19.201) with Microsoft SMTP Server id 14.3.487.0; Wed, 4 Nov 2020 16:36:18 +0800 From: Xiaoyun wang To: CC: , , , , Xiaoyun wang Date: Wed, 4 Nov 2020 16:40:03 +0800 Message-ID: X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.175.119.39] X-CFilter-Loop: Reflected Subject: [dpdk-stable] [PATCH 19.11 v1 0/1] fix filters on memory allocation failure 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" If rte_zmalloc failed, pmd driver should also delete the ntuple filter or ethertype filter or normal and tcam filter that already added before. -- v1: - fix filters on memory allocation failure Xiaoyun wang (1): net/hinic: fix filters on memory allocation failure drivers/net/hinic/hinic_pmd_flow.c | 7 +++++++ 1 file changed, 7 insertions(+) -- 1.8.3.1