Re: [PATCH v2 2/6] dts: add traffic generator config

2023-07-19 Thread Jeremy Spewock
On Wed, Jul 19, 2023, 08:57 Juraj Linkeš wrote: > On Tue, Jul 18, 2023 at 5:55 PM Jeremy Spewock > wrote: > > > > Hey Juraj, > > > > These changes look good to me, I just had one question. Is the plan to > make specifying a TG always required or optional for cases where it isn't > required? It s

Re: [PATCH v2 2/6] dts: add traffic generator config

2023-07-19 Thread Juraj Linkeš
On Tue, Jul 18, 2023 at 5:55 PM Jeremy Spewock wrote: > > Hey Juraj, > > These changes look good to me, I just had one question. Is the plan to make > specifying a TG always required or optional for cases where it isn't > required? It seems like it is written now as something that is required fo

Re: [PATCH v2 2/6] dts: add traffic generator config

2023-07-18 Thread Jeremy Spewock
Hey Juraj, These changes look good to me, I just had one question. Is the plan to make specifying a TG always required or optional for cases where it isn't required? It seems like it is written now as something that is required for every execution. I don't think this is necessarily a bad thing, I

[PATCH v2 2/6] dts: add traffic generator config

2023-07-17 Thread Juraj Linkeš
Node configuration - where to connect, what ports to use and what TG to use. Signed-off-by: Juraj Linkeš --- dts/conf.yaml | 26 ++- dts/framework/config/__init__.py | 87 +++--- dts/framework/config/conf_yaml_schema.json | 29 +++-