From mboxrd@z Thu Jan 1 00:00:00 1970 From: Moti Haimovsky Subject: [PATCH V2 0/2] net/tap: convert to new ethdev offloads API Date: Thu, 4 Jan 2018 20:54:30 +0200 Message-ID: <1515092072-184434-1-git-send-email-motih@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain Cc: dev@dpdk.org, Moti Haimovsky To: pascal.mazon@6wind.com Return-path: Received: from EUR02-HE1-obe.outbound.protection.outlook.com (mail-eopbgr10082.outbound.protection.outlook.com [40.107.1.82]) by dpdk.org (Postfix) with ESMTP id 36D4F1B00B for ; Thu, 4 Jan 2018 19:55:04 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Ethdev offloads API has changed since: commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") The following commits ass support the new offloads API for Tx and Rx. Signed-off-by: Moti Haimovsky Moti Haimovsky (2): net/tap: convert to new Tx offloads API net/tap: convert to new Rx offloads API drivers/net/tap/rte_eth_tap.c | 158 +++++++++++++++++++++++++++++++++++++----- drivers/net/tap/rte_eth_tap.h | 1 + 2 files changed, 141 insertions(+), 18 deletions(-) -- 1.8.3.1