2022-07-27 18:57:45

by Andy Gospodarek

[permalink] [raw]
Subject: Re: [PATCH net-next v9 2/2] bnxt_en: implement callbacks for devlink selftests

On Wed, Jul 27, 2022 at 10:27:21PM +0530, Vikas Gupta wrote:
> From: vikas <[email protected]>
>
> Add callbacks
> =============
> .selftest_check: returns true for flash selftest.
> .selftest_run: runs a flash selftest.
>
> Also, refactor NVM APIs so that they can be
> used with devlink and ethtool both.
>
> Signed-off-by: Vikas Gupta <[email protected]>

Reviewed-by: Andy Gospodarek <[email protected]>


Attachments:
(No filename) (442.00 B)
smime.p7s (4.12 kB)
S/MIME Cryptographic Signature
Download all attachments

2022-07-28 09:47:46

by Jiri Pirko

[permalink] [raw]
Subject: Re: [PATCH net-next v9 2/2] bnxt_en: implement callbacks for devlink selftests

Wed, Jul 27, 2022 at 06:57:21PM CEST, [email protected] wrote:
>From: vikas <[email protected]>
>
>Add callbacks
>=============
>.selftest_check: returns true for flash selftest.
>.selftest_run: runs a flash selftest.
>
>Also, refactor NVM APIs so that they can be
>used with devlink and ethtool both.
>
>Signed-off-by: Vikas Gupta <[email protected]>

Reviewed-by: Jiri Pirko <[email protected]>