From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/thunderx: sync mailbox definitions with Linux PF driver Date: Tue, 21 Mar 2017 14:31:41 +0000 Message-ID: References: <1490019040-6268-1-git-send-email-jerin.jacob@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: Jerin Jacob , dev@dpdk.org 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) In-Reply-To: <1490019040-6268-1-git-send-email-jerin.jacob@caviumnetworks.com> 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 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; >