Re: [PATCH v2 0/6] dts: tg abstractions and scapy tg

2023-07-18 Thread Jeremy Spewock
This looked good to me, just a couple of minor comments (about docstrings and their format) and one question that I left. Once this is rebased on the newer version of my patch it should be good. On Mon, Jul 17, 2023 at 7:07 AM Juraj Linkeš wrote: > Add abstractions for traffic generator split in

[PATCH v2 0/6] dts: tg abstractions and scapy tg

2023-07-17 Thread Juraj Linkeš
Add abstractions for traffic generator split into those that can and can't capture traffic. The Scapy implementation uses an XML-RPC server for remote control. This requires an interactive session to add Scapy funcions to the server. The interactive session code is based on another patch [0]. The