net/thunderx: fix build on FreeBSD
authorJerin Jacob <jerin.jacob@caviumnetworks.com>
Sun, 19 Mar 2017 14:48:47 +0000 (20:18 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 4 Apr 2017 16:59:41 +0000 (18:59 +0200)
commitfc2c80148ee5dcf0d695bb11100c21b767f4ebe4
tree8486561181e4d1d0b6569271a34aeef3c78e26e4
parent6d76fde7dba39769c64bee03b62593cc66a1b0e3
net/thunderx: fix build on FreeBSD

SIMPLEQ_* operations are not available in FreeBSD. Replacing
with equivalent STAILQ_* operations.

Fixes: f2546f8e51b8 ("net/thunderx/base: add functions to store qsets")

Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
drivers/net/thunderx/base/nicvf_bsvf.c
drivers/net/thunderx/base/nicvf_bsvf.h
drivers/net/thunderx/nicvf_ethdev.c