This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "".
The branch, master has been updated
via e826613858543e50a2ec74598f8c2c6fd4bfa064 (commit)
via 503722802274ff5de09144613d9262e2cfdb3077 (commit)
from 5329228e260d36de62c3edf3c1a3f08ab95fd558 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e826613858543e50a2ec74598f8c2c6fd4bfa064
Author: Bill Fischofer <bill.fischofer(a)linaro.org>
Date: Mon Oct 23 20:04:53 2017 -0500
linux-generic: test: add missing file to .gitignore
Add the tests-linux-generic.env file to .gitignore
Signed-off-by: Bill Fischofer <bill.fischofer(a)linaro.org>
Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov(a)linaro.org>
Signed-off-by: Maxim Uvarov <maxim.uvarov(a)linaro.org>
diff --git a/platform/linux-generic/test/.gitignore b/platform/linux-generic/test/.gitignore
index 5dabf91c..2ff19897 100644
--- a/platform/linux-generic/test/.gitignore
+++ b/platform/linux-generic/test/.gitignore
@@ -1,3 +1,4 @@
*.log
*.trs
+tests-linux-generic.env
tests-validation.env
commit 503722802274ff5de09144613d9262e2cfdb3077
Author: Bill Fischofer <bill.fischofer(a)linaro.org>
Date: Mon Oct 23 20:04:21 2017 -0500
test: validation: add missing file to .gitignore
Add the tests-validation.env file to .gitignore.
Signed-off-by: Bill Fischofer <bill.fischofer(a)linaro.org>
Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov(a)linaro.org>
Signed-off-by: Maxim Uvarov <maxim.uvarov(a)linaro.org>
diff --git a/test/validation/api/.gitignore b/test/validation/api/.gitignore
index 7e563b8b..5dabf91c 100644
--- a/test/validation/api/.gitignore
+++ b/test/validation/api/.gitignore
@@ -1,2 +1,3 @@
*.log
*.trs
+tests-validation.env
-----------------------------------------------------------------------
Summary of changes:
platform/linux-generic/test/.gitignore | 1 +
test/validation/api/.gitignore | 1 +
2 files changed, 2 insertions(+)
hooks/post-receive
--
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "".
The branch, api-next has been updated
via ec6510b33e8b96d6d6670efb9dc3c9101baed6c6 (commit)
via af4565caa0f9d171db466554ee631338b9844cbe (commit)
via f5120355753ae3d69f81010cb9131abffdfb03fc (commit)
from afa7e20ab3b7a6e68a556f00b49aa19ea4a29be6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ec6510b33e8b96d6d6670efb9dc3c9101baed6c6
Author: Petri Savolainen <petri.savolainen(a)linaro.org>
Date: Fri Oct 20 13:05:41 2017 +0300
linux-gen: ipsec: update git ignore
Update git .ignore file with correct executable file names.
Signed-off-by: Petri Savolainen <petri.savolainen(a)linaro.org>
Reviewed-by: Bill Fischofer <bill.fischofer(a)linaro.org>
Signed-off-by: Maxim Uvarov <maxim.uvarov(a)linaro.org>
diff --git a/test/validation/api/ipsec/.gitignore b/test/validation/api/ipsec/.gitignore
index 2def047f..96735606 100644
--- a/test/validation/api/ipsec/.gitignore
+++ b/test/validation/api/ipsec/.gitignore
@@ -1 +1,4 @@
-ipsec_main
+ipsec_sync
+ipsec_async
+ipsec_inline_in
+ipsec_inline_out
commit af4565caa0f9d171db466554ee631338b9844cbe
Merge: afa7e20a f5120355
Author: Maxim Uvarov <maxim.uvarov(a)linaro.org>
Date: Sat Oct 21 23:01:19 2017 +0300
Merge branch 'master' into api-next
Signed-off-by: Maxim Uvarov <maxim.uvarov(a)linaro.org>
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 -
helper/.gitignore | 1 +
platform/linux-generic/.gitignore | 1 +
test/validation/api/ipsec/.gitignore | 5 ++++-
4 files changed, 6 insertions(+), 2 deletions(-)
create mode 100644 helper/.gitignore
hooks/post-receive
--
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "".
The branch, master has been updated
via f5120355753ae3d69f81010cb9131abffdfb03fc (commit)
from 54228421977f94d9da752290540c6ec4dc5306a0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f5120355753ae3d69f81010cb9131abffdfb03fc
Author: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov(a)linaro.org>
Date: Sat Oct 21 12:16:23 2017 +0300
.gitinore: ignore moved .pc files
pkg-config files were moved, but I forgot to update .gitignore files.
Update them now.
Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov(a)linaro.org>
Reviewed-by: Bill Fischofer <bill.fischofer(a)linaro.org>
Signed-off-by: Maxim Uvarov <maxim.uvarov(a)linaro.org>
diff --git a/.gitignore b/.gitignore
index 3d4c58d6..b9c61424 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,6 +44,5 @@ m4/libtool.m4
m4/lt*.m4
missing
perf.data*
-pkgconfig/libodp*.pc
tags
test-driver
diff --git a/helper/.gitignore b/helper/.gitignore
new file mode 100644
index 00000000..edf7a0ba
--- /dev/null
+++ b/helper/.gitignore
@@ -0,0 +1 @@
+libodphelper.pc
diff --git a/platform/linux-generic/.gitignore b/platform/linux-generic/.gitignore
index 909756a1..442e82a9 100644
--- a/platform/linux-generic/.gitignore
+++ b/platform/linux-generic/.gitignore
@@ -1 +1,2 @@
include/odp/api/plat/static_inline.h
+libodp-linux.pc
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 -
helper/.gitignore | 1 +
platform/linux-generic/.gitignore | 1 +
3 files changed, 2 insertions(+), 1 deletion(-)
create mode 100644 helper/.gitignore
hooks/post-receive
--
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "".
The branch, api-next has been updated
via e3108af2f0b58c2ceca422b418439bba5de04b11 (commit)
from cd196cf12f957456b24c844b2c38be5062130cf1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e3108af2f0b58c2ceca422b418439bba5de04b11
Author: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov(a)linaro.org>
Date: Tue Oct 17 21:19:57 2017 +0300
api: ipsec: move pipeline SA param to inbound substructrure
SA param pipeline is related only to inbound configuration. If at some
point it will be possible to configure destination for outbound
operation, it will be done through a separate param. Move pipeline into
inbound params substructure.
Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov(a)linaro.org>
Reviewed-by: Petri Savolainen <petri.savolainen(a)linaro.org>
Signed-off-by: Maxim Uvarov <maxim.uvarov(a)linaro.org>
diff --git a/include/odp/api/spec/ipsec.h b/include/odp/api/spec/ipsec.h
index ddcdf75b..26e852fc 100644
--- a/include/odp/api/spec/ipsec.h
+++ b/include/odp/api/spec/ipsec.h
@@ -633,14 +633,6 @@ typedef struct odp_ipsec_sa_param_t {
/** SPI value */
uint32_t spi;
- /** Select pipelined destination for resulting events
- *
- * Asynchronous and inline modes generate events. Select where
- * those events are sent. Inbound SAs may choose to use pipelined
- * classification. The default value is ODP_IPSEC_PIPELINE_NONE.
- */
- odp_ipsec_pipeline_t pipeline;
-
/** Destination queue for IPSEC events
*
* Operations in asynchronous or inline mode enqueue resulting events
@@ -690,6 +682,15 @@ typedef struct odp_ipsec_sa_param_t {
*/
uint32_t antireplay_ws;
+ /** Select pipelined destination for resulting events
+ *
+ * Asynchronous and inline modes generate events.
+ * Select where those events are sent. Inbound SAs may
+ * choose to use pipelined classification. The default
+ * value is ODP_IPSEC_PIPELINE_NONE.
+ */
+ odp_ipsec_pipeline_t pipeline;
+
/** Classifier destination CoS for resulting packets
*
* Successfully decapsulated packets are sent to
-----------------------------------------------------------------------
Summary of changes:
include/odp/api/spec/ipsec.h | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
hooks/post-receive
--