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 0B11FA0577; Mon, 13 Apr 2020 09:53:46 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 106E72B84; Mon, 13 Apr 2020 09:53:45 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id BB4E62A5D for ; Mon, 13 Apr 2020 09:53:43 +0200 (CEST) IronPort-SDR: fqp4SYKdYRmAZqUFtN95t3LGyRXiFlLsb61E2lh2KbjJfd05nKGmmP0UQU0rHaR80JqinRjvrd fXb16n2e1+Pw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Apr 2020 00:53:42 -0700 IronPort-SDR: ofrqZcVNVswjXHQtpnD9LybrEXP+l1MINwzhc5mua3TojxK/7svA0pwfBjlwjQpfFYAoQZzevf 0Dlt89QpXHdA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,378,1580803200"; d="scan'208";a="453079393" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by fmsmga005.fm.intel.com with ESMTP; 13 Apr 2020 00:53:41 -0700 Date: Mon, 13 Apr 2020 15:49:42 +0800 From: Ye Xiaolong To: Qi Zhang Cc: beilei.xing@intel.com, dev@dpdk.org Message-ID: <20200413074942.GA67414@intel.com> References: <20200412125029.15508-1-qi.z.zhang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200412125029.15508-1-qi.z.zhang@intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH v2] common/iavf: update version 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" On 04/12, Qi Zhang wrote: >Update base code release version in readme > >Signed-off-by: Qi Zhang >Acked-by: Beilei Xing >--- >v2: >- correct commit log > > drivers/common/iavf/README | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/drivers/common/iavf/README b/drivers/common/iavf/README >index b78e89bee..034c7d7ad 100644 >--- a/drivers/common/iavf/README >+++ b/drivers/common/iavf/README >@@ -6,7 +6,7 @@ Intel® IAVF driver > ================= > > This directory contains source code of FreeBSD IAVF driver of version >-cid-avf.2019.08.19.tar.gz released by the team which develops >+cid-avf.2020.04.09.tar.gz released by the team which develops > basic drivers for any IAVF NIC. The directory of base/ contains the > original source package. > >-- >2.13.6 > Applied to dpdk-next-net-intel, Thanks.