On Mon, Feb 27, 2017 at 7:02 AM, Andriy Berestovskyy <
andriy.berestovs...@cavium.com> wrote:

> Oops, sorry.
> Shall I resend the patch then?
>

Probably not necessary right now. Let's get some feedback on this. If a v2
is needed, then yes, please post it as an API-NEXT patch. Thanks.


>
> Andriy
>
> On 27.02.2017 13:55, Bill Fischofer wrote:
>
>> Thanks Andriy,
>>
>> Please note that all API changes should specify
>> --subject-prefix="API-NEXT PATCH" as we use the api-next branch to
>> accumulate all API changes.
>>
>> On Mon, Feb 27, 2017 at 5:24 AM, Andriy Berestovskyy
>> <andriy.berestovs...@cavium.com <mailto:andriy.berestovs...@cavium.com>>
>> wrote:
>>
>>     - rename odp_ipsec_protocol_t to odp_ipsec_proto_t
>>     - rename ODP_IPSEC_AH to ODP_IPSEC_PROTO_AH
>>     - rename ODP_IPSEC_ESP to ODP_IPSEC_PROTO_ESP
>>
>>     Signed-off-by: Andriy Berestovskyy <andriy.berestovs...@cavium.com
>>     <mailto:andriy.berestovs...@cavium.com>>
>>
>>     ---
>>      include/odp/api/spec/ipsec.h | 10 +++++-----
>>      1 file changed, 5 insertions(+), 5 deletions(-)
>>
>>     diff --git a/include/odp/api/spec/ipsec.h
>> b/include/odp/api/spec/ipsec.h
>>     index 66222d8..793e317 100644
>>     --- a/include/odp/api/spec/ipsec.h
>>     +++ b/include/odp/api/spec/ipsec.h
>>     @@ -140,14 +140,14 @@ typedef enum odp_ipsec_mode_t {
>>      /**
>>       * IPSEC protocol
>>       */
>>     -typedef enum odp_ipsec_protocol_t {
>>     +typedef enum odp_ipsec_proto_t {
>>             /** ESP protocol */
>>     -       ODP_IPSEC_ESP = 0,
>>     +       ODP_IPSEC_PROTO_ESP = 0,
>>
>>             /** AH protocol */
>>     -       ODP_IPSEC_AH
>>     +       ODP_IPSEC_PROTO_AH
>>
>>     -} odp_ipsec_protocol_t;
>>     +} odp_ipsec_proto_t;
>>
>>      /**
>>       * IPSEC tunnel type
>>     @@ -362,7 +362,7 @@ typedef struct odp_ipsec_sa_param_t {
>>             odp_ipsec_dir_t dir;
>>
>>             /** IPSEC protocol: ESP or AH */
>>     -       odp_ipsec_protocol_t proto;
>>     +       odp_ipsec_proto_t proto;
>>
>>             /** IPSEC protocol mode: transport or tunnel */
>>             odp_ipsec_mode_t mode;
>>     --
>>     2.7.4
>>
>>
>>

Reply via email to