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 96D5DA057B; Sun, 12 Apr 2020 14:44:13 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 77231293C; Sun, 12 Apr 2020 14:44:12 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id DC2C91B53 for ; Sun, 12 Apr 2020 14:44:10 +0200 (CEST) IronPort-SDR: wpvMpYXWA5db/hV73rPV4yF4drXmSsl/OQeiRdV7LCC9uRmD2Adwda5EblGQLMj0HZ8RKOrNEm UPMk+XSomztw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Apr 2020 05:44:09 -0700 IronPort-SDR: /G9HE2MBGSeJJBFxO/IJE5VwejAozX0Icy5ykl2I8OOyuke1C6A6X/yvPCNjCFzeDhyOf7VLOT /BwO4IaSntWw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,374,1580803200"; d="scan'208";a="426415382" Received: from dpdk51.sh.intel.com ([10.67.110.245]) by orsmga005.jf.intel.com with ESMTP; 12 Apr 2020 05:44:08 -0700 From: Qi Zhang To: qiming.yang@intel.com Cc: xiaolong.ye@intel.com, dev@dpdk.org, Qi Zhang Date: Sun, 12 Apr 2020 20:47:57 +0800 Message-Id: <20200412124757.15329-1-qi.z.zhang@intel.com> X-Mailer: git-send-email 2.13.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [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" 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