-
Notifications
You must be signed in to change notification settings - Fork 20
Container DPDK Support #63
Replies: 1 comment · 5 replies
|
Yes osvbng handles the vpp configuration (along with FRR and other processes) I've not had the chance to test DPDK based containers yet but if you can pass in the pci address then osvbng should auto discover them (however I've not fully tested this feature with containers) So while theoretically possible, it may need some testing/bug fixes |
All reactions
|
Ok, I tried using with intel based SRIOV VFs, VPP started up but the osvbng process failed when it tried to create VLAN interface on the access interface: This is not urgent, I can wait till you have more time to check this.. Thanks |
All reactions
|
dataplane (vpp startup conf): |
All reactions
|
I tested creating the vlan sub-interface manually in the VPP (before starting the osvbg process) and it works |
All reactions
|
I am reworking quite a lot of the sub-interface/vlan/memif stuff in the most recent build so I won't fix this directly, but I'll let you know when I have a v0.1.0 build over the weekend (loads of stable fixes I've introduced) if that's ok to test that version instead? |
All reactions
|
Sure no problem, I will wait.. Thanks |
All reactions
-
👍 1
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Just want to ask if DPDK is supported using containers?
If yes, kindly point me to a sample config..
As far as I know VPP requires the DPDK PCI address to be set up in the respective startup conf before it starts, I am asking this because I saw the following snippet:
https://github.com/veesix-networks/osvbng/blob/main/docs/configuration/dataplane.md#example
Does this mean you are somehow generating the VPP startup conf from this yaml before the VPP process starts?
Thanks
All reactions