Re: [PATCH v2 3/5] dts: add random packet generator

2024-09-06 Thread Luca Vizzarro
On 23/08/2024 12:58, Juraj Linkeš wrote: I believe this is to be used with a method that fills in the blanks of a passed packet (such as mac addresses). If so, Reviewed-by: Juraj Linkeš Yes, that's correct :D

Re: [PATCH v2 3/5] dts: add random packet generator

2024-08-23 Thread Juraj Linkeš
On 6. 8. 2024 14:46, Luca Vizzarro wrote: Add a basic utility that can create random L3 and L4 packets with random payloads and port numbers (if L4). Signed-off-by: Luca Vizzarro Reviewed-by: Paul Szczepanek Reviewed-by: Alex Chapman I believe this is to be used with a method that fills in

Re: [PATCH v2 3/5] dts: add random packet generator

2024-08-09 Thread Jeremy Spewock
On Tue, Aug 6, 2024 at 8:49 AM Luca Vizzarro wrote: > > Add a basic utility that can create random L3 and L4 packets with random > payloads and port numbers (if L4). > > Signed-off-by: Luca Vizzarro > Reviewed-by: Paul Szczepanek > Reviewed-by: Alex Chapman > --- Reviewed-by: Jeremy Spewock

[PATCH v2 3/5] dts: add random packet generator

2024-08-06 Thread Luca Vizzarro
Add a basic utility that can create random L3 and L4 packets with random payloads and port numbers (if L4). Signed-off-by: Luca Vizzarro Reviewed-by: Paul Szczepanek Reviewed-by: Alex Chapman --- dts/framework/utils.py | 79 -- 1 file changed, 77 inserti