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
> 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
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