Skip to content

release-3.3.3

Choose a tag to compare

@wu-cl wu-cl released this 18 Feb 05:06
· 108 commits to branch-3.3.x since this release
fdd7e7d
dpif: pass portnames of ofproto to kernel datapath

When an RDMA capable device is linked to OVS bridge, and if we want to
run RoCE over the device, the internal port of the OVS bridge should be
set as the upper device of the RDMA capable device, so that kernel will
add RDMA GIDs for the internal port and we can use them for RoCE
communication.

The userspace ovs-vswitchd will pass the portnames of a ofproto to the
kernel openvswitch module via netlink when creating a vport, and kernel
side will parse the portnames and setup adjacent devices for the vport's
netdev properly.