net/qede: fix Tx packet prepare for tunnel packets
authorShahed Shaikh <shshaikh@marvell.com>
Wed, 13 Feb 2019 17:53:33 +0000 (09:53 -0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 20 Feb 2019 15:41:43 +0000 (16:41 +0100)
commit60f9a634578320e344d25be789afc7b462450201
treef53a5a060bf9fcb54788d0fd37316f58f2e9e2ec
parenta3a4aba4b5c54e2a81daa792f49bb9743142c444
net/qede: fix Tx packet prepare for tunnel packets

This patch fixes a regression introduced by
commit 49d3978d5723 ("net/qede: fix Tx tunnel offload support mask")
in which qede_xmit_prep_pkts() breaks the loop for successful
check of Tunneling offload flags instead of continuing, resulting
in tx_pkt_prepare return a failure.

Fixes: 49d3978d5723 ("net/qede: fix Tx tunnel offload support mask")
Cc: stable@dpdk.org
Signed-off-by: Shahed Shaikh <shshaikh@marvell.com>
drivers/net/qede/qede_rxtx.c