From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 34C1D133F for ; Tue, 21 Mar 2017 15:31:43 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP; 21 Mar 2017 07:31:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,198,1486454400"; d="scan'208";a="1145142693" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga002.fm.intel.com with ESMTP; 21 Mar 2017 07:31:42 -0700 To: Jerin Jacob , dev@dpdk.org References: <1490019040-6268-1-git-send-email-jerin.jacob@caviumnetworks.com> From: Ferruh Yigit Message-ID: Date: Tue, 21 Mar 2017 14:31:41 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1490019040-6268-1-git-send-email-jerin.jacob@caviumnetworks.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/thunderx: sync mailbox definitions with Linux PF driver 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: Tue, 21 Mar 2017 14:31:44 -0000 On 3/20/2017 2:10 PM, Jerin Jacob wrote: > - bgx_link_status mbox definition was changed in Linux > commit 1cc702591bae ("net: thunderx: Add ethtool support") > - NIC_MBOX_MSG_RES_BIT related changes were never part of Linux PF driver > > Signed-off-by: Jerin Jacob <...> > @@ -157,6 +151,7 @@ struct rss_cfg_msg { > /* Physical interface link status */ > struct bgx_link_status { > uint8_t msg; > + uint8_t mac_type; Hi Jerin, Is this modification related to this patch? > uint8_t link_up; > uint8_t duplex; > uint32_t speed; >