shiftstack / dev-install

13 stars 16 forks source link

Simplify DPDK integration with provider network #168

Closed EmilienM closed 2 years ago

EmilienM commented 2 years ago

Re-use hostonly provider network when DPDK is enabled and instead of adding a dummy interface (dummy1), just use the physical interface that we want to use for DPDK.

This will avoid confusions when our users see multiple provider networks. In fact, one is enough and should be used.

Note: we maintain the SRIOV provider network separated, since it's using another kind of interface etc.

EmilienM commented 2 years ago

@mdbooth for review, please

EmilienM commented 2 years ago

I'm currently testing it. /hold

EmilienM commented 2 years ago

I tested it and it worked fine.

adduarte commented 2 years ago

This will help quite a bit. /lgtm