From 234779fd32e747f4ac918f3c39e59618dde0f2d7 Mon Sep 17 00:00:00 2001 From: imarom Date: Thu, 3 Nov 2016 16:33:52 +0200 Subject: moved RX filter feature to port attr Signed-off-by: imarom --- .../automation/trex_control_plane/stl/trex_stl_lib/trex_stl_stats.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_stats.py') diff --git a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_stats.py b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_stats.py index 9f601484..7e47eb61 100644 --- a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_stats.py +++ b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_stats.py @@ -676,6 +676,8 @@ class CTRexInfoGenerator(object): ("---", []), ("PCI Address", []), ("NUMA Node", []), + ("----", []), + ("RX Filter Mode", []), ] ) -- cgit 1.2.3-korg