On 29 Jan 2026, at 15:44, Eelco Chaudron via dev wrote:
> Move port manager instances from provider-specific data structures > into the common struct dpif_offload. This removes duplication across > providers and clarifies ownership of port-related state. > > With the port manager owned by dpif_offload, offload providers are > required to use the common port management APIs. This simplifies > external port management and eliminates the need for provider-specific > port enumeration logic. > > The port dump functions were also simplified using the > CMAP_CURSOR_FOR_EACH_CONTINUE() API. > > Signed-off-by: Eelco Chaudron <[email protected]> Note that the robot is failing this build due to the fact that this patch is based on top of the “[ovs-dev,v2] dpif-offload: Take a reference when dumping a collection” patch. If that patch gets accepted, I’ll apply and send out a v3. //Eelco _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
