summaryrefslogtreecommitdiffstats
path: root/src/trex_port_attr.h
AgeCommit message (Collapse)AuthorFilesLines
2017-02-02ipv6 scan & pingYaroslav Brustinov1-0/+6
Change-Id: I4f8112b4c942d149da5ea3f0ee01ac82d7fe32cc Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-12-25Disable watchdog for 5 seconds at Mellanox link up/down commandYaroslav Brustinov1-0/+7
Change-Id: If19c9c0d3e5d684e6157ab5c71a927e2e89b8211 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-12-25refactor layer config on prot attributesimarom1-53/+161
added guard against unconfigured MAC when going up with empty config file Signed-off-by: imarom <imarom@cisco.com>
2016-12-13Major refactor - L2 / L3 modes for portsimarom1-2/+5
Signed-off-by: imarom <imarom@cisco.com>
2016-12-12grat ARPimarom1-5/+1
Signed-off-by: imarom <imarom@cisco.com>
2016-12-11IP src configuriation invalidates ARP resolutionimarom1-2/+4
Signed-off-by: imarom <imarom@cisco.com>
2016-12-06RX features phase 2 - ARP and ICMP self responseimarom1-1/+4
Signed-off-by: imarom <imarom@cisco.com>
2016-11-28self code reviewimarom1-76/+28
Signed-off-by: imarom <imarom@cisco.com>
2016-11-22RX features - removed 'none' and used Json::nullValueimarom1-1/+1
Signed-off-by: imarom <imarom@cisco.com>
2016-11-16RX features - ARP resolveimarom1-8/+9
Signed-off-by: imarom <imarom@cisco.com>
2016-11-15RX features - another refinementimarom1-44/+31
Signed-off-by: imarom <imarom@cisco.com>
2016-11-13RX features - pre-resolve stageimarom1-23/+126
Signed-off-by: imarom <imarom@cisco.com>
2016-11-09RX features - added port attributes for IPv4 and DGimarom1-11/+60
Signed-off-by: imarom <imarom@cisco.com>
2016-11-03moved RX filter feature to port attrimarom1-1/+23
Signed-off-by: imarom <imarom@cisco.com>
2016-10-28move port_attr from driver class to physical port class + small fixes ↵Yaroslav Brustinov1-54/+110
according to code review Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-10-28dpdk_setup_ports.py: fix add of help in case of "t-rex-64 --help"Yaroslav Brustinov1-11/+28
dpdk_setup_ports.py: fix warning of TRex is already running if different NICs are being used singleton_daemon.py: fix error socket in use immediately after check if in use trex-console: fix crash in case of "tui --help" trex-console: try-catch commands instead of crashing add async notification on port status/atttibutes change add port xstats support add description of interfaces main_dpdk.cpp: fix --client_cfg not working with Python API Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-10-28new port attr commands: flow control, link status, led statusYaroslav Brustinov1-0/+91
add user friendly description to ports add xstats enable start with link down at stateless. in CPP status will update itself upon link up, in Python need to restart client at this phase. Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>