From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rahul Lakkireddy Subject: [PATCH 0/2] net/cxgbe: rte_flow related bug fixes Date: Sat, 15 Dec 2018 00:31:52 +0530 Message-ID: Cc: nirranjan@chelsio.com, indranil@chelsio.com To: dev@dpdk.org Return-path: Received: from stargate.chelsio.com (stargate.chelsio.com [12.32.117.8]) by dpdk.org (Postfix) with ESMTP id 068991B949 for ; Fri, 14 Dec 2018 20:03:33 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Patch 1 fixes memory corruption due to overlapping regions in TID table. Patch 2 fixes NULL pointer dereference when attempting to parse pattern match items without any spec. Thanks, Rahul Rahul Lakkireddy (2): net/cxgbe: fix overlapping regions in TID table net/cxgbe: skip parsing match items with no spec drivers/net/cxgbe/cxgbe_flow.c | 4 ++++ drivers/net/cxgbe/cxgbe_main.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) -- 2.18.0