From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH] net/virtio: move to new offloads API Date: Wed, 28 Mar 2018 11:50:51 +0200 Message-ID: <556e038f-edba-3f8d-e68f-0edf100653ba@redhat.com> References: <20180309003216.29214-1-tiwei.bie@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org To: Tiwei Bie , yliu@fridaylinux.org Return-path: Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by dpdk.org (Postfix) with ESMTP id 992BE1E35 for ; Wed, 28 Mar 2018 11:50:54 +0200 (CEST) In-Reply-To: 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 03/13/2018 09:38 AM, Maxime Coquelin wrote: > Hi Tiwei, > > On 03/09/2018 01:32 AM, Tiwei Bie wrote: >> Ethdev offloads API has changed since: >> >> commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") >> commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") >> >> Signed-off-by: Tiwei Bie >> --- >>   drivers/net/virtio/virtio_ethdev.c | 35 >> ++++++++++++++++++++--------------- >>   drivers/net/virtio/virtio_ethdev.h |  8 ++++++++ >>   drivers/net/virtio/virtio_rxtx.c   | 14 ++++++++------ >>   3 files changed, 36 insertions(+), 21 deletions(-) > > > That looks all good to me, thanks for having handled the change. > > Reviewed-by: Maxime Coquelin > > Maxime Applied to dpdk-next-virtio/master Thanks, Maxime