On Wed, Apr 18, 2018 at 12:32:24AM +0200, Thomas Monjalon wrote:
> 03/04/2018 15:04, Olivier Matz:
> > To avoid code duplication, add a parameter to rte_ctrl_thread_create()
> > to specify the name of the thread.
>
> There are some "stats thread" in following examples which could
> benefit from th
On Tue, Apr 10, 2018 at 05:34:36PM +0100, Burakov, Anatoly wrote:
> On 03-Apr-18 2:04 PM, Olivier Matz wrote:
> > To avoid code duplication, add a parameter to rte_ctrl_thread_create()
> > to specify the name of the thread.
> >
> > This requires to add a wrapper for the thread start routine in
> >
03/04/2018 15:04, Olivier Matz:
> To avoid code duplication, add a parameter to rte_ctrl_thread_create()
> to specify the name of the thread.
There are some "stats thread" in following examples which could
benefit from this new API:
examples/tep_termination/
examples/vhost/
On 03-Apr-18 2:04 PM, Olivier Matz wrote:
To avoid code duplication, add a parameter to rte_ctrl_thread_create()
to specify the name of the thread.
This requires to add a wrapper for the thread start routine in
rte_thread_init(), which will first wait that the thread is configured.
Signed-off-b
To avoid code duplication, add a parameter to rte_ctrl_thread_create()
to specify the name of the thread.
This requires to add a wrapper for the thread start routine in
rte_thread_init(), which will first wait that the thread is configured.
Signed-off-by: Olivier Matz
---
drivers/net/kni/rte_et
5 matches
Mail list logo