Re: [PATCH v2 07/12] net/ngbe: add LED OEM support

2022-02-09 Thread Ferruh Yigit
On 2/9/2022 10:42 AM, Jiawen Wu wrote: Support to get OEM customized LED configuration information from firmware. And driver needs to adjust the process of PHY setup link, based on this LED configuration. Signed-off-by: Jiawen Wu <...> @@ -338,3 +338,52 @@ s32 ngbe_hic_check_cap(struct ngbe

[PATCH v2 07/12] net/ngbe: add LED OEM support

2022-02-09 Thread Jiawen Wu
Support to get OEM customized LED configuration information from firmware. And driver needs to adjust the process of PHY setup link, based on this LED configuration. Signed-off-by: Jiawen Wu --- doc/guides/rel_notes/release_22_03.rst | 1 + drivers/net/ngbe/base/ngbe_dummy.h | 5 +++ drive