Message ID | 20220727165721.37959-1-vikas.gupta@broadcom.com (mailing list archive) |
---|---|
Headers | show |
Series | add framework for selftests in devlink | expand |
Wed, Jul 27, 2022 at 06:57:19PM CEST, vikas.gupta@broadcom.com wrote: >Hi, > This patchset adds support for selftests in the devlink framework. > It adds a callback .selftests_check and .selftests_run in devlink_ops. > User can add test(s) suite which is subsequently passed to the driver > and driver can opt for running particular tests based on its capabilities. > > Patchset adds a flash based test for the bnxt_en driver. > > Suggested commands at user level would be as below: > >changes from: >v8->v9: > Only SOB line fixed in 2/2. If nothing changes in the patches, you should retain the RVB tags from previous version.
Hello: This series was applied to netdev/net-next.git (master) by Jakub Kicinski <kuba@kernel.org>: On Wed, 27 Jul 2022 22:27:19 +0530 you wrote: > Hi, > This patchset adds support for selftests in the devlink framework. > It adds a callback .selftests_check and .selftests_run in devlink_ops. > User can add test(s) suite which is subsequently passed to the driver > and driver can opt for running particular tests based on its capabilities. > > Patchset adds a flash based test for the bnxt_en driver. > > [...] Here is the summary with links: - [net-next,v9,1/2] devlink: introduce framework for selftests https://git.kernel.org/netdev/net-next/c/08f588fa301b - [net-next,v9,2/2] bnxt_en: implement callbacks for devlink selftests https://git.kernel.org/netdev/net-next/c/5b6ff128fdf6 You are awesome, thank you!