[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHS8izPL4-PgSQit6Nhhf=4YXzKX5SkK7T+K-Q07yQ7xBVRxzw@mail.gmail.com>
Date: Thu, 26 Sep 2024 09:26:35 -0700
From: Mina Almasry <almasrymina@...gle.com>
To: Stanislav Fomichev <stfomichev@...il.com>
Cc: Stanislav Fomichev <sdf@...ichev.me>, netdev@...r.kernel.org, davem@...emloft.net,
edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com
Subject: Re: [PATCH net-next 11/13] selftests: ncdevmem: Remove hard-coded
queue numbers
On Thu, Sep 12, 2024 at 2:47 PM Stanislav Fomichev <stfomichev@...il.com> wrote:
>
> On 09/12, Mina Almasry wrote:
> > On Thu, Sep 12, 2024 at 10:13 AM Stanislav Fomichev <sdf@...ichev.me> wrote:
> > >
> > > Use single last queue of the device and probe it dynamically.
> > >
> >
> > Can we use the last N queues, instead of 1? Or the last half of the queues?
> >
> > Test coverage that we can bind multiple queues at once is important, I think.
>
> Anything against doing this in the selftest/probe part?
>
> if (probe) {
> if (start_queue > 1) {
> /* make sure can bind to multiple queues */
> start_queue -= 1;
> num_queues +=1;
Sorry for the late reply, this particular thread slipped my inbox.
Overriding user-provided configs here doesn't seem great. It's nice to
be able to launch ncdevmem requesting 1 queue to be bound or multiple,
and I had the idea that in the future the tests can be improved to
verify that multiple concurrent connections on multiple queues can be
handled correctly, in case we run into any bugs that can only be
reproduced in this setup.
--
Thanks,
Mina
Powered by blists - more mailing lists