> -----Original Message----- > From: Yigit, Ferruh > Sent: Thursday, November 8, 2018 3:02 AM > To: Peng, Yuan <yuan.p...@intel.com>; Zhao1, Wei <wei.zh...@intel.com>; > dev@dpdk.org > Cc: sta...@dpdk.org; Lu, Wenzhuo <wenzhuo...@intel.com>; Iremonger, > Bernard <bernard.iremon...@intel.com> > Subject: Re: [dpdk-stable] [PATCH] app/testpmd: fix Rx offload search error > > On 11/7/2018 7:58 AM, Peng, Yuan wrote: > > <...> > > > From: Zhao1, Wei > > Sent: Wednesday, November 7, 2018 2:14 PM > > To: dev@dpdk.org > > Cc: sta...@dpdk.org; Peng, Yuan <yuan.p...@intel.com>; Lu, Wenzhuo > <wenzhuo...@intel.com>; Zhao1, Wei <wei.zh...@intel.com> > > 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 <wei.zh...@intel.com> > > > > Tested-by: Peng, Yuan <yuan.p...@intel.com> > > Applied to dpdk-next-net/master, thanks. > > (checkpatch issues reported by Bernard fixed while merging.)
Thanks!