On Tue, Jul 28, 2020 at 10:27 AM Matan Azrad wrote:
> We found that our kernel driver doesn't really need it and we didn't
> understand
> the internal API correctly.
>
> We will create v2 as fix to the vdpa code.
Ok cool.
>
> Thank you for the review!
No problem, I was scared of a regression
vid Marchand
> > Sent: Tuesday, July 28, 2020 3:53 PM
> > To: Matan Azrad
> > Cc: Xueming(Steven) Li ; dev ;
> > Asaf Penso
> > Subject: Re: [dpdk-dev] [PATCH] vdpa/mlx5: use master core Id for
> > vhost thread
> >
> > On Tue, Jul 28, 2020 at 9:30 AM Ma
ev@dpdk.org; Asaf Penso
> Subject: [dpdk-dev] [PATCH] vdpa/mlx5: use master core Id for vhost thread
>
> With latest rte api, vdpa example failed on vq setup, the api to get event
> queue
> of specified core failed.
>
> The api to get event queue needs core id as input, but af
> -Original Message-
> From: David Marchand
> Sent: Tuesday, July 28, 2020 3:53 PM
> To: Matan Azrad
> Cc: Xueming(Steven) Li ; dev ; Asaf
> Penso
> Subject: Re: [dpdk-dev] [PATCH] vdpa/mlx5: use master core Id for vhost
> thread
>
> On Tue, Jul 28, 2020
On Tue, Jul 28, 2020 at 9:30 AM Matan Azrad wrote:
> > > > rte_lcore_to_cpu_id(-1) is supposed to return the current lcore id.
> > > > As explained in the commitlog of 67ae5936c4fc36, for a non-EAL
> > > > thread (which has no associated lcore by default) calling this
> > > > function means lcore_
From: David Marchand
> On Tue, Jul 28, 2020 at 9:20 AM Matan Azrad wrote:
> >
> >
> >
> > From: David Marchand
> > > On Tue, Jul 28, 2020 at 8:11 AM Xueming Li
> > > wrote:
> > > >
> > > > With latest rte api, vdpa example failed on vq setup, the api to
> > > > get event queue of specified core
On Tue, Jul 28, 2020 at 9:20 AM Matan Azrad wrote:
>
>
>
> From: David Marchand
> > On Tue, Jul 28, 2020 at 8:11 AM Xueming Li
> > wrote:
> > >
> > > With latest rte api, vdpa example failed on vq setup, the api to get
> > > event queue of specified core failed.
> > >
> > > The api to get event q
From: David Marchand
> On Tue, Jul 28, 2020 at 8:11 AM Xueming Li
> wrote:
> >
> > With latest rte api, vdpa example failed on vq setup, the api to get
> > event queue of specified core failed.
> >
> > The api to get event queue needs core id as input, but after commit
> > 67ae5936c4fc36 ("eal:
On Tue, Jul 28, 2020 at 8:11 AM Xueming Li wrote:
>
> With latest rte api, vdpa example failed on vq setup, the api to get
> event queue of specified core failed.
>
> The api to get event queue needs core id as input, but after
> commit 67ae5936c4fc36 ("eal: fix lcore accessors for non-EAL threads
With latest rte api, vdpa example failed on vq setup, the api to get
event queue of specified core failed.
The api to get event queue needs core id as input, but after
commit 67ae5936c4fc36 ("eal: fix lcore accessors for non-EAL threads"),
code of "vhost-event" thread to get current core returns -
10 matches
Mail list logo