From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=kqgN/eq49APlnpwHd3l/Ua0P0n9sfaV078sDuMKUIeQ=; b=TUpKRG1hDQcIIei/DlBgRpw8WWiKywSuKD7MUqva5pvYCkxN7tT/ZNC5T7seOJT9jF j5AEAccgQf2gX9igZZBCA20Mn9XHYge9UI+Igb7rnUvQJbwyjjOAhrzPhqJ9SQDpwmXP E/Qg2pFRt6TZYCvyEBVuP7UTVT6/Y8T+LkI7a2QUUNnJQcrSQf9Laa/uGMyo0n6igC0e H9bVIzd2l30Gkc9sFHRKCg/1ISSPf7ucMXO+v7qAWVFcgLQoYYtIGba3psHRoY/urRZU KqTCLDkesamCEy6h12PyZ8gJp0hr66OWpQjfhv61b3+glzBXWn/Wo7CrldyXWcEmPCbN bmbg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=kqgN/eq49APlnpwHd3l/Ua0P0n9sfaV078sDuMKUIeQ=; b=KNPUYooG7tfDD1+W/CLD7o1xkFZF3pdUh4V3r1App5PZf0VtvcxImZabNIdjV+PElE kZZLQ1zMw7LUytRI921TDxr4KUG0NIVq7CvgjRpZfmqw5CBj/Z1sGv8R3F3Rf8ZvkqF2 9u4hbz9p2WU8EN/HRHTM12Lqkg3QJONkwJRblE1dCzXtWg29gJ725WBzEtuFuk9NcC0u OEQzlLpqYyogEjvwWzK245OxbR1N9zF7VUO4/gacp6u1gNNciFZyEqSBY+olx3zUJRwy Y4vbvBV8UY8o78KWYxoc/Sd28kSFNP1QzoJ1pOxoSMHgFMXlQXC16Wvmutvun8aKhY5U kUXQ== X-Gm-Message-State: AG10YORtQZ8Lq7Mrxi93C2cFE6xsZbJAHpKTWc4VNOzd99k8utNCmwW94U9nn1FVrizSzXqM X-Received: by 10.194.174.73 with SMTP id bq9mr13660281wjc.145.1455894867636; Fri, 19 Feb 2016 07:14:27 -0800 (PST) Received: from xps13.localnet (111.204.154.77.rev.sfr.net. [77.154.204.111]) by smtp.gmail.com with ESMTPSA id 79sm8141174wmo.7.2016.02.19.07.14.26 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 19 Feb 2016 07:14:26 -0800 (PST) From: Thomas Monjalon To: Rich Lane Date: Fri, 19 Feb 2016 16:12:53 +0100 Message-ID: <14426276.p3EZuiRdo5@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <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> <20160217125825.GL21426@yliu-dev.sh.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] vhost: remove vhost_net_device_ops X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 15:14:28 -0000 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