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 D43B5A0597; Thu, 9 Apr 2020 07:27:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 31DFB1C124; Thu, 9 Apr 2020 07:27:56 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 504261C119 for ; Thu, 9 Apr 2020 07:27:54 +0200 (CEST) IronPort-SDR: lfheNNPfqjxPm4Qx+wReigboljpS0n5VkGeHGcfdWKsMQJb/sZVXhB+0eXadxGsxzwuFhLI2z4 bKy5PDWKyQtg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2020 22:27:53 -0700 IronPort-SDR: gQ057/uUjm3uworawW/scgIV1xVhSrA+5H8Dq4VhMfWi2wA6IaWyVDjq/pWc6IgYOZVZ5hoovz sV5BFFbVgfEg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,361,1580803200"; d="scan'208";a="451873603" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by fmsmga005.fm.intel.com with ESMTP; 08 Apr 2020 22:27:52 -0700 Date: Thu, 9 Apr 2020 13:24:04 +0800 From: Ye Xiaolong To: Jiaqi Min Cc: dev@dpdk.org Message-ID: <20200409052404.GC37346@intel.com> References: <20200325032356.20198-1-jiaqix.min@intel.com> <20200408100523.67792-1-jiaqix.min@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200408100523.67792-1-jiaqix.min@intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH v2 0/4] update i40e base code 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/08, Jiaqi Min wrote: >The main changes include: > >* Update X722/X710 FW API version to 1.10. >* New device ID introduced for V710-T*L 5G. >* Add constants for PTP pins. >* Update version in README. >--- >v2 changes: >* Updated version in README > >Jiaqi Min (4): > net/i40e/base: update X722/X710 FW API version to 1.10 > net/i40e/base: new device ID introduced for V710-TL 5G > net/i40e/base: add constants for PTP pins > net/i40e/base: update version > > drivers/net/i40e/base/README | 2 +- > drivers/net/i40e/base/i40e_adminq_cmd.h | 4 ++-- > drivers/net/i40e/base/i40e_common.c | 12 +++++++++--- > drivers/net/i40e/base/i40e_devids.h | 4 +++- > drivers/net/i40e/base/i40e_register.h | 4 ++++ > drivers/net/i40e/i40e_ethdev.c | 1 + > 6 files changed, 20 insertions(+), 7 deletions(-) > >-- >2.17.1 > Acked-by: Xiaolong Ye Applied to dpdk-next-net-intel, Thanks.