sorry about the title of this question. I forget change the title
before send it.

2015-06-26 12:43 GMT+08:00 Mo Jia <life.130...@gmail.com>:
> In the odp-dpdk readme , it says using 1.7.1
>
> However, make with error like this:
>
> In file included from ../../platform/linux-generic/include/odp/debug.h:28:0,
>                  from ../linux-generic/odp_crypto.c:12:
> ../../include/odp/api/debug.h:48:40: error: static assertion failed:
> "ERROR: Scatter gather is not supported!"
>  #define _ODP_STATIC_ASSERT(cond, msg)  _Static_assert(cond, msg)
>                                         ^
> ./include/odp_packet_internal.h:210:1: note: in expansion of macro
> '_ODP_STATIC_ASSERT'
>  _ODP_STATIC_ASSERT(0, "ERROR: Scatter gather is not supported!");
>  ^
> ../../include/odp/api/debug.h:48:40: error: static assertion failed:
> "ERROR: IP frags are not supported!"
>  #define _ODP_STATIC_ASSERT(cond, msg)  _Static_assert(cond, msg)
>                                         ^
> ./include/odp_packet_internal.h:214:1: note: in expansion of macro
> '_ODP_STATIC_ASSERT'
>  _ODP_STATIC_ASSERT(0, "ERROR: IP frags are not supported!");
>  ^
> Makefile:801: recipe for target '../linux-generic/odp_crypto.lo' failed
> make[3]: *** [../linux-generic/odp_crypto.lo] Error 1
> make[3]: Leaving directory '/home/engine/Git/odp-dpdk/platform/linux-dpdk'
> Makefile:972: recipe for target 'all-recursive' failed
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory '/home/engine/Git/odp-dpdk/platform/linux-dpdk'
> Makefile:389: recipe for target 'all-recursive' failed
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory '/home/engine/Git/odp-dpdk/platform'
> Makefile:459: recipe for target 'all-recursive' failed
> make: *** [all-recursive] Error 1
>
> So which dpdk should I use ?
_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to