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 983712f43845f8fa7967039d2fd067f9a3ecba20 (commit)
from 7e0461544a5bb9052d84843c5043c68d34b17ba3 (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 983712f43845f8fa7967039d2fd067f9a3ecba20
Author: Maxim Uvarov <maxim.uvarov(a)linaro.org>
Date: Wed Dec 14 22:57:57 2016 +0300
linux-gen: pktio ipc: tests: remove comment about master-slave
Implementation take care which process to name master and which
slave. Comment is useless.
Signed-off-by: Maxim Uvarov <maxim.uvarov(a)linaro.org>
Reviewed-and-tested-by: Bill Fischofer <bill.fischofer(a)linaro.org>
diff --git a/test/linux-generic/pktio_ipc/pktio_ipc1.c b/test/linux-generic/pktio_ipc/pktio_ipc1.c
index 838b672..705c205 100644
--- a/test/linux-generic/pktio_ipc/pktio_ipc1.c
+++ b/test/linux-generic/pktio_ipc/pktio_ipc1.c
@@ -52,9 +52,6 @@ static int pktio_run_loop(odp_pool_t pool)
start_cycle = odp_time_local();
current_cycle = start_cycle;
- /* slave process should always be run after master process to be
- * able to create the same pktio.
- */
for (;;) {
if (run_time_sec) {
cycle = odp_time_local();
diff --git a/test/linux-generic/pktio_ipc/pktio_ipc2.c b/test/linux-generic/pktio_ipc/pktio_ipc2.c
index fb6f994..daf3841 100644
--- a/test/linux-generic/pktio_ipc/pktio_ipc2.c
+++ b/test/linux-generic/pktio_ipc/pktio_ipc2.c
@@ -49,9 +49,6 @@ static int ipc_second_process(int master_pid)
wait = odp_time_local_from_ns(run_time_sec * ODP_TIME_SEC_IN_NS);
start_cycle = odp_time_local();
- /* slave process should always be run after master process to be
- * able to create the same pktio.
- */
for (;;) {
/* exit loop if time specified */
if (run_time_sec) {
-----------------------------------------------------------------------
Summary of changes:
test/linux-generic/pktio_ipc/pktio_ipc1.c | 3 ---
test/linux-generic/pktio_ipc/pktio_ipc2.c | 3 ---
2 files changed, 6 deletions(-)
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 03ec3dcd7ed9d55b91d58d6969114e7de71b88fe (commit)
via e454f36a4a7c70dafd87eab03b3ba740dc10860a (commit)
via 27a05a1d61f3b7e4d58ac0e89db43db069dcc9a3 (commit)
from 362035d60fda8a566636aa5ba58250a8fae9169b (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 03ec3dcd7ed9d55b91d58d6969114e7de71b88fe
Merge: 362035d e454f36
Author: Maxim Uvarov <maxim.uvarov(a)linaro.org>
Date: Thu Dec 15 22:28:01 2016 +0300
Merge branch 'master' into api-next
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 1 -
example/traffic_mgmt/odp_traffic_mgmt.c | 20 ++++++++++++--------
2 files changed, 12 insertions(+), 9 deletions(-)
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 e454f36a4a7c70dafd87eab03b3ba740dc10860a (commit)
from 27a05a1d61f3b7e4d58ac0e89db43db069dcc9a3 (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 e454f36a4a7c70dafd87eab03b3ba740dc10860a
Author: Maxim Uvarov <maxim.uvarov(a)linaro.org>
Date: Tue Dec 13 16:34:31 2016 +0300
configure.ac: do not disable shared lib for non abi mode
After discussion on mailing list there is case to support
shared library for non abi compatibility mode.
Signed-off-by: Maxim Uvarov <maxim.uvarov(a)linaro.org>
Reviewed-by: Bill Fischofer <bill.fischofer(a)linaro.org>
diff --git a/configure.ac b/configure.ac
index 20ec479..54d62f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -253,7 +253,6 @@ AC_ARG_ENABLE([abi-compat],
[if test "x$enableval" = "xno"; then
ODP_ABI_COMPAT=0
abi_compat=no
- enable_shared=no
#if there is no ABI compatibility the .so numbers are meaningless
ODP_LIBSO_VERSION=0:0:0
fi])
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 1 -
1 file changed, 1 deletion(-)
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 dd23be24475a4b96a3f33ea91224fd0fe2c0f083 (commit)
via 9c0fc2112137a07b5265646338a4034662d299b3 (commit)
via 0e2b3a3597d139df1ff5d3f0338aa5cf26e34a43 (commit)
from b5e957111c9cb23737b7ab2a7dfa1389c61c6311 (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 dd23be24475a4b96a3f33ea91224fd0fe2c0f083
Merge: b5e9571 9c0fc21
Author: Maxim Uvarov <maxim.uvarov(a)linaro.org>
Date: Thu Dec 15 16:51:26 2016 +0300
Merge branch 'master' into api-next
-----------------------------------------------------------------------
Summary of changes:
platform/linux-generic/odp_traffic_mngr.c | 5 ++---
.../api/classification/odp_classification_common.c | 14 +++++++++++++-
.../api/classification/odp_classification_test_pmr.c | 3 +++
3 files changed, 18 insertions(+), 4 deletions(-)
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 0e2b3a3597d139df1ff5d3f0338aa5cf26e34a43 (commit)
from 320bb2e9a29256de37bfdb10b9dde3fd0f0d4a5d (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 0e2b3a3597d139df1ff5d3f0338aa5cf26e34a43
Author: Xuelin Shi <forrest.shi(a)linaro.org>
Date: Fri Dec 2 15:42:32 2016 +0800
linux-generic: only enable pktout when egress kind is pktio
Signed-off-by: Xuelin Shi <forrest.shi(a)linaro.org>
Reviewed-by: Balasubramanian Manoharan <bala.manoharan(a)linaro.org>
Signed-off-by: Maxim Uvarov <maxim.uvarov(a)linaro.org>
diff --git a/platform/linux-generic/odp_traffic_mngr.c b/platform/linux-generic/odp_traffic_mngr.c
index 32702d2..62e5c63 100644
--- a/platform/linux-generic/odp_traffic_mngr.c
+++ b/platform/linux-generic/odp_traffic_mngr.c
@@ -2841,10 +2841,9 @@ odp_tm_t odp_tm_create(const char *name,
return ODP_TM_INVALID;
}
- if (odp_pktout_queue(egress->pktio, &pktout, 1) != 1)
- return ODP_TM_INVALID;
+ if (egress->egress_kind == ODP_TM_EGRESS_PKT_IO)
+ tm_system->pktout = pktout;
- tm_system->pktout = pktout;
tm_system->name_tbl_id = name_tbl_id;
max_tm_queues = requirements->max_tm_queues;
memcpy(&tm_system->egress, egress, sizeof(odp_tm_egress_t));
-----------------------------------------------------------------------
Summary of changes:
platform/linux-generic/odp_traffic_mngr.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
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 b5e957111c9cb23737b7ab2a7dfa1389c61c6311 (commit)
from 2048b8030ce1150214123038f275cff1ff8895c9 (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 b5e957111c9cb23737b7ab2a7dfa1389c61c6311
Author: Christophe Milard <christophe.milard(a)linaro.org>
Date: Mon Dec 5 19:26:55 2016 +0100
linux-gen: shared_memory: remove flag forcing mlock
The _ishm flag _ODP_ISHM_LOCK is no longer set when doing shm_reserve(),
hence enabling non-root user to exceed the 64MB mlock memory limit
(ulimit).
Signed-off-by: Christophe Milard <christophe.milard(a)linaro.org>
Signed-off-by: Maxim Uvarov <maxim.uvarov(a)linaro.org>
diff --git a/platform/linux-generic/odp_shared_memory.c b/platform/linux-generic/odp_shared_memory.c
index d2bb74c..ba32dee 100644
--- a/platform/linux-generic/odp_shared_memory.c
+++ b/platform/linux-generic/odp_shared_memory.c
@@ -58,9 +58,6 @@ odp_shm_t odp_shm_reserve(const char *name, uint64_t size, uint64_t align,
flgs = get_ishm_flags(flags);
- /* all mem reserved through this interface is requested to be locked: */
- flgs |= (flags & _ODP_ISHM_LOCK);
-
block_index = _odp_ishm_reserve(name, size, -1, align, flgs, flags);
if (block_index >= 0)
return to_handle(block_index);
-----------------------------------------------------------------------
Summary of changes:
platform/linux-generic/odp_shared_memory.c | 3 ---
1 file changed, 3 deletions(-)
hooks/post-receive
--