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

2018-07-11 Thread Thomas Monjalon
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; ~~~ ^ ~~~

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

2018-07-06 Thread Jasvinder Singh
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