From patchwork Tue Feb 21 22:41:26 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Eremin-Solenikov X-Patchwork-Id: 94287 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp656969qgi; Tue, 21 Feb 2017 14:42:30 -0800 (PST) X-Received: by 10.36.248.198 with SMTP id a189mr30032436ith.97.1487716950580; Tue, 21 Feb 2017 14:42:30 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id g83si21318121iof.70.2017.02.21.14.42.30; Tue, 21 Feb 2017 14:42:30 -0800 (PST) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 1A2BC60C9D; Tue, 21 Feb 2017 22:42:30 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id C165760CE2; Tue, 21 Feb 2017 22:41:39 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 336CC60BFD; Tue, 21 Feb 2017 22:41:33 +0000 (UTC) Received: from mail-lf0-f54.google.com (mail-lf0-f54.google.com [209.85.215.54]) by lists.linaro.org (Postfix) with ESMTPS id EE33A60B42 for ; Tue, 21 Feb 2017 22:41:31 +0000 (UTC) Received: by mail-lf0-f54.google.com with SMTP id b80so34785755lfe.3 for ; Tue, 21 Feb 2017 14:41:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=poNPmOCnyNApVdrzKMS9syPOPFW6GRN5OcJDcQOry4M=; b=tbQtKj2dIMt6brmLoz/Nqn0AgB5oXVjsK6NieAqWMEiUx1ncLsML4YsYbbuaOMmZUa pcl2mGu53Cu0EHXoh1VoSQqP6aOpdjf/U5vv38Seik9Tu2AnJIuGDZdK8dM4S72dApvl xAuc4ResekdlOMlb2GQP9ZY0VbWheNIoIPdrg95W4y2lxKY1He0wHcb9lcN3gkhT6ZNS uxGTia9NgBBtRHBFyK1W+aDfhLGu1GPYYl+159P0Jbt/tbXYkeBL2oaQ8whYAluFh/9Q ybSYe7SSq5ltd8rlhOL7QATr7ZCcmLJ960ekYQfq6J+i1eiaoSSkhaXzAQBlYmkI67JG KOfw== X-Gm-Message-State: AMke39n0efa4eStQEPYu25huk/KTfAZq/QByIvB2WHgZtEK0esKCAizvKx3wBptk7JT65Sioyz0= X-Received: by 10.25.157.65 with SMTP id g62mr3393683lfe.29.1487716890625; Tue, 21 Feb 2017 14:41:30 -0800 (PST) Received: from forlindon.lumag.auriga.ru ([188.162.65.19]) by smtp.gmail.com with ESMTPSA id s20sm6537043lfe.41.2017.02.21.14.41.29 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 21 Feb 2017 14:41:30 -0800 (PST) From: Dmitry Eremin-Solenikov To: lng-odp@lists.linaro.org Date: Wed, 22 Feb 2017 01:41:26 +0300 Message-Id: <20170221224127.31314-3-dmitry.ereminsolenikov@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170221224127.31314-1-dmitry.ereminsolenikov@linaro.org> References: <20170221182325.14424-1-nikhil.agarwal@linaro.org> <20170221224127.31314-1-dmitry.ereminsolenikov@linaro.org> Subject: [lng-odp] [PATCH 3/4] abi: event: add ODP_EVENT_IPSEC_RESULT X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" ODP_EVENT_IPSEC_RESULT is an event type used for result reporting from IPsec offload. Signed-off-by: Dmitry Eremin-Solenikov --- include/odp/arch/default/api/abi/event.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 2.11.0 Reviewed-by: Bill Fischofer diff --git a/include/odp/arch/default/api/abi/event.h b/include/odp/arch/default/api/abi/event.h index 4f6596b1..df9870a8 100644 --- a/include/odp/arch/default/api/abi/event.h +++ b/include/odp/arch/default/api/abi/event.h @@ -28,7 +28,8 @@ typedef enum odp_event_type_t { ODP_EVENT_BUFFER = 1, ODP_EVENT_PACKET = 2, ODP_EVENT_TIMEOUT = 3, - ODP_EVENT_CRYPTO_COMPL = 4 + ODP_EVENT_CRYPTO_COMPL = 4, + ODP_EVENT_IPSEC_RESULT = 5, } odp_event_type_t; /**