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;
~~~ ^ ~~~
Rework the softnic implementation to have flexiblity in enabling
more features to its receive and transmit data path.
Signed-off-by: Cristian Dumitrescu
Signed-off-by: Jasvinder Singh
---
drivers/net/softnic/rte_eth_softnic.c | 607
drivers/net/softnic/rte_eth
2 matches
Mail list logo