From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 0/2] Support for new Ethdev offload APIs Date: Thu, 12 Apr 2018 19:17:50 +0100 Message-ID: <0ef0706b-62d8-f95a-1ab4-d1629761cbcb@intel.com> References: <20180409102602.24294-1-sunil.kori@nxp.com> <20180411110540.30071-1-sunil.kori@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: hemant.agrawal@nxp.com To: Sunil Kumar Kori , dev@dpdk.org Return-path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id D2EB81C16E for ; Thu, 12 Apr 2018 20:17:52 +0200 (CEST) In-Reply-To: <20180411110540.30071-1-sunil.kori@nxp.com> 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 4/11/2018 12:05 PM, Sunil Kumar Kori wrote: > Patchset contains changes to support ethdev offload APIs for DPAA and DPAA2 > drivers. > > Offloading support is categoriesed in following logical parts: > 1. If requested offloading features is not supported then returned error. > 2. If requested offloading feature is supoorted but cannot be disabled then > request to disable the offload is silently discarded with a message. > 3. Otherwise configuration is succesfully offloaded > > [Changes in v2] > 1. Incorporated review comments. > > Sunil Kumar Kori (2): > net/dpaa: Changes to support ethdev offload APIs > net/dpaa2: Changes to support ethdev offload APIs Series applied to dpdk-next-net/master, thanks.