diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2018-04-03 07:17:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-03 07:17:42 +0000 |
commit | 0b5622f3fd73b51a56605f90857ed8a0638fd22f (patch) | |
tree | 4e9194c93cea7dc988edfb36e082fe6caf34e9ef /docs/submodules/vswitchperf | |
parent | 145c9836bb2a3fd7befdb3727df2bfd8a58b93fe (diff) |
Update git submodules
* Update docs/submodules/vswitchperf from branch 'master'
- Merge "scapy: Fix conflict of scapy libraries"
- scapy: Fix conflict of scapy libraries
T-Rex requires a modified version of SCAPY library for python3
to function properly. It doesn't work with vanilla version of
scapy-python3 module, which is installed within vsperf environment by
pip for Xena. Currently vanilla scapy is imported by Xena and
enforced to T-Rex too, which causes following issues:
* missing implementation of Dot1AD causes failures
* broken multistream feature in T-Rex
VSPERF loads all Traffic Generator classes and thus all
imports performed at module level are performed. The solution
would be to import SCAPY module by Xena only in case, that Xena
traffic generator is really used. Please see JIRA for additional
information.
JIRA: VSPERF-566
Change-Id: I8018bc0126e752cc9f966252d17dadb6a5554b37
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
Diffstat (limited to 'docs/submodules/vswitchperf')
m--------- | docs/submodules/vswitchperf | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/vswitchperf b/docs/submodules/vswitchperf -Subproject e1c33f5984089d32ff6615df5c993187d6c132e +Subproject 2814e71322f7da9dd6ad9988b2648316cc7bd03 |