From f1d59a8130dce2ac9295bc5495e628fdb752b74d Mon Sep 17 00:00:00 2001 From: ahothan Date: Thu, 1 Nov 2018 08:17:49 -0700 Subject: NFVBENCH-105 ARP not working with NFVbench 2.0 Fix type in arp record field. Remove unneeded code. Change-Id: I7a77f66c5e1c357907f4fd113f864708a351f152 Signed-off-by: ahothan --- docs/development/design/ndrpdr.rst | 4 +-- docs/development/design/versioning.rst | 8 +----- docs/testing/developer/devguide/index.rst | 8 ++++++ docs/testing/user/configguide/configguide.rst | 8 ++++++ nfvbench/traffic_client.py | 1 - nfvbench/traffic_gen/trex.py | 39 ++++++--------------------- 6 files changed, 27 insertions(+), 41 deletions(-) diff --git a/docs/development/design/ndrpdr.rst b/docs/development/design/ndrpdr.rst index e34e8ba..dd769c0 100644 --- a/docs/development/design/ndrpdr.rst +++ b/docs/development/design/ndrpdr.rst @@ -79,5 +79,5 @@ consideration: - actual Tx rate is always <= requested Tx rate - the measured drop rate should always be relative to the actual Tx rate - if the actual Tx rate is < requested Tx rate and the measured drop rate is already within threshold - ( MAC=%s', + LOG.info(' ARP: port=%d chain=%d src IP=%s dst IP=%s -> MAC=%s', port, chain_id, + arp_record.src_ip, arp_record.dst_ip, arp_record.dst_mac) else: unresolved.append(arp_record.dst_ip) -- cgit 1.2.3-korg