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, caterpillar has been updated
via bbbe6c0ef65c16f6d7d327712f177fbf6740e96f (commit)
from 63fd88635cc10caaa02fdccd3f52c9494487bdd2 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
platform/linux-dpdk/Makefile.am | 4 ++--
platform/linux-dpdk/buffer/dpdk.c | 1 -
platform/linux-dpdk/include/odp_buffer_internal.h | 8 +++++---
platform/linux-dpdk/odp_packet.c | 2 --
4 files changed, 7 insertions(+), 8 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, next has been updated
via a5f07dbf95f982b7c5898434e56164ff976c0a0f (commit)
via cd289985b5247fe9f1d1f58753717bd5659bd7d0 (commit)
via 38fb73d6ed79d649fdec726ca4bacc93747daa9b (commit)
via 5b915893c793ffb3d49152d480d084dba32a5a74 (commit)
via 578ecf796dc0bf7bb230b3488d263dd455ed0a18 (commit)
via f1449d2555fbfa3d72aeb79d3ad6d2f199e83731 (commit)
via 5d6aea3f7186a4533ffb7a2bc4858a1d339ebbb4 (commit)
via 260ca880b76151b66919cf0f3c149c2ba9ede24e (commit)
from 6ca5f5cb57de9f71ace37118a9b0788b2abf529e (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 2 -
.../include/odp/api/plat/packet_inlines.h | 80 ++++++++++++++++++++++
.../include/odp/api/plat/packet_inlines_api.h | 30 ++++++++
.../include/odp/api/plat/packet_types.h | 6 ++
platform/linux-generic/odp_packet.c | 66 +++++-------------
platform/linux-generic/odp_traffic_mngr.c | 11 +--
test/Makefile.am | 2 +-
test/common/odp_cunit_common.c | 14 ++++
test/common/odp_cunit_common.h | 2 -
test/validation/api/packet/packet.c | 2 +-
10 files changed, 156 insertions(+), 59 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 a5f07dbf95f982b7c5898434e56164ff976c0a0f (commit)
via cd289985b5247fe9f1d1f58753717bd5659bd7d0 (commit)
via 38fb73d6ed79d649fdec726ca4bacc93747daa9b (commit)
via 5b915893c793ffb3d49152d480d084dba32a5a74 (commit)
from 578ecf796dc0bf7bb230b3488d263dd455ed0a18 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
.../include/odp/api/plat/packet_inlines.h | 80 ++++++++++++++++++++++
.../include/odp/api/plat/packet_inlines_api.h | 30 ++++++++
.../include/odp/api/plat/packet_types.h | 6 ++
platform/linux-generic/odp_packet.c | 66 +++++-------------
platform/linux-generic/odp_traffic_mngr.c | 11 +--
test/Makefile.am | 2 +-
6 files changed, 141 insertions(+), 54 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 5b915893c793ffb3d49152d480d084dba32a5a74 (commit)
from f1449d2555fbfa3d72aeb79d3ad6d2f199e83731 (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 5b915893c793ffb3d49152d480d084dba32a5a74
Author: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov(a)linaro.org>
Date: Wed Dec 13 01:15:40 2017 +0300
tests: compile and execute validation tests before the rest of tests
Validation tests examine API thoroughly. Compile and execute them before
performance and misc tests.
Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov(a)linaro.org>
Signed-off-by: Bill Fischofer <bill.fischofer(a)linaro.org>
Signed-off-by: Maxim Uvarov <maxim.uvarov(a)linaro.org>
diff --git a/test/Makefile.am b/test/Makefile.am
index 8fbd9190..ba13eae8 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1 +1 @@
-SUBDIRS = common performance miscellaneous validation
+SUBDIRS = common validation performance miscellaneous
-----------------------------------------------------------------------
Summary of changes:
test/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 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 578ecf796dc0bf7bb230b3488d263dd455ed0a18 (commit)
via f1449d2555fbfa3d72aeb79d3ad6d2f199e83731 (commit)
via 5d6aea3f7186a4533ffb7a2bc4858a1d339ebbb4 (commit)
via 260ca880b76151b66919cf0f3c149c2ba9ede24e (commit)
from 6ca5f5cb57de9f71ace37118a9b0788b2abf529e (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 578ecf796dc0bf7bb230b3488d263dd455ed0a18
Merge: 6ca5f5cb f1449d25
Author: Maxim Uvarov <maxim.uvarov(a)linaro.org>
Date: Sat Dec 23 23:24:44 2017 +0300
Merge branch 'master' into api-next
Signed-off-by: Maxim Uvarov <maxim.uvarov(a)linaro.org>
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 2 --
test/common/odp_cunit_common.c | 14 ++++++++++++++
test/common/odp_cunit_common.h | 2 --
test/validation/api/packet/packet.c | 2 +-
4 files changed, 15 insertions(+), 5 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 f1449d2555fbfa3d72aeb79d3ad6d2f199e83731 (commit)
via 5d6aea3f7186a4533ffb7a2bc4858a1d339ebbb4 (commit)
from 260ca880b76151b66919cf0f3c149c2ba9ede24e (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 2 --
test/common/odp_cunit_common.c | 14 ++++++++++++++
test/common/odp_cunit_common.h | 2 --
3 files changed, 14 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 260ca880b76151b66919cf0f3c149c2ba9ede24e (commit)
from 4c4052f894b8df5784d2aae2e36b96796ee020fd (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 260ca880b76151b66919cf0f3c149c2ba9ede24e
Author: Bill Fischofer <bill.fischofer(a)linaro.org>
Date: Thu Dec 21 10:02:16 2017 -0600
test: validation: correct comparison in packet_test_ref()
Fix typo in CU_ASSERT() that used an assignment instead of a
comparison in testing reference length.
This fixes Bug https://bugs.linaro.org/show_bug.cgi?id=3466
Signed-off-by: Bill Fischofer <bill.fischofer(a)linaro.org>
Reviewed-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/packet/packet.c b/test/validation/api/packet/packet.c
index 9318dfc7..241681df 100644
--- a/test/validation/api/packet/packet.c
+++ b/test/validation/api/packet/packet.c
@@ -2354,7 +2354,7 @@ void packet_test_ref(void)
ref_pkt[0] = odp_packet_ref(base_pkt, offset[0]);
CU_ASSERT_FATAL(ref_pkt[0] != ODP_PACKET_INVALID);
ref_len[0] = odp_packet_len(ref_pkt[0]);
- CU_ASSERT(ref_len[0] = odp_packet_len(base_pkt) - offset[0]);
+ CU_ASSERT(ref_len[0] == odp_packet_len(base_pkt) - offset[0]);
CU_ASSERT(odp_packet_push_head(base_pkt,
base_hr - base_hr / 2) != NULL);
-----------------------------------------------------------------------
Summary of changes:
test/validation/api/packet/packet.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--