Re: [vpp-dev] linux-cp -- completing the interface creation logic

2021-08-15 Thread Pim van Pelt
Hoi, I fixed a few issues with the plugin, notably its (in)ability to handle BondEthernet and other non-physical interfaces, and a few issues on operating virtio/netlink devices in alternate namespaces: - [patchset 10](https://gerrit.fd.io/r/c/vpp/+/33481/9..10) makes netlink operations correctly

[vpp-dev] linux-cp -- completing the interface creation logic

2021-08-12 Thread Pim van Pelt
Hoi, I've been playing around with the Linux CP plugin, and realized that it can only create untagged, and dot1q tagged interfaces, but not other types of interfaces (dot1ad, q-in-ad, and q-in-q). There were also some API gotchas that provoked crashes. I spent a few days extending it to support al