[dpdk-dev] [PATCH] net/thunderx: sync mailbox definitions with Linux PF driver

Ferruh Yigit ferruh.yigit at intel.com
Tue Mar 21 15:31:41 CET 2017


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 <jerin.jacob at caviumnetworks.com>

<...>

> @@ -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;
> 



More information about the dev mailing list