From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] vhost: remove vhost_net_device_ops Date: Mon, 15 Feb 2016 13:57:06 +0800 Message-ID: <20160215055706.GA21426@yliu-dev.sh.intel.com> References: <1455132428-46926-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 mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 009AD592A for ; Mon, 15 Feb 2016 06:53:18 +0100 (CET) Content-Disposition: inline In-Reply-To: <1455132428-46926-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 Wed, Feb 10, 2016 at 11:27:08AM -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. This is a good cleanup! A minor nit is that I saw few long lines exceeding 80 chars. --yliu