From patchwork Fri Dec 14 19:01:52 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rahul Lakkireddy X-Patchwork-Id: 48926 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9F3A21B9AB; Fri, 14 Dec 2018 20:03:35 +0100 (CET) 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) Received: from localhost (scalar.blr.asicdesigners.com [10.193.185.94]) by stargate.chelsio.com (8.13.8/8.13.8) with ESMTP id wBEJ3Tx3016123; Fri, 14 Dec 2018 11:03:30 -0800 From: Rahul Lakkireddy To: dev@dpdk.org Cc: nirranjan@chelsio.com, indranil@chelsio.com Date: Sat, 15 Dec 2018 00:31:52 +0530 Message-Id: X-Mailer: git-send-email 2.5.3 Subject: [dpdk-dev] [PATCH 0/2] net/cxgbe: rte_flow related bug fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" 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(-)