Running tests with DPDK interfaces #156
-
Hi all, We are looking to run bngblaster with DPDK and have followed all the docs and How-To's that we could find. Our status at the moment:
{
"interfaces": {
"rx-threads": 8,
"tx-threads": 8,
"io-slots": 32768,
"network": {
"interface": "enp129s0f0",
"address": "100.127.6.2/24",
"gateway": "100.127.6.1",
"address-ipv6": "2001:db8::2/64",
"gateway-ipv6": "2001:db8::1",
"vlan": 99
},
"access": {
"interface": "enp129s0f1",
"vlan-mode": "N:1",
"outer-vlan": 100,
"type": "pppoe",
"stream-group-id": 1
}
},
"streams": [
{
"name": "general4",
"stream-group-id": 1,
"type": "ipv4",
"direction": "downstream",
"bps": 2048000,
"length": 1024,
"start-rate": 30,
"stop-rate": 30,
"network-interface": "enp129s0f0:99"
},
{
"name": "general6",
"stream-group-id": 1,
"type": "ipv6",
"direction": "downstream",
"bps": 2048000,
"length": 1024,
"start-rate": 30,
"stop-rate": 30,
"network-interface": "enp129s0f0:99"
}
],
{
"interfaces": {
"io-mode": "dpdk",
"tx-threads": 8,
"rx-threads": 8,
"io-slots": 32768,
"network": {
"interface": "0000:81:00.0",
"address": "100.127.6.2/24",
"gateway": "100.127.6.1",
"vlan": 99
},
"access": {
"interface": "0000:81:00.1",
"vlan-mode": "N:1",
"outer-vlan": 100,
"type": "pppoe",
"stream-group-id": 1
}
},
"streams": [
{
"name": "general4",
"stream-group-id": 1,
"type": "ipv4",
"direction": "downstream",
"bps": 1536000,
"length": 1440,
"network-interface": "0000:81:00.0:99"
}
], Any thoughts perhaps plse? many thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Could you start BNG Blaster with DPDK logging ( Some customers also reported issues if they have virtual functions configured. Please also ensure that driver and intel firmware is updated and that correct DPDK version is used ( |
Beta Was this translation helpful? Give feedback.
-
Hi Christian, Apologies for the late reply here. We had to change hosts and thus the NICs and now cannot seem to get the vfio-pci bind going. Once we have supported NICs will try again and post to this thread. For now I will mark as outdated and re-open later.
|
Beta Was this translation helpful? Give feedback.
I'm also currently working on the DPDK documentation.