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 <svintu...@cloudbasesolutions.com>
> Reported-by: Nithin Raju <nit...@vmware.com>
> Reported-at: https://github.com/openvswitch/ovs-issues/issues/32
> Tested-by: Alin Gabriel Serdean <aserd...@cloudbasesolutions.com>
> Acked-by: Alin Gabriel Serdean <aserd...@cloudbasesolutions.com>
> Acked-by: Nithin Raju <nit...@vmware.com>

Applied, thanks!
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to