From: ahothan Date: Thu, 1 Nov 2018 15:17:49 +0000 (-0700) Subject: NFVBENCH-105 ARP not working with NFVbench 2.0 X-Git-Tag: 2.0.2^0 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=f1d59a8130dce2ac9295bc5495e628fdb752b74d;p=nfvbench.git 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 --- 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)