Re: [ovs-dev] [PATCH] Correct number of bytes to allocated for slaves in bundle action.

2012-08-15 Thread Mehak Mahajan
Thanks for the review Ben. I will backport it to 1.8. thanx! mehak On Wed, Aug 15, 2012 at 10:27 AM, Ben Pfaff wrote: > On Wed, Aug 15, 2012 at 12:12:01AM -0700, Mehak Mahajan wrote: > > The size of each slave is a uint16_t. This means that each slave needs > 2 bytes > > at the end of nx_actio

Re: [ovs-dev] [PATCH] Correct number of bytes to allocated for slaves in bundle action.

2012-08-15 Thread Ben Pfaff
On Wed, Aug 15, 2012 at 12:12:01AM -0700, Mehak Mahajan wrote: > The size of each slave is a uint16_t. This means that each slave needs 2 > bytes > at the end of nx_action_bundle. Earlier, the size of each slave was not being > factored in when allocating space. This commit corrects that by all

[ovs-dev] [PATCH] Correct number of bytes to allocated for slaves in bundle action.

2012-08-15 Thread Mehak Mahajan
The size of each slave is a uint16_t. This means that each slave needs 2 bytes at the end of nx_action_bundle. Earlier, the size of each slave was not being factored in when allocating space. This commit corrects that by allocating 2 bytes for each slave when calculating the total number of byte