Re: [PATCH 5/7] tftp: implement support for LED status activity

2024-06-06 Thread Christian Marangi
On Thu, Jun 06, 2024 at 09:22:05AM +0100, Peter Robinson wrote: > On Wed, 5 Jun 2024 at 20:51, Christian Marangi wrote: > > > > Implement support for LED status activity. If the feature is enabled, > > make the defined ACTIVITY LED to signal traffic. > > Would this not just duplicate the activity

Re: [PATCH 5/7] tftp: implement support for LED status activity

2024-06-06 Thread Peter Robinson
On Wed, 5 Jun 2024 at 20:51, Christian Marangi wrote: > > Implement support for LED status activity. If the feature is enabled, > make the defined ACTIVITY LED to signal traffic. Would this not just duplicate the activity on the NIC LED? > Signed-off-by: Christian Marangi > --- > net/tftp.c |

[PATCH 5/7] tftp: implement support for LED status activity

2024-06-05 Thread Christian Marangi
Implement support for LED status activity. If the feature is enabled, make the defined ACTIVITY LED to signal traffic. Signed-off-by: Christian Marangi --- net/tftp.c | 16 1 file changed, 16 insertions(+) diff --git a/net/tftp.c b/net/tftp.c index 2e335413492..07dea321bb4 1006