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 4FF1BA0599; Fri, 10 Apr 2020 02:45:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5A36C1D423; Fri, 10 Apr 2020 02:44:59 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 61F1C1D37D for ; Fri, 10 Apr 2020 02:44:55 +0200 (CEST) IronPort-SDR: zr4j6fDDq6uB81yJbuW8AlWkOl1tpLMOu3K3yD3nIxuzijjg8mtMw/yhwgtnOH8XCN/YdB5nK4 RrbH56H0F5fg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Apr 2020 17:44:54 -0700 IronPort-SDR: V6tE/t7gT8Ps5MO2u+lk07sINlsxPwoU/4ECqdtkin75oc6CELkaVwhkgwtxY8a/PKR5ktfKi0 Y8O+2i6smz/Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,364,1580803200"; d="scan'208";a="425721770" Received: from dpdk51.sh.intel.com ([10.67.110.245]) by orsmga005.jf.intel.com with ESMTP; 09 Apr 2020 17:44:44 -0700 From: Qi Zhang To: xiaolong.ye@intel.com Cc: dev@dpdk.org, Qi Zhang Date: Fri, 10 Apr 2020 08:48:31 +0800 Message-Id: <20200410004831.17658-3-qi.z.zhang@intel.com> X-Mailer: git-send-email 2.13.6 In-Reply-To: <20200410004831.17658-1-qi.z.zhang@intel.com> References: <20200410004831.17658-1-qi.z.zhang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH] 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" Update share code version in readme. Signed-off-by: Qi Zhang --- 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