From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] vhost: remove vhost_net_device_ops Date: Fri, 19 Feb 2016 19:34:04 +0100 Message-ID: <5905836.xSajLBpb47@xps13> References: <1455662704-49259-1-git-send-email-rlane@bigswitch.com> <1455905416-104240-1-git-send-email-rlane@bigswitch.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Rich Lane Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id BD514C5A0 for ; Fri, 19 Feb 2016 19:35:38 +0100 (CET) Received: by mail-wm0-f50.google.com with SMTP id g62so89527077wme.1 for ; Fri, 19 Feb 2016 10:35:38 -0800 (PST) In-Reply-To: <1455905416-104240-1-git-send-email-rlane@bigswitch.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-02-19 10:10, Rich Lane: > The indirection is unnecessary because there is only one implementation > of the vhost common code. Removing it makes the code more readable. > > Signed-off-by: Rich Lane > Acked-by: Yuanhan Liu Applied, thanks