Update multi-net components to latest releases#329
Conversation
Multus CNI 3.4.2 SR-IOV CNI 2.3 SR-IOV DP 3.2 Tested as per the README. Works fine. Signed-off-by: Saikrishna Edupuganti <saikrishna.edupuganti@intel.com>
Testpmd manifests of the last 3 LTS and 1 latest release from stable repo to help test actual DPDK app instead of sleep. Currently 17.11 and 19.11 are the only functioning ones without privileged. ``` NAME READY STATUS RESTARTS AGE dpdk-1711 1/1 Running 0 3m5s dpdk-1811 0/1 Error 0 3m5s dpdk-1911 1/1 Running 0 3m5s dpdk-2002 0/1 Error 0 3m5s ``` ``` EAL: PCI device 0000:07:06.4 on NUMA socket 0 EAL: probe driver: 8086:154c net_i40e_vf EAL: Getting a vfio_dev_fd for 0000:07:06.4 failed EAL: Requested device 0000:07:06.4 cannot be used … testpmd: No probed ethernet devices EAL: Error - exiting with code: 1 Cause: Invalid port 1 ``` Signed-off-by: Saikrishna Edupuganti <saikrishna.edupuganti@intel.com>
|
Provide dpdk-stable 3 LTS and 1 recent release Testpmd manifests of the last 3 LTS and 1 latest release from stable Currently 17.11 and 19.11 are the only functioning ones without Signed-off-by: Saikrishna Edupuganti saikrishna.edupuganti@intel.com |
| @@ -11,15 +11,15 @@ data: | |||
| [ | |||
| { | |||
| "resourceName": "sriov_netdevice", | |||
There was a problem hiding this comment.
This is a nice change. Makes it generic.
| command: [ "/bin/bash", "-c"] | ||
| args: | ||
| - ls -l /dev/vfio; | ||
| testpmd --no-huge -m 2048 -- --stats-period=10 --nb-port=1 --port-topology=chained --auto-start --total-num-mbufs=2048 --forward-mode=macswap; |
There was a problem hiding this comment.
Where is the traffic sent to?
There was a problem hiding this comment.
it just forwards everything it receives, back on the same interface it came on. Only processing done is macswap which you guessed it swaps source and destination mac addresses, so that it goes back to the sender.
|
LGTM. @CraigSterrett can you merge this? |
Multus CNI 3.4.2
SR-IOV CNI 2.3
SR-IOV DP 3.2
Tested as per the README. Works fine.
Signed-off-by: Saikrishna Edupuganti saikrishna.edupuganti@intel.com