Re: [Linux-kernel-mentees] [RFC 1/3] Initialize devlink health dump framework for the dlge driver
From: Benjamin Poirier <hidden>
Date: 2020-08-21 05:23:28
Also in:
lkml, netdev
From: Benjamin Poirier <hidden>
Date: 2020-08-21 05:23:28
Also in:
lkml, netdev
On 2020-08-21 11:08 +0800, Coiby Xu wrote: [...]
quoted
quoted
diff --git a/drivers/staging/qlge/qlge_health.h b/drivers/staging/qlge/qlge_health.h new file mode 100644 index 000000000000..07d3bafab845 --- /dev/null +++ b/drivers/staging/qlge/qlge_health.h@@ -0,0 +1,2 @@ +#include <net/devlink.h> +int qlge_health_create_reporters(struct qlge_devlink *priv);I would suggest to put this in qlge.h instead of creating a new file.Although there are only two lines for now, is it possible qlge will add more devlink code? If that's the case, a file to single out these code
I would say that if there's more content in the future, it can move to a separate file in the future. If you feel strongly about putting this in its own file right away, then make sure to add the usual #ifndef QLGE_HEALTH_H #define QLGE_HEALTH_H ... _______________________________________________ Linux-kernel-mentees mailing list Linux-kernel-mentees@lists.linuxfoundation.org https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees