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 C3D0DA0577; Mon, 13 Apr 2020 09:55:24 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A95FA2B96; Mon, 13 Apr 2020 09:55:24 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 6B55A2B84 for ; Mon, 13 Apr 2020 09:55:22 +0200 (CEST) IronPort-SDR: dr1J0AwVDo3J/YNa39uLffL3Qt/c3M1zcJj3cqT379TPs+HHbRK+TsMZplk5iSkLIQIJpS9C6q fChhchwzFKbA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Apr 2020 00:55:21 -0700 IronPort-SDR: /1qs0/n4RMpU2XQQxkLqefRoNoMBbuwXrPrhpREi+2zL/UkszsXfupty++JBgI22gmErrfzr+L 2PsV7QgIq4Ig== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,378,1580803200"; d="scan'208";a="245084970" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by fmsmga008.fm.intel.com with ESMTP; 13 Apr 2020 00:55:19 -0700 Date: Mon, 13 Apr 2020 15:51:01 +0800 From: Ye Xiaolong To: Qi Zhang Cc: qiming.yang@intel.com, dev@dpdk.org Message-ID: <20200413075101.GB67414@intel.com> References: <20200412124757.15329-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: <20200412124757.15329-1-qi.z.zhang@intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH v2] net/ice/base: 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 version in readme. > >Signed-off-by: Qi Zhang >--- >v2: >- Correct commit log > > drivers/net/ice/base/README | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/drivers/net/ice/base/README b/drivers/net/ice/base/README >index 88548296d..726593971 100644 >--- a/drivers/net/ice/base/README >+++ b/drivers/net/ice/base/README >@@ -1,12 +1,12 @@ > /* SPDX-License-Identifier: BSD-3-Clause >- * Copyright(c) 2018 Intel Corporation >+ * Copyright(c) 2020 Intel Corporation > */ > > Intel® ICE driver > ================== > > This directory contains source code of FreeBSD ice driver of version >-2019.10.16 released by the team which develops >+2020.03.26 released by the team which develops > basic drivers for any ice NIC. The directory of base/ contains the > original source package. > This driver is valid for the product(s) listed below >-- >2.13.6 > Acked-by: Xiaolong Ye Applied to dpdk-next-net-intel, Thanks.