You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.
We were able to get geneve traffic to work on openstack with trex profile.
Since adding this functionality in trafficgen requires some design changes, We can discuss how we can implement this.
The text was updated successfully, but these errors were encountered:
Currently, the Trafficgen code doesn't understand the encapsulated packets, although we hardcoded the scapy stream (http://pastebin.test.****.com/981112), the existing binary search doesn't evaluate the proper line rate. It looks like the teaching packets failed in the reverse path.
In the manual test scenario with Trex, we explicitly defined the scapy streams and executed a dedicated Trex server port defining the scapy header with appropriate outer mac and IP addresses.
The traffic needs a similar capability instead of executing the stream in all Trex ports.
The existing Trafficgen flows logic may apply in the inner header as the outer header is expected to be defined statically.
We were able to get geneve traffic to work on openstack with trex profile.
Since adding this functionality in trafficgen requires some design changes, We can discuss how we can implement this.
The text was updated successfully, but these errors were encountered: