On Tue, Oct 04, 2011 at 01:22:39PM -0700, Ben Pfaff wrote: > Commit b063d9f06 "datapath: Use unicast Netlink sockets for upcalls" that > switched from multicast to unicast Netlink for sending upcalls added a > Netlink PID to each kernel flow, used by OVS_ACTION_ATTR_USERSPACE actions > within the flow as target. > > This commit drops this per-flow PID in favor of a per-action PID, because > that is more flexible. It does not yet make use of this additional > flexibility, so behavior should not change. > > Signed-off-by: Ben Pfaff <[email protected]> > Bug #7559.
Oops, this forgot to update the OVS_ACTION_ATTR_USERSPACE parser in dpif-netdev. I'll follow up with a fix when I have one. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
