From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DB11BC432C0 for ; Mon, 18 Nov 2019 05:34:12 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 918A020692 for ; Mon, 18 Nov 2019 05:34:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 918A020692 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 356F2B62; Mon, 18 Nov 2019 06:34:11 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id D2447A69 for ; Mon, 18 Nov 2019 06:34:09 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Nov 2019 21:34:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,319,1569308400"; d="scan'208";a="236800680" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by fmsmga002.fm.intel.com with ESMTP; 17 Nov 2019 21:34:07 -0800 Date: Mon, 18 Nov 2019 13:30:38 +0800 From: Ye Xiaolong To: Qi Zhang Cc: paul.m.stillwell.jr@intel.com, helin.zhang@intel.com, dev@dpdk.org Message-ID: <20191118053038.GE69793@intel.com> References: <20191118041443.36585-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: <20191118041443.36585-1-qi.z.zhang@intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH] net/ice/base: update base code version info 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 11/18, Qi Zhang wrote: >Update base code version info in readme. > >Signed-off-by: Qi Zhang >--- > drivers/net/ice/base/README | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/drivers/net/ice/base/README b/drivers/net/ice/base/README >index 708f60793..88548296d 100644 >--- a/drivers/net/ice/base/README >+++ b/drivers/net/ice/base/README >@@ -6,7 +6,7 @@ Intel® ICE driver > ================== > > This directory contains source code of FreeBSD ice driver of version >-2018.12.11 released by the team which develops >+2019.10.16 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.