Re: [PATCH v3 7/7] dts: allow configuring MTU of ports

2023-11-17 Thread Jeremy Spewock
Both good points, I'll be sure to add/adjust those docstrings. On Thu, Nov 16, 2023 at 1:05 PM Juraj Linkeš wrote: > On Mon, Nov 13, 2023 at 9:28 PM wrote: > > > > From: Jeremy Spewock > > > > Adds methods in both os_session and linux session to allow for setting > > MTU of port interfaces in

Re: [PATCH v3 7/7] dts: allow configuring MTU of ports

2023-11-16 Thread Juraj Linkeš
On Mon, Nov 13, 2023 at 9:28 PM wrote: > > From: Jeremy Spewock > > Adds methods in both os_session and linux session to allow for setting > MTU of port interfaces in an OS agnostic way. > > Signed-off-by: Jeremy Spewock > --- > dts/framework/remote_session/linux_session.py | 7 +++ > dts/f

[PATCH v3 7/7] dts: allow configuring MTU of ports

2023-11-13 Thread jspewock
From: Jeremy Spewock Adds methods in both os_session and linux session to allow for setting MTU of port interfaces in an OS agnostic way. Signed-off-by: Jeremy Spewock --- dts/framework/remote_session/linux_session.py | 7 +++ dts/framework/remote_session/os_session.py| 9 + 2