From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 0/2] net/cxgbe: rte_flow related bug fixes Date: Tue, 18 Dec 2018 18:39:25 +0000 Message-ID: <0d28bbd2-8ab8-ad3a-80e7-ea72677a4f1d@intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: nirranjan@chelsio.com, indranil@chelsio.com To: Rahul Lakkireddy , dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 90E291BBFF for ; Tue, 18 Dec 2018 19:39:28 +0100 (CET) In-Reply-To: Content-Language: en-US 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 12/14/2018 7:01 PM, Rahul Lakkireddy wrote: > 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 Series applied to dpdk-next-net/master, thanks.