2015-10-30 15:08, Bernard Iremonger:
> +       /* return 0 if bonded device */
> +       if (eth_dev->data->dev_flags & RTE_ETH_DEV_BONDED)
> +               return 0;
> +       else
> +               return 1;
> 

Why it is not a private data of the bonding device?
Why the check on the device name is not relevant anymore?

Reply via email to