[ovs-dev] [PATCH 2/2] datapath: Fix netlink attribute size for flow.

2013-01-19 Thread Pravin B Shelar
Following patch fixes flow buffer size calculation to allocate sufficient memory for all nested attributes in new tunnel attribute. Signed-off-by: Pravin B Shelar Bug #14767 --- datapath/flow.h | 43 +-- lib/odp-util.h | 41 ---

[ovs-dev] [PATCH 1/2] datapath: Fix Flow dump operation.

2013-01-19 Thread Pravin B Shelar
Following patch adds null check while inserting new netlink attribute. This was introduced by commit 9b405f1aa8d175d (datapath: More flexible kernel/userspace tunneling attribute.) Signed-off-by: Pravin B Shelar Bug #14767 --- datapath/datapath.c | 11 --- 1 file changed, 8 insertions(