From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sunil Kumar Kori Subject: [PATCH v2 0/2] Support for new Ethdev offload APIs Date: Wed, 11 Apr 2018 16:35:38 +0530 Message-ID: <20180411110540.30071-1-sunil.kori@nxp.com> References: <20180409102602.24294-1-sunil.kori@nxp.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , To: Return-path: Received: from NAM01-BY2-obe.outbound.protection.outlook.com (mail-by2nam01on0111.outbound.protection.outlook.com [104.47.34.111]) by dpdk.org (Postfix) with ESMTP id 936251B725 for ; Wed, 11 Apr 2018 13:06:52 +0200 (CEST) In-Reply-To: <20180409102602.24294-1-sunil.kori@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 drivers/net/dpaa/dpaa_ethdev.c | 50 +++++++++++++++++++++++---- drivers/net/dpaa2/dpaa2_ethdev.c | 75 +++++++++++++++++++++++++++++++--------- drivers/net/dpaa2/dpaa2_rxtx.c | 32 ++++++----------- 3 files changed, 114 insertions(+), 43 deletions(-) -- 2.9.3