On Mon, Sep 29, 2014 at 03:07:04PM +0000, Sorin Vinturis wrote: > Currently, whenever there's a missed packet, the ovs driver allocates > memory and copies the packet even if there's no packet queue setup from > userspace. Then if there's no queue created, the packet is released and > dropped. > > The solution was to check for the existence of the userspace queue before > trying to allocate and add a new missed packet to the queue. If there is > no userspace queue created, the original packet is dropped without creating > a new missed packet. > > Signed-off-by: Sorin Vinturis <[email protected]> > Reported-by: Nithin Raju <[email protected]> > Reported-at: https://github.com/openvswitch/ovs-issues/issues/32 > Tested-by: Alin Gabriel Serdean <[email protected]> > Acked-by: Alin Gabriel Serdean <[email protected]> > Acked-by: Nithin Raju <[email protected]>
Applied, thanks! _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
