[dpdk-dev] [PATCH v5 01/23] net/softnic: restructuring

Thomas Monjalon thomas at monjalon.net
Wed Jul 11 12:47:37 CEST 2018


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;
        ~~~ ^ ~~~





More information about the dev mailing list