06/07/2018 19:20, Jasvinder Singh:
> +       dev = dev;

It is an error with clang:
drivers/net/softnic/rte_eth_softnic.c:206:6: fatal error: explicitly
      assigning value of variable of type 'struct rte_eth_dev *' to itself 
[-Wself-assign]
        dev = dev;
        ~~~ ^ ~~~



Reply via email to