On 11/7/2018 7:58 AM, Peng, Yuan wrote: <...>
> From: Zhao1, Wei > Sent: Wednesday, November 7, 2018 2:14 PM > To: [email protected] > Cc: [email protected]; Peng, Yuan <[email protected]>; Lu, Wenzhuo > <[email protected]>; Zhao1, Wei <[email protected]> > Subject: [PATCH] app/testpmd: fix Rx offload search error > > There is an error in function in function search_rx_offload(), it will break > when get unexpected return value from function rte_eth_dev_rx_offload_name(), > but rte_eth_dev_rx_offload_name() will return some unexpected value indead. > > Fixes: c73a9071877a ("app/testpmd: add commands to test new offload API") > Signed-off-by: Wei Zhao <[email protected]> > > Tested-by: Peng, Yuan <[email protected]> Applied to dpdk-next-net/master, thanks. (checkpatch issues reported by Bernard fixed while merging.)

