From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v2] vhost: remove vhost_net_device_ops Date: Wed, 17 Feb 2016 20:58:25 +0800 Message-ID: <20160217125825.GL21426@yliu-dev.sh.intel.com> References: <1455132428-46926-1-git-send-email-rlane@bigswitch.com> <1455662704-49259-1-git-send-email-rlane@bigswitch.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Rich Lane Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 2E6C39655 for ; Wed, 17 Feb 2016 13:58:08 +0100 (CET) Content-Disposition: inline In-Reply-To: <1455662704-49259-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" 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 Thanks. --yliu