Re: [dpdk-dev] [PATCH v3 02/10] app/testpmd: convert to new Ethdev Rx offloads API

2018-01-20 Thread Shahaf Shuler
Hi Harish, Friday, January 19, 2018 9:30 PM, Patil, Harish: > > > > Hi Shahaf, > This testpmd change is causing some issues for qede PMD. > In this patch, rte_eth_dev_configure() and RX/TX queue setup functions are > called for the second time after applying TX offloads but without calling > rt

Re: [dpdk-dev] [PATCH v3 02/10] app/testpmd: convert to new Ethdev Rx offloads API

2018-01-19 Thread Patil, Harish
-Original Message- From: dev on behalf of Shahaf Shuler Date: Tuesday, December 26, 2017 at 1:44 AM To: "jingjing...@intel.com" , "ferruh.yi...@intel.com" Cc: "dev@dpdk.org" Subject: [dpdk-dev] [PATCH v3 02/10] app/testpmd: convert to new Ethdev Rx

Re: [dpdk-dev] [PATCH v3 02/10] app/testpmd: convert to new Ethdev Rx offloads API

2018-01-08 Thread Lu, Wenzhuo
Hi, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Shahaf Shuler > Sent: Tuesday, December 26, 2017 5:44 PM > To: Wu, Jingjing ; Yigit, Ferruh > > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v3 02/10] app/testpmd: convert to new Eth

[dpdk-dev] [PATCH v3 02/10] app/testpmd: convert to new Ethdev Rx offloads API

2017-12-26 Thread Shahaf Shuler
Ethdev Rx offloads API has changed since: commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API") Convert the application to use the new API. The is no functionality changes rather simple conversion of the flags. Signed-off-by: Shahaf Shuler --- app/test-pmd/cmdline.c| 51 +