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

2013-01-21 Thread Jesse Gross
On Sun, Jan 20, 2013 at 9:05 PM, Ben Pfaff wrote: > On Sat, Jan 19, 2013 at 08:16:06PM -0800, Pravin B Shelar wrote: >> 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 >>

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

2013-01-20 Thread Ben Pfaff
On Sat, Jan 19, 2013 at 08:16:06PM -0800, Pravin B Shelar wrote: > 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 Acked-by: Ben Pfaff

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