Re: [ovs-dev] [PATCH 5/5] dpif-netdev: Use miniflow as a flow key.

2014-04-18 Thread Jarno Rajahalme
On Apr 18, 2014, at 2:26 AM, YAMAMOTO Takashi wrote: >> Use miniflow as a flow key in the userspace datapath classifier. The >> miniflow is expanded for upcalls, but for existing datapath flows, the >> key need not be expanded. >> >> Signed-off-by: Jarno Rajahalme > > Reviewed-by: YAMAMOTO T

Re: [ovs-dev] [PATCH 5/5] dpif-netdev: Use miniflow as a flow key.

2014-04-18 Thread YAMAMOTO Takashi
> Use miniflow as a flow key in the userspace datapath classifier. The > miniflow is expanded for upcalls, but for existing datapath flows, the > key need not be expanded. > > Signed-off-by: Jarno Rajahalme Reviewed-by: YAMAMOTO Takashi > @@ -2144,8 +2157,9 @@ dp_execute_cb(void *aux_, struct

[ovs-dev] [PATCH 5/5] dpif-netdev: Use miniflow as a flow key.

2014-04-17 Thread Jarno Rajahalme
Use miniflow as a flow key in the userspace datapath classifier. The miniflow is expanded for upcalls, but for existing datapath flows, the key need not be expanded. Signed-off-by: Jarno Rajahalme --- lib/dpif-netdev.c | 52 +--- lib/flow.c