From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] app/testpmd: fix Rx offload search error Date: Wed, 7 Nov 2018 19:02:24 +0000 Message-ID: References: <1541571269-6133-1-git-send-email-wei.zhao1@intel.com> <67D543A150B29E4CAAE53918F64EDAEA376471EF@SHSMSX103.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: "stable@dpdk.org" , "Lu, Wenzhuo" , Bernard Iremonger To: "Peng, Yuan" , "Zhao1, Wei" , "dev@dpdk.org" Return-path: In-Reply-To: <67D543A150B29E4CAAE53918F64EDAEA376471EF@SHSMSX103.ccr.corp.intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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: stable@dpdk.org; Peng, Yuan ; Lu, Wenzhuo ; Zhao1, Wei > 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 > > Tested-by: Peng, Yuan Applied to dpdk-next-net/master, thanks. (checkpatch issues reported by Bernard fixed while merging.)