Re: [dpdk-dev] [PATCH v2 3/5] ethdev: convert remaining apps to new offload API

2018-07-04 Thread Andrew Rybchenko
On 07/04/2018 03:26 PM, Thomas Monjalon wrote: 04/07/2018 13:16, Andrew Rybchenko: On 07/03/2018 12:27 AM, Thomas Monjalon wrote: --- a/doc/guides/sample_app_ug/link_status_intr.rst +++ b/doc/guides/sample_app_ug/link_status_intr.rst @@ -137,10 +137,7 @@ The global configuration is stored in a

Re: [dpdk-dev] [PATCH v2 3/5] ethdev: convert remaining apps to new offload API

2018-07-04 Thread Thomas Monjalon
04/07/2018 13:16, Andrew Rybchenko: > On 07/03/2018 12:27 AM, Thomas Monjalon wrote: > > --- a/doc/guides/sample_app_ug/link_status_intr.rst > > +++ b/doc/guides/sample_app_ug/link_status_intr.rst > > @@ -137,10 +137,7 @@ The global configuration is stored in a static > > structure: > > stat

Re: [dpdk-dev] [PATCH v2 3/5] ethdev: convert remaining apps to new offload API

2018-07-04 Thread Andrew Rybchenko
On 07/03/2018 12:27 AM, Thomas Monjalon wrote: Some test applications and examples were not converted to the new offload API introduced in 17.11. For reference, see "Hardware Offload" in doc/guides/prog_guide/poll_mode_drv.rst Signed-off-by: Thomas Monjalon --- <...> diff --git a/d

[dpdk-dev] [PATCH v2 3/5] ethdev: convert remaining apps to new offload API

2018-07-02 Thread Thomas Monjalon
Some test applications and examples were not converted to the new offload API introduced in 17.11. For reference, see "Hardware Offload" in doc/guides/prog_guide/poll_mode_drv.rst Signed-off-by: Thomas Monjalon --- app/test-eventdev/test_perf_common.c | 8 + .../sample_app