From mboxrd@z Thu Jan 1 00:00:00 1970 From: Moti Haimovsky Subject: [PATCH V3 0/2] net/tap: convert to new ethdev offloads API Date: Thu, 4 Jan 2018 21:18:39 +0200 Message-ID: <1515093521-185221-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-AM5-obe.outbound.protection.outlook.com (mail-eopbgr00050.outbound.protection.outlook.com [40.107.0.50]) by dpdk.org (Postfix) with ESMTP id 112871B00B for ; Thu, 4 Jan 2018 20:19:01 +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 add support the new offloads API for Tx and Rx respectively. 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