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 >

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

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

2017-04-14 Thread Bala Manoharan
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/preferred). >

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

2017-04-14 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