From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 6734B4D27; Tue, 6 Mar 2018 18:51:30 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Mar 2018 09:51:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,432,1515484800"; d="scan'208";a="23413226" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.62]) ([10.237.221.62]) by orsmga006.jf.intel.com with ESMTP; 06 Mar 2018 09:51:27 -0800 To: Santosh Shukla , dev@dpdk.org Cc: jerin.jacob@caviumnetworks.com, stable@dpdk.org References: <1519146856-10748-1-git-send-email-santosh.shukla@caviumnetworks.com> From: Ferruh Yigit Message-ID: Date: Tue, 6 Mar 2018 17:51:27 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <1519146856-10748-1-git-send-email-santosh.shukla@caviumnetworks.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v1 1/2] net/octeontx: fix null pointer dereference 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: , X-List-Received-Date: Tue, 06 Mar 2018 17:51:31 -0000 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. BTW, what is the plan to switching new offloading API in PMD? This release it is planned to remove support for old API.