Re: [dpdk-dev] [PATCH] net/bnxt: switch to the new offload API

2018-03-21 Thread Shahaf Shuler
Wednesday, March 21, 2018 9:27 PM, Ajit Khaparde: >Hi Shahaf, >Well, the application could. >While we can't ignore the advantages of enabling the offloads. >I felt if we should really mandate applications to request all the supported >offloads? Sorry, I don’t understand the question here. Can you

Re: [dpdk-dev] [PATCH] net/bnxt: switch to the new offload API

2018-03-21 Thread Ajit Khaparde
Hi Shahaf, Well, the application could. While we can't ignore the advantages of enabling the offloads. I felt if we should really mandate applications to request all the supported offloads? Thanks Ajit On Wed, Mar 21, 2018 at 12:08 PM, Ferruh Yigit wrote: > On 3/6/2018 7:40 PM, Ajit Khaparde wr

Re: [dpdk-dev] [PATCH] net/bnxt: switch to the new offload API

2018-03-21 Thread Ferruh Yigit
On 3/6/2018 7:40 PM, Ajit Khaparde wrote: > Update bnxt PMD to new ethdev offloads API. > Signed-off-by: Ajit Khaparde > --- > drivers/net/bnxt/bnxt_ethdev.c | 59 > +- > 1 file changed, 41 insertions(+), 18 deletions(-) > > diff --git a/drivers/net/bnxt/

[dpdk-dev] [PATCH] net/bnxt: switch to the new offload API

2018-03-06 Thread Ajit Khaparde
Update bnxt PMD to new ethdev offloads API. Signed-off-by: Ajit Khaparde --- drivers/net/bnxt/bnxt_ethdev.c | 59 +- 1 file changed, 41 insertions(+), 18 deletions(-) diff --git a/drivers/net/bnxt/bnxt_ethdev.c b/drivers/net/bnxt/bnxt_ethdev.c index 21c46f