[lng-odp] [API-NEXT PATCH v3 3/3] validation: packet: test if user area is properly set

2015-08-13 Thread Zoltan Kiss
Signed-off-by: Zoltan Kiss --- test/validation/packet/packet.c | 18 ++ 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/test/validation/packet/packet.c b/test/validation/packet/packet.c index 99a6745..36edc12 100644 --- a/test/validation/packet/packet.c +++ b/test/v

Re: [lng-odp] [API-NEXT PATCH v3 3/3] validation: packet: test if user area is properly set

2015-08-13 Thread Bill Fischofer
Note: I've verified that this also passes, as expected, when the checkpatch issue identified in Part 2/3 is resolved by removing the extra parens. On Thu, Aug 13, 2015 at 12:28 PM, Zoltan Kiss wrote: > Signed-off-by: Zoltan Kiss > Reviewed-and-tested-by: Bill Fischofer > --- > test/valida