To test:
- Run the server from the
onload-sfnettest-serverpod:kubectl exec onload-sfnettest-client -- sfnt-pingpong - Obtain the IP address of the Solarflare interface for the server
pod:
$ kubectl get events --field-selector involvedObject.name=sfnettest --field-selector reason=AddedInterface LAST SEEN TYPE REASON OBJECT MESSAGE 24s Normal AddedInterface pod/onload-sfnettest-client Add eth0 [192.168.6.203/23] from openshift-sdn 24s Normal AddedInterface pod/onload-sfnettest-client Add net1 [198.19.1.1/16] from default/ipvlan-bond0 24s Normal AddedInterface pod/onload-sfnettest-server Add eth0 [192.168.8.143/23] from openshift-sdn 24s Normal AddedInterface pod/onload-sfnettest-server Add net1 [198.19.0.1/16] from default/ipvlan-bond0Here it is
198.19.0.1. - Run
sfnt-pingpongas a client within theonload-sfnettest-clientpod, which has an accelerated environment:kubectl exec onload-sfnettest-client -- sfnt-pingpong udp 198.19.0.1
You can improve performance by using an Onload profile.