[ovs-dev] [PATCH] ofproto-dpif-xlate: Wildcard skb_priority if QoS is disabled

2014-09-17 Thread Daniele Di Proietto
This optimization should give a small performance benefit to the userspace datapath. Signed-off-by: Daniele Di Proietto ddiproie...@vmware.com --- ofproto/ofproto-dpif-xlate.c | 25 ++-- tests/classifier.at | 20 +++ tests/dpif-netdev.at | 16 ++---

Re: [ovs-dev] [PATCH] ofproto-dpif-xlate: Wildcard skb_priority if QoS is disabled

2014-09-17 Thread Jarno Rajahalme
Looks good to me, thanks! Acked-by: Jarno Rajahalme jrajaha...@nicira.com Pushed to master, Jarno On Sep 17, 2014, at 2:14 PM, Daniele Di Proietto ddiproie...@vmware.com wrote: This optimization should give a small performance benefit to the userspace datapath. Signed-off-by: Daniele