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

2023-07-24 Thread Thomas Monjalon
19/07/2023 16:12, 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 functions to the server. The > interactive ses

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

2023-07-19 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 functions to the server. The interactive session code is based on another patch [0]. Th