Re: [dpdk-dev] [PATCH 1/1] net/qede: fix tx_pkt_prepare for tunnel packets

2019-02-18 Thread Ferruh Yigit
On 2/13/2019 5:53 PM, Shahed Shaikh wrote: > 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_

[dpdk-dev] [PATCH 1/1] net/qede: fix tx_pkt_prepare for tunnel packets

2019-02-13 Thread Shahed Shaikh
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 ("