From: David S. Miller Date: Tue, 9 Jul 2019 21:07:20 +0000 (-0700) Subject: Merge branch 'tc-testing-Add-plugin-for-simple-traffic-generation' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6ec3d4d2257e4101a8bbd809158093ef9a759144;p=linux.git Merge branch 'tc-testing-Add-plugin-for-simple-traffic-generation' Lucas Bates says: ==================== tc-testing: Add plugin for simple traffic generation This series supersedes the previous submission that included a patch for test case verification using JSON output. It adds a new tdc plugin, scapyPlugin, as a way to send traffic to test tc filters and actions. The first patch makes a change to the TdcPlugin module that will allow tdc plugins to examine the test case currently being executed, so plugins can play a more active role in testing by accepting information or commands from the test case. This is required for scapyPlugin to work. The second patch adds scapyPlugin itself, and an example test case file to demonstrate how the scapy block works in the test cases. ==================== Signed-off-by: David S. Miller --- 6ec3d4d2257e4101a8bbd809158093ef9a759144