From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavan Nikhilesh Subject: Re: [PATCH v1 1/2] net/octeontx: fix null pointer dereference Date: Wed, 7 Mar 2018 13:50:20 +0530 Message-ID: <20180307082019.GA4322@ltp-pvn> References: <1519146856-10748-1-git-send-email-santosh.shukla@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Ferruh Yigit , Santosh Shukla Return-path: Received: from NAM03-DM3-obe.outbound.protection.outlook.com (mail-dm3nam03on0072.outbound.protection.outlook.com [104.47.41.72]) by dpdk.org (Postfix) with ESMTP id 137674C74 for ; Wed, 7 Mar 2018 09:20:55 +0100 (CET) Content-Disposition: inline In-Reply-To: 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 Tue, Mar 06, 2018 at 05:51:27PM +0000, Ferruh Yigit wrote: > On 2/20/2018 5:14 PM, Santosh Shukla wrote: > > Fixes: f18b146c498d ("net/octeontx: create ethdev ports") > > Coverity issue: 195040 > > > > Cc: stable@dpdk.org > > Signed-off-by: Santosh Shukla > > Series applied to dpdk-next-net/master, thanks. > Hi Ferruh, > BTW, what is the plan to switching new offloading API in PMD? This release it is > planned to remove support for old API. Thanks for the heads up, we will send out a patch switching to the new offload scheme. Pavan.