[lng-odp] [API-NEXT v4] api: ipsec: factor out definitions for feature support levels

2017-04-17 Thread Dmitry Eremin-Solenikov
Instead of having magic 0-1-2 numbers, let's have the special enum for feature support levels (unsupported/supported/preferred). Signed-off-by: Dmitry Eremin-Solenikov --- include/odp/api/spec/feature.h | 53 include/odp/api/spec/ipsec.h

Re: [lng-odp] [API-NEXT v3] api: ipsec: factor out definitions for feature support levels

2017-04-17 Thread Dmitry Eremin-Solenikov
On 17.04.2017 18:13, Maxim Uvarov wrote: > make distcheck fails: > > > In file included from > ../../../platform/linux-generic/include/protocols/ip.h:20:0, > > from > ../../../platform/linux-generic/include/odp_classification_datamodel.h:28, > > from > ../../..

[lng-odp] [Bug 2852] ODP_STATIC_ASSERT() fails when used by C++

2017-04-17 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2852 --- Comment #5 from Maxim Uvarov --- https://github.com/muvarov/odp/commit/3e5a07edf190614e739c8dba76cf165330e1b035 2017-04-17T19:37:43+03:00 Bill Fischofer bill.fischo...@linaro.org linux-generic: debug: enable helper use from c++ programs The ODP_ST

[lng-odp] [Bug 2942] Compilation fails using clang 4.0.0

2017-04-17 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2942 Bill Fischofer changed: What|Removed |Added Summary|Compilation fails using |Compilation fails using |cl

[lng-odp] [Bug 2942] Compilation fails using clang 4.2.1

2017-04-17 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2942 Bill Fischofer changed: What|Removed |Added Status|UNCONFIRMED |IN_PROGRESS Ever confirmed|0

[lng-odp] [PATCH] bug: linux-generic: add syntax to allow newer clang to compile odp

2017-04-17 Thread Bill Fischofer
Resolve Bug https://bugs.linaro.org/show_bug.cgi?id=2942 by adding casts needed to avoid compilation failures when using clang 4.0.0 included in Ubuntu 17.04, which is stricter than clang 3.8.1 which is in Ubuntu 16.10. Signed-off-by: Bill Fischofer --- helper/chksum.c

[lng-odp] [Bug 2942] New: Compilation fails using clang 4.2.1

2017-04-17 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2942 Bug ID: 2942 Summary: Compilation fails using clang 4.2.1 Product: OpenDataPlane - linux- generic reference Version: v1.14.0.0 Hardware: Other OS: Linux Status: UNCONFIRM

Re: [lng-odp] [API-NEXT v3] api: ipsec: factor out definitions for feature support levels

2017-04-17 Thread Maxim Uvarov
make distcheck fails: In file included from ../../../platform/linux-generic/include/protocols/ip.h:20:0, from ../../../platform/linux-generic/include/odp_classification_datamodel.h:28, from ../../../platform/linux-generic/include/odp_packet_io_internal.h:23,

Re: [lng-odp] [API-NEXT v3] api: ipsec: factor out definitions for feature support levels

2017-04-17 Thread Maxim Uvarov
Petri, ok? Maxim. On 04/15/17 07:19, Bala Manoharan wrote: > Reviewed-by: Balasubramanian Manoharan > > > On 15 April 2017 at 07:18, Dmitry Eremin-Solenikov > wrote: >> Instead of having magic 0-1-2 numbers, let's have the special enum for >> feature support levels (unsupported/supported/pref