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 session code is based on another patch [0]. > > The basic test case is there to showcase the Scapy implementation - it > sends just one UDP packet and verifies it on the other end. > > [0]: > http://patches.dpdk.org/project/dpdk/patch/20230718214802.3214-3-jspew...@iol.unh.edu/ > > Juraj Linkeš (6): > dts: add scapy dependency > dts: add traffic generator config > dts: traffic generator abstractions > dts: add python remote interactive shell > dts: scapy traffic generator implementation > dts: add basic UDP test case
Applied, thanks