On Wed, Sep 24, 2014 at 09:43:16AM +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

Please don't indent the commit message like this.

Thanks,

Ben.
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to