Re: [dpdk-dev] [PATCH] doc: reduce initial offload API scope to drivers

2018-03-20 Thread Ferruh Yigit
On 3/18/2018 5:57 AM, Shahaf Shuler wrote: > Hi Ferruh, > > Friday, March 16, 2018 5:32 PM, Ferruh Yigit: >> Subject: [PATCH] doc: reduce initial offload API scope to drivers >> >> 18.05 tagets ethdev-PMD offload API, which means switching all PMDs to >> new offloading API >> >> Next step targets

Re: [dpdk-dev] [PATCH] doc: reduce initial offload API scope to drivers

2018-03-17 Thread Shahaf Shuler
Hi Ferruh, Friday, March 16, 2018 5:32 PM, Ferruh Yigit: > Subject: [PATCH] doc: reduce initial offload API scope to drivers > > 18.05 tagets ethdev-PMD offload API, which means switching all PMDs to > new offloading API > > Next step targets ethdev-application offload API which means forcing >

[dpdk-dev] [PATCH] doc: reduce initial offload API scope to drivers

2018-03-16 Thread Ferruh Yigit
18.05 tagets ethdev-PMD offload API, which means switching all PMDs to new offloading API Next step targets ethdev-application offload API which means forcing applications to switch to new API Fixes: 3004d3454192 ("doc: update deprecation of ethdev offload API") Cc: shah...@mellanox.com Signed-o