diff options
author | ahothan <ahothan@cisco.com> | 2018-11-01 08:17:49 -0700 |
---|---|---|
committer | ahothan <ahothan@cisco.com> | 2018-11-01 08:17:49 -0700 |
commit | f1d59a8130dce2ac9295bc5495e628fdb752b74d (patch) | |
tree | b924612036158d7d3cbc448390e1a897ffc67302 /docs/development/design/ndrpdr.rst | |
parent | ed33e56c9b8771ed9d22fc3cc19e049a76137db8 (diff) |
NFVBENCH-105 ARP not working with NFVbench 2.02.0.2
Fix type in arp record field.
Remove unneeded code.
Change-Id: I7a77f66c5e1c357907f4fd113f864708a351f152
Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'docs/development/design/ndrpdr.rst')
-rw-r--r-- | docs/development/design/ndrpdr.rst | 4 |
1 files changed, 2 insertions, 2 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 - (<NDR/PDR threshold) then the binary search must stop with proper warning because the actual NDR/PDR - might probably be higher than the reported values + (<NDR/PDR threshold) then the binary search must stop with proper warning because the actual NDR/PDR + might probably be higher than the reported values |