rjarry / grout

grout # a graph router based on DPDK
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

handle dpdk port "siblings" #40

Open david-marchand opened 2 weeks ago

david-marchand commented 2 weeks ago

When releasing a DPDK port and asking for detaching/freeing its associated HW resources, care must be taken not to break port "siblings" that were sharing those HW resources.

See testpmd or OVS: https://git.dpdk.org/dpdk/tree/app/test-pmd/testpmd.c#n3674 https://github.com/openvswitch/ovs/blob/main/lib/netdev-dpdk.c#L1747

christophefontaine commented 1 week ago

Which hardware relies on siblings ? I'd like to test https://github.com/rjarry/grout/compare/main...christophefontaine:grout:issue_40