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

2018-04-15 Thread Thomas Monjalon
15/04/2018 07:28, Shahaf Shuler: > Saturday, April 14, 2018 12:21 AM, Ferruh Yigit: > > Subject: [PATCH v2] doc: reduce initial offload API scope to drivers > > > > Do ethdev new offloading API switch in two steps. > > > > In v18.05 target is implementing the new ethdev-PMD offload interface, > >

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

2018-04-14 Thread Shahaf Shuler
Saturday, April 14, 2018 12:21 AM, Ferruh Yigit: > Subject: [PATCH v2] doc: reduce initial offload API scope to drivers > > Do ethdev new offloading API switch in two steps. > > In v18.05 target is implementing the new ethdev-PMD offload interface, > which means converting all PMDs to new offload

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

2018-04-13 Thread Ferruh Yigit
Do ethdev new offloading API switch in two steps. In v18.05 target is implementing the new ethdev-PMD offload interface, which means converting all PMDs to new offloading API. Next target is removing the old ethdev offload API. It will effect applications and will force them to implement new offl