[dpdk-dev] [PATCH] net/fm10k: fix FTAG mode on multi-queue

2016-07-15 Thread Thomas Monjalon
2016-07-15 18:38, Xiao Wang: > In multi-queue + FTAG use case, we need to turn tx_ftag_en on for all > the Tx queues. > > Fixes: 7958b1310d5e ("fm10k: enable FTAG based forwarding") > > Reported-by: Ricky Li > Signed-off-by: Xiao Wang Applied, thanks

[dpdk-dev] [PATCH] net/fm10k: fix FTAG mode on multi-queue

2016-07-15 Thread Xiao Wang
In multi-queue + FTAG use case, we need to turn tx_ftag_en on for all the Tx queues. Fixes: 7958b1310d5e ("fm10k: enable FTAG based forwarding") Reported-by: Ricky Li Signed-off-by: Xiao Wang --- drivers/net/fm10k/fm10k_ethdev.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --