From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 1EC97968 for ; Mon, 26 Jun 2017 15:20:04 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jun 2017 06:20:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,395,1493708400"; d="scan'208";a="101572659" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by orsmga004.jf.intel.com with ESMTP; 26 Jun 2017 06:20:03 -0700 To: Jingjing Wu , helin.zhang@intel.com Cc: dev@dpdk.org References: <1495856866-89539-1-git-send-email-jingjing.wu@intel.com> <1498470539-26921-1-git-send-email-jingjing.wu@intel.com> <1498470539-26921-17-git-send-email-jingjing.wu@intel.com> From: Ferruh Yigit Message-ID: <2305eab0-c2a5-1d3b-c381-e5eb1e8c686b@intel.com> Date: Mon, 26 Jun 2017 14:20:02 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <1498470539-26921-17-git-send-email-jingjing.wu@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 16/16] net/i40e: use set switch aq instead of register setting 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: , X-List-Received-Date: Mon, 26 Jun 2017 13:20:05 -0000 On 6/26/2017 10:48 AM, Jingjing Wu wrote: > TPID can be set by set_switch_config aq, change the TPID setting > by set_switch_config on new FW release. Hi Jingjing, Since you will already send a new version of the patchset, can you please address the checkpatch warnings in this patch too? Thanks, ferruh > > Signed-off-by: Jingjing Wu <...>