[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZqrjqpKJRgMhlvr2@mini-arch>
Date: Wed, 31 Jul 2024 18:23:54 -0700
From: Stanislav Fomichev <sdf@...ichev.me>
To: Jakub Kicinski <kuba@...nel.org>
Cc: Petr Machata <petrm@...dia.com>, netdev@...r.kernel.org,
davem@...emloft.net, edumazet@...gle.com, pabeni@...hat.com,
Shuah Khan <shuah@...nel.org>, Joe Damato <jdamato@...tly.com>,
linux-kselftest@...r.kernel.org
Subject: Re: [PATCH net-next v2 1/2] selftests: net-drv: exercise queue stats
when the device is down
On 07/31, Jakub Kicinski wrote:
> On Wed, 31 Jul 2024 13:34:58 +0200 Petr Machata wrote:
> > > + qstat = netfam.qstats_get({"ifindex": cfg.ifindex}, dump=True)
> > > + except NlError as e:
> > > + if e.error == 95:
> >
> > Could you do this as if e.error == errno.ENOTSUP?
>
> just to be clear EOPNOTSUPP ..
That might be the reason it's coded explicitly as 95? :-D
Powered by blists - more mailing lists