From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] vhost: remove vhost_net_device_ops Date: Fri, 19 Feb 2016 16:12:53 +0100 Message-ID: <14426276.p3EZuiRdo5@xps13> References: <1455132428-46926-1-git-send-email-rlane@bigswitch.com> <1455662704-49259-1-git-send-email-rlane@bigswitch.com> <20160217125825.GL21426@yliu-dev.sh.intel.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 C4FFBC572 for ; Fri, 19 Feb 2016 16:14:27 +0100 (CET) Received: by mail-wm0-f50.google.com with SMTP id c200so80484149wme.0 for ; Fri, 19 Feb 2016 07:14:27 -0800 (PST) In-Reply-To: <20160217125825.GL21426@yliu-dev.sh.intel.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-17 20:58, Yuanhan Liu: > On Tue, Feb 16, 2016 at 02:45:04PM -0800, Rich Lane wrote: > > 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 Please Rich, may I ask a rebased v3? Thanks