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 Pushed to master, Jarno On Sep 17, 2014, at 2:14 PM, Daniele Di Proietto wrote: > This optimization should give a small performance benefit to the userspace > datapath. > > Signed-off-by: Daniele Di Proietto > --- > ofproto/ofproto-dpif

[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 --- ofproto/ofproto-dpif-xlate.c | 25 ++-- tests/classifier.at | 20 +++ tests/dpif-netdev.at | 16 ++--- tests/ofproto-dpif.at| 136 ++