From mboxrd@z Thu Jan 1 00:00:00 1970 From: Moti Haimovsky Subject: [PATCH 0/2] net/failsafe: convert to new ethdev offloads API Date: Thu, 4 Jan 2018 21:31:02 +0200 Message-ID: <1515094264-185657-1-git-send-email-motih@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain Cc: dev@dpdk.org, Moti Haimovsky To: gaetan.rivet@6wind.com Return-path: Received: from EUR01-HE1-obe.outbound.protection.outlook.com (mail-he1eur01on0045.outbound.protection.outlook.com [104.47.0.45]) by dpdk.org (Postfix) with ESMTP id 592881B026 for ; Thu, 4 Jan 2018 20:31:45 +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/failsafe: convert to new Tx offloads API net/failsafe: convert to new Rx offloads API drivers/net/failsafe/failsafe_ops.c | 83 +++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) -- 1.8.3.1