On Mon, 19 Nov 2018 08:38:44 +0000
Leah Tekoa <l...@ethernitynet.com> wrote:

> -     link = dev->data->dev_link;
> +     memcpy(&link, &dev->data->dev_link, sizeof(struct rte_eth_link));
>  

If structure assignment and memcpy don't give same result, then
you have a buggy compiler.

Reply via email to