From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH 14/17] vhost: rename device ops struct Date: Tue, 14 Mar 2017 13:48:45 +0100 Message-ID: References: <1488534682-3494-1-git-send-email-yuanhan.liu@linux.intel.com> <1488534682-3494-15-git-send-email-yuanhan.liu@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: Harris James R , Liu Changpeng To: Yuanhan Liu , dev@dpdk.org Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 6D02CA10 for ; Tue, 14 Mar 2017 13:48:50 +0100 (CET) In-Reply-To: <1488534682-3494-15-git-send-email-yuanhan.liu@linux.intel.com> 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/03/2017 10:51 AM, Yuanhan Liu wrote: > rename "virtio_net_device_ops" to "vhost_device_ops", to not let it > be virtio-net specific. > > Signed-off-by: Yuanhan Liu > --- > drivers/net/vhost/rte_eth_vhost.c | 2 +- > examples/tep_termination/main.c | 4 ++-- > examples/vhost/main.c | 4 ++-- > lib/librte_vhost/Makefile | 2 +- > lib/librte_vhost/rte_virtio_net.h | 4 ++-- > lib/librte_vhost/socket.c | 6 +++--- > lib/librte_vhost/vhost.h | 4 ++-- > 7 files changed, 13 insertions(+), 13 deletions(-) > Reviewed-by: Maxime Coquelin Thanks, Maxime