[dpdk-dev] [PATCH] examples/ipsec-secgw: Fix Missed Headers For FreeBSD

2016-03-31 Thread Sergio Gonzalez Monroy
Commit title shouldn't contain capital letters. On 31/03/2016 10:12, Daniel Mrzyglod wrote: > There were misssed typedef for u_char - > There were missed network definitions - Something a bit more descriptive along the lines of: In FreeBSD, sys/types.h and netinet/in.h need to be included

[dpdk-dev] [PATCH] examples/ipsec-secgw: Fix Missed Headers For FreeBSD

2016-03-31 Thread Daniel Mrzyglod
There were misssed typedef for u_char - There were missed network definitions - Failure #13: http://dpdk.org/ml/archives/test-report/2016-March/001896.html Fixes: d299106e8e31 ("examples/ipsec-secgw: add IPsec sample application") Signed-off-by: Daniel Mrzyglod --- examples/ipsec-secgw/esp.c