Re: [ovs-dev] [PATCH 1/2] dpif-netdev: Introduce netdev_flow_key_* functions

2014-09-17 Thread Jarno Rajahalme
Looks good, thanks! Acked-by: Jarno Rajahalme & pushed to master, Jarno On Sep 5, 2014, at 5:10 PM, Daniele Di Proietto wrote: > netdev_flow_key is a miniflow with the following constraints: > > 1) It is used only inside dpif-netdev.c. > 2) It always has inline values. > 3) It contains on

[ovs-dev] [PATCH 1/2] dpif-netdev: Introduce netdev_flow_key_* functions

2014-09-05 Thread Daniele Di Proietto
netdev_flow_key is a miniflow with the following constraints: 1) It is used only inside dpif-netdev.c. 2) It always has inline values. 3) It contains only miniflows created by miniflow_extract(). Therefore, by using these new functions instead of the miniflow_* ones, we get the following (perform