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,
> > 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 offloading
> > API.
> >
> > Fixes: 3004d3454192 ("doc: update deprecation of ethdev offload API")
> > Cc: [email protected]
> >
> > Signed-off-by: Ferruh Yigit <[email protected]>
> > ---
> > v2:
> > * Update commit log and deprecation notice for clarification
> > ---
>
> Acked-by: Shahaf Shuler <[email protected]>
Applied, thanks