From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 28FD4A056B; Wed, 4 Mar 2020 04:46:02 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B78B22C16; Wed, 4 Mar 2020 04:46:01 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 2589D2C02 for ; Wed, 4 Mar 2020 04:45:59 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Mar 2020 19:45:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,511,1574150400"; d="scan'208";a="263451740" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by fmsmga004.fm.intel.com with ESMTP; 03 Mar 2020 19:45:57 -0800 Date: Wed, 4 Mar 2020 11:43:44 +0800 From: Ye Xiaolong To: Ivan Dyukov Cc: dev@dpdk.org, maxime.coquelin@redhat.com, tiwei.bie@intel.com, amorenoz@redhat.com, zhihong.wang@intel.com Message-ID: <20200304034344.GE99081@intel.com> References: <20200303182846.26109-1-i.dyukov@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200303182846.26109-1-i.dyukov@samsung.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH v6 0/4] net/virtio: add link speed devarg X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Minor nit, better to reply the new series to the first mail (cover letter or first patch) of V1. On 03/03, Ivan Dyukov wrote: >v5 changes: >* fixed code style >* fixed commit message and logging text > >v4 changes: >* link_speed renamed to speed devarg >* speed devarg is added to virtio-user driver > >v3 changes: >* link_speed devarg is added to virtio documentation > For Series: Reviewed-by: Xiaolong Ye