From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 0/2] net/mrvl: switch to the new Rx/Tx offloads API Date: Wed, 24 Jan 2018 15:59:34 +0000 Message-ID: References: <1516622670-21120-1-git-send-email-tdu@semihalf.com> <1516697175-31235-1-git-send-email-tdu@semihalf.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: mw@semihalf.com, dima@marvell.com, nsamsono@marvell.com, Jianbo.liu@arm.com, jck@semihalf.com To: Tomasz Duszynski , dev@dpdk.org Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id EBFFB29D6 for ; Wed, 24 Jan 2018 16:59:38 +0100 (CET) In-Reply-To: <1516697175-31235-1-git-send-email-tdu@semihalf.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 1/23/2018 8:46 AM, Tomasz Duszynski wrote: > This patch series replaces the old Rx/Tx offload API with the > new API. > > v2: > * Follow the same logic for calculating both unsupported and missing flags. > > Tomasz Duszynski (2): > net/mrvl: switch to the new Rx offload API > net/mrvl: switch to the new Tx offload API Series applied to dpdk-next-net/master, thanks.