[lng-odp] [Bug 4131] Missing AES-CCM ipsec test cases

2018-12-10 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=4131 Bill Fischofer changed: What|Removed |Added Assignee|maxim.uva...@linaro.org |dmitry.ereminsolenikov@lina

[lng-odp] [Bug 4018] Unexpected IV causes IPsec API validation to fail.

2018-12-10 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=4018 --- Comment #5 from Janne Peltonen --- Sound right to me. Maybe the corrected test cases could still do the full packet comparison if they notice that the IV is the same as in the test vector. This way the current implementation would get some extra

[lng-odp] [Bug 4131] New: Missing AES-CCM ipsec test cases

2018-12-10 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=4131 Bug ID: 4131 Summary: Missing AES-CCM ipsec test cases Product: OpenDataPlane - linux- generic reference Version: master Hardware: Other OS: Linux Status: UNCONFIRMED

[lng-odp] [Bug 4018] Unexpected IV causes IPsec API validation to fail.

2018-12-10 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=4018 --- Comment #4 from Dmitry Eremin-Solenikov --- Janne, I've rechecked IPsec testsuite. Please correct me if I'm wrong. Output-with-compare tests fall into two major groups: - Null encryption + HMAC-SHA-somthing. These test vectors do not require IV

[lng-odp] [Bug 4018] Unexpected IV causes IPsec API validation to fail.

2018-12-10 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=4018 --- Comment #3 from Janne Peltonen --- I am referring to all IPsec output tests. The test cases compare the output packet produced by the IPsec implementation against the expected output packet defined in the test vector. The packets match only if the

[lng-odp] [Bug 4014] Separate IP ID allocation for transport and tunnel mode SAs may cause duplicate IDs.

2018-12-10 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=4014 --- Comment #3 from Janne Peltonen --- RFC 791 and RFC 6864 specify uniqueness criteria for the IP ID field. Those criteria have to be met also with IPsec even if IPsec RFCs do not say so explicitly. Now an IP host/router implementation that is using

[lng-odp] [Bug 4014] Separate IP ID allocation for transport and tunnel mode SAs may cause duplicate IDs.

2018-12-06 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=4014 --- Comment #2 from Dmitry Eremin-Solenikov --- Well. Please correct me if I'm wrong, but IPsec RFCs do not specify that in Transport mode IPv4 ID should be constructed. So, if I understand correctly, is that it should not be changed when

[lng-odp] [Bug 4018] Unexpected IV causes IPsec API validation to fail.

2018-12-06 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=4018 --- Comment #2 from Dmitry Eremin-Solenikov --- Janne, could you please specify, which test cases are you referring to? I've tried not to enforce IV. -- You are receiving this mail because: You are on the CC list for the bug.

[lng-odp] [Bug 4017] Unexpected IP ID causes IPsec API validation to fail.

2018-11-21 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=4017 Maxim Uvarov changed: What|Removed |Added CC||maxim.uva...@linaro.org

[lng-odp] [Bug 4013] Per-SA IPv4 ID allocation may cause duplicate IDs.

2018-11-21 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=4013 Maxim Uvarov changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[lng-odp] [Bug 4017] Unexpected IP ID causes IPsec API validation to fail.

2018-11-21 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=4017 --- Comment #2 from Janne Peltonen --- Fixed in v1.19.0.2_tigermoth-165-g71b674a1 -- You are receiving this mail because: You are on the CC list for the bug.

[lng-odp] [Bug 4013] Per-SA IPv4 ID allocation may cause duplicate IDs.

2018-11-21 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=4013 --- Comment #2 from Janne Peltonen --- Fixed in v1.19.0.2_tigermoth-166-g0c6352e2 -- You are receiving this mail because: You are on the CC list for the bug.

[lng-odp] [Bug 4040] Clang build fails on Ubuntu 18.04

2018-11-19 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=4040 --- Comment #4 from Petri Savolainen --- Yes, -fPIE helps. ./configure CC=clang CFLAGS=-fPIE -- You are receiving this mail because: You are on the CC list for the bug.

[lng-odp] [Bug 4040] Clang build fails on Ubuntu 18.04

2018-11-18 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=4040 Dmitry Eremin-Solenikov changed: What|Removed |Added CC||dmitry.ereminsolenikov@lina

[lng-odp] [Bug 3954] shm allocator considered wasteful

2018-11-15 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3954 Maxim Uvarov changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[lng-odp] [Bug 3989] odp_system_info_init() issues

2018-11-15 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3989 Bill Fischofer changed: What|Removed |Added Resolution|--- |FIXED CC|

[lng-odp] [Bug 3989] odp_system_info_init() issues

2018-11-15 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3989 --- Comment #1 from Maxim Uvarov --- Merged. Can be closed. -- You are receiving this mail because: You are on the CC list for the bug.

[lng-odp] [Bug 4040] Clang build fails on Ubuntu 18.04

2018-11-13 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=4040 Bill Fischofer changed: What|Removed |Added CC||bill.fischo...@linaro.org --- Comment #2

[lng-odp] [Bug 3971] seg[0].data MUST return to its initial value on odp_packet_reset

2018-10-28 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3971 --- Comment #4 from Liron --- I noticed that you added the 'reset_seg' function that handle this issue. but I think you should move it to be under packet_init as many internal functions calls directly to this function and not to odp_packet_reset --

[lng-odp] [Bug 4040] Clang build fails on Ubuntu 18.04

2018-10-26 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=4040 --- Comment #1 from Petri Savolainen --- Build passes with: ./configure CC=clang CFLAGS=-fPIC So, may be default C flags are different in different Ubuntu / clang versions. -- You are receiving this mail because: You are on the CC list for the

[lng-odp] [Bug 4040] New: Clang build fails on Ubuntu 18.04

2018-10-26 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=4040 Bug ID: 4040 Summary: Clang build fails on Ubuntu 18.04 Product: OpenDataPlane - linux- generic reference Version: master Hardware: Other OS: Linux Status: UNCONFIRMED

[lng-odp] [Bug 3971] seg[0].data MUST return to its initial value on odp_packet_reset

2018-10-25 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3971 Bill Fischofer changed: What|Removed |Added CC||bill.fischo...@linaro.org --- Comment #3

[lng-odp] [Bug 4018] Unexpected IV causes IPsec API validation to fail.

2018-10-09 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=4018 Bill Fischofer changed: What|Removed |Added CC||bill.fischo...@linaro.org

[lng-odp] [Bug 4017] Unexpected IP ID causes IPsec API validation to fail.

2018-10-09 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=4017 Bill Fischofer changed: What|Removed |Added Assignee|maxim.uva...@linaro.org |dmitry.ereminsolenikov@lina

[lng-odp] [Bug 4018] New: Unexpected IV causes IPsec API validation to fail.

2018-10-08 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=4018 Bug ID: 4018 Summary: Unexpected IV causes IPsec API validation to fail. Product: OpenDataPlane - linux- generic reference Version: master Hardware: Other OS: Linux

[lng-odp] [Bug 4017] New: Unexpected IP ID causes IPsec API validation to fail.

2018-10-08 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=4017 Bug ID: 4017 Summary: Unexpected IP ID causes IPsec API validation to fail. Product: OpenDataPlane - linux- generic reference Version: master Hardware: Other OS: Linux

[lng-odp] [Bug 3774] Shmem validation test runs indefinitely with 1GB huge pages

2018-10-04 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3774 Bill Fischofer changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[lng-odp] [Bug 3941] link issue with llmv linker

2018-10-04 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3941 Bill Fischofer changed: What|Removed |Added Resolution|--- |WONTFIX Status|CONFIRMED

[lng-odp] [Bug 3999] IPsec antireplay check drops packets when sequence number jumps.

2018-10-04 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3999 Bill Fischofer changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[lng-odp] [Bug 4013] Per-SA IPv4 ID allocation may cause duplicate IDs.

2018-10-03 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=4013 Bill Fischofer changed: What|Removed |Added CC||bill.fischo...@linaro.org

[lng-odp] [Bug 4014] Separate IP ID allocation for transport and tunnel mode SAs may cause duplicate IDs.

2018-10-03 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=4014 Bill Fischofer changed: What|Removed |Added Assignee|maxim.uva...@linaro.org |dmitry.ereminsolenikov@lina

[lng-odp] [Bug 4014] New: Separate IP ID allocation for transport and tunnel mode SAs may cause duplicate IDs.

2018-10-03 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=4014 Bug ID: 4014 Summary: Separate IP ID allocation for transport and tunnel mode SAs may cause duplicate IDs. Product: OpenDataPlane - linux- generic reference Version: master

[lng-odp] [Bug 4013] New: Per-SA IPv4 ID allocation may cause duplicate IDs.

2018-10-03 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=4013 Bug ID: 4013 Summary: Per-SA IPv4 ID allocation may cause duplicate IDs. Product: OpenDataPlane - linux- generic reference Version: master Hardware: Other OS: Linux

[lng-odp] [Bug 4002] IPsec SA creation must fail for ESN-enabled SAs

2018-09-13 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=4002 Bill Fischofer changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[lng-odp] [Bug 3999] IPsec antireplay check drops packets when sequence number jumps.

2018-09-12 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3999 --- Comment #3 from Maxim Uvarov --- https://github.com/Linaro/odp/commit/94a4993ad85539f138178ba738b87d45ba09a1f9 refs/heads/master 2018-09-12T18:20:53+03:00 Dmitry Eremin-Solenikov dmitry.ereminsoleni...@linaro.org linux-gen: ipsec: fix sliding

[lng-odp] [Bug 3774] Shmem validation test runs indefinitely with 1GB huge pages

2018-09-12 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3774 --- Comment #14 from Maxim Uvarov --- https://github.com/Linaro/odp/commit/c46f54d8c708d6335b0288ff4a5aad3a3b93e41c refs/heads/master 2018-09-12T17:36:54+03:00 Josep Puigdemont josep.puigdem...@linaro.org linux-gen: ishm: implement huge page cache

[lng-odp] [Bug 3998] IPsec extended sequence number support is missing

2018-09-11 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3998 --- Comment #6 from Dmitry Eremin-Solenikov --- Created https://bugs.linaro.org/show_bug.cgi?id=4002 to track ESN-rejection -- You are receiving this mail because: You are on the CC list for the bug.

[lng-odp] [Bug 4002] New: IPsec SA creation must fail for ESN-enabled SAs

2018-09-11 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=4002 Bug ID: 4002 Summary: IPsec SA creation must fail for ESN-enabled SAs Product: OpenDataPlane - linux- generic reference Version: master Hardware: Other OS: Linux Status:

[lng-odp] [Bug 3998] IPsec extended sequence number support is missing

2018-09-11 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3998 --- Comment #5 from Janne Peltonen --- Currently odp_ipsec_sa_create() silently ignores the esn flag and creates an SA with a regular sequence number. -- You are receiving this mail because: You are on the CC list for the bug.

[lng-odp] [Bug 3998] IPsec extended sequence number support is missing

2018-09-11 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3998 --- Comment #4 from Bill Fischofer --- Sorry, make that RFC 4304 in the above comment. -- You are receiving this mail because: You are on the CC list for the bug.

[lng-odp] [Bug 3998] IPsec extended sequence number support is missing

2018-09-11 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3998 --- Comment #3 from Bill Fischofer --- Per RFC 4303, ESNs are optional in IPsec and must be negotiated by IKE. The odp_ipsec_sa_opt_t has an esn bit, requesting that the SA be created with ESN support. The expected behavior is for the

[lng-odp] [Bug 3998] IPsec extended sequence number support is missing

2018-09-11 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3998 --- Comment #2 from Dmitry Eremin-Solenikov --- ESN is a tricky part of the standard, especially "retry the high bits". It does not play well with the ODP crypto part. I will work on implementing ESN support, but it will take time. Related question:

[lng-odp] [Bug 3999] IPsec antireplay check drops packets when sequence number jumps.

2018-09-11 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3999 --- Comment #2 from Dmitry Eremin-Solenikov --- Proposed fix: https://github.com/Linaro/odp/pull/697 -- You are receiving this mail because: You are on the CC list for the bug.

[lng-odp] [Bug 3987] scheduler_test_wait_time failure on multiple architectures

2018-09-09 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3987 Bill Fischofer changed: What|Removed |Added CC||bill.fischo...@linaro.org

[lng-odp] [Bug 3990] spsc queues fail on ppc64le

2018-09-09 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3990 Bill Fischofer changed: What|Removed |Added Assignee|bill.fischo...@linaro.org |petri.savolai...@linaro.org --- Comment #2

[lng-odp] [Bug 3999] IPsec antireplay check drops packets when sequence number jumps.

2018-09-07 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3999 Bill Fischofer changed: What|Removed |Added CC||bill.fischo...@linaro.org

[lng-odp] [Bug 3999] New: IPsec antireplay check drops packets when sequence number jumps.

2018-09-07 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3999 Bug ID: 3999 Summary: IPsec antireplay check drops packets when sequence number jumps. Product: OpenDataPlane - linux- generic reference Version: master Hardware: x86

[lng-odp] [Bug 3998] IPsec extended sequence number support is missing

2018-09-07 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3998 Bill Fischofer changed: What|Removed |Added Assignee|maxim.uva...@linaro.org |dmitry.ereminsolenikov@lina

[lng-odp] [Bug 3998] New: IPsec extended sequence number support is missing

2018-09-07 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3998 Bug ID: 3998 Summary: IPsec extended sequence number support is missing Product: OpenDataPlane - linux- generic reference Version: master Hardware: Other OS: Linux

[lng-odp] [Bug 3983] Compile fails on OpenSuSE 42.2 Leap with error: negative width in bit field '__error_if_negative'

2018-09-05 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3983 --- Comment #12 from Maxim Uvarov --- https://github.com/Linaro/odp/commit/6d48d7f7f684b8aa87f7eb4f922d45be345ed771 refs/heads/master 2018-09-05T17:53:49+03:00 Maxim Uvarov maxim.uva...@linaro.org abi: align ODP_CPUMASK_SIZE with kernel cpu_set_t

[lng-odp] [Bug 3987] scheduler_test_wait_time failure on multiple architectures

2018-09-04 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3987 Dmitry Eremin-Solenikov changed: What|Removed |Added Summary|scheduler_test_wait_time|scheduler_test_wait_time

[lng-odp] [Bug 3987] scheduler_test_wait_time failure on ix86/amd64

2018-09-04 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3987 Dmitry Eremin-Solenikov changed: What|Removed |Added Component|Scheduler |General ODP --- Comment #3 from

[lng-odp] [Bug 3988] system tests failure on PPA builder

2018-09-04 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3988 --- Comment #1 from Dmitry Eremin-Solenikov --- It looks like on PPA machines /proc/cpuinfo is not fully compatible with what ODP expects: processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 60 model name :

[lng-odp] [Bug 3990] spsc queues fail on ppc64le

2018-09-04 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3990 --- Comment #1 from Dmitry Eremin-Solenikov --- Test: queue_test_burst_spsc ...FAILED 1. queue.c:308 - ev != ODP_EVENT_INVALID 2. queue.c:308 - ev != ODP_EVENT_INVALID 3. queue.c:308 - ev != ODP_EVENT_INVALID 4. queue.c:308 - ev

[lng-odp] [Bug 3990] New: spsc queues fail on ppc64le

2018-09-04 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3990 Bug ID: 3990 Summary: spsc queues fail on ppc64le Product: OpenDataPlane - linux- generic reference Version: master Hardware: Other OS: Linux Status: UNCONFIRMED

[lng-odp] [Bug 3987] scheduler_test_wait_time failure on ix86/amd64

2018-09-04 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3987 --- Comment #2 from Dmitry Eremin-Solenikov --- Test: timer_test_sched_queue ...timer.c:261:timer_test_queue_type(): Timer pool parameters: timer.c:262:timer_test_queue_type(): res_ns 2000 timer.c:263:timer_test_queue_type(): min_tmo

[lng-odp] [Bug 3987] scheduler_test_wait_time failure on ix86/amd64

2018-09-04 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3987 --- Comment #1 from Dmitry Eremin-Solenikov --- Same environment (PPA builder) has generated following related test failure: Test: time_test_wait_ns ...Exceed upper limit: diff is 3022303549, upper_limit 298000 FAILED 1. time.c:417 -

[lng-odp] [Bug 3942] SCTP checksumming missing from outbound IPsec processing

2018-09-03 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3942 Maxim Uvarov changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[lng-odp] [Bug 3989] New: odp_system_info_init() issues

2018-09-03 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3989 Bug ID: 3989 Summary: odp_system_info_init() issues Product: OpenDataPlane - linux- generic reference Version: master Hardware: Other OS: Linux Status: UNCONFIRMED

[lng-odp] [Bug 3942] SCTP checksumming missing from outbound IPsec processing

2018-09-03 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3942 --- Comment #2 from Dmitry Eremin-Solenikov --- Maxim, it looks like this issue can be closed now. -- You are receiving this mail because: You are on the CC list for the bug.

[lng-odp] [Bug 3987] New: scheduler_test_wait_time failure on ix86/amd64

2018-09-03 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3987 Bug ID: 3987 Summary: scheduler_test_wait_time failure on ix86/amd64 Product: OpenDataPlane - linux- generic reference Version: master Hardware: Other OS: Linux Status:

[lng-odp] [Bug 3986] New: Generic failure on PPC64el

2018-09-03 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3986 Bug ID: 3986 Summary: Generic failure on PPC64el Product: OpenDataPlane - linux- generic reference Version: master Hardware: Other OS: Linux Status: UNCONFIRMED

[lng-odp] [Bug 3983] Compile fails on OpenSuSE 42.2 Leap with error: negative width in bit field '__error_if_negative'

2018-08-30 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3983 --- Comment #11 from Robert Perper --- Just as a note, I ran into this same problem with OpenSuSE Leap 42.3 as well as 42.2. Thanks, Bob -- You are receiving this mail because: You are on the CC list for the bug.

[lng-odp] [Bug 3983] Compile fails on OpenSuSE 42.2 Leap with error: negative width in bit field '__error_if_negative'

2018-08-30 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3983 Maxim Uvarov changed: What|Removed |Added CC||petri.savolai...@linaro.org --- Comment #10

[lng-odp] [Bug 3983] Compile fails on OpenSuSE 42.2 Leap with error: negative width in bit field '__error_if_negative'

2018-08-30 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3983 --- Comment #9 from Robert Perper --- Fixed! On Thu, Aug 30, 2018 at 10:57 AM wrote: > Maxim Uvarov changed bug 3983 > > What Removed Added > CC maxim.uva...@linaro.org > > *Comment # 7

[lng-odp] [Bug 3983] Compile fails on OpenSuSE 42.2 Leap with error: negative width in bit field '__error_if_negative'

2018-08-30 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3983 --- Comment #8 from Robert Perper --- Dmitry, That appears to work! I hope you'll be including that in a future patch... Thanks, Bob Perper rper...@litespeedtech.com -- You are receiving this mail because: You are on the CC list for the bug.

[lng-odp] [Bug 3983] Compile fails on OpenSuSE 42.2 Leap with error: negative width in bit field '__error_if_negative'

2018-08-30 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3983 Maxim Uvarov changed: What|Removed |Added CC||maxim.uva...@linaro.org --- Comment #7 from

[lng-odp] [Bug 3983] Compile fails on OpenSuSE 42.2 Leap with error: negative width in bit field '__error_if_negative'

2018-08-30 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3983 --- Comment #6 from Robert Perper --- All requested information has been attached to the bug. Please let me know if you need anything else. Thanks, Bob Perper rper...@litespeedtech.com On Wed, Aug 29, 2018 at 5:28 PM wrote: > Dmitry

[lng-odp] [Bug 3983] Compile fails on OpenSuSE 42.2 Leap with error: negative width in bit field '__error_if_negative'

2018-08-30 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3983 --- Comment #5 from Robert Perper --- Please let me know if you need anything else. Thanks, Bob Perper rper...@litespeedtech.com -- You are receiving this mail because: You are on the CC list for the bug.

[lng-odp] [Bug 3983] Compile fails on OpenSuSE 42.2 Leap with error: negative width in bit field '__error_if_negative'

2018-08-30 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3983 --- Comment #4 from Robert Perper --- The stdout and sterr from the build (the build log): Making all in include make[1]: Entering directory '/home/user/space/odp/include' make all-am make[2]: Entering directory '/home/user/space/odp/include' make -C

[lng-odp] [Bug 3983] Compile fails on OpenSuSE 42.2 Leap with error: negative width in bit field '__error_if_negative'

2018-08-30 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3983 --- Comment #3 from Robert Perper --- Created attachment 985 --> https://bugs.linaro.org/attachment.cgi?id=985=edit config.log -- You are receiving this mail because: You are on the CC list for the bug.

[lng-odp] [Bug 3983] Compile fails on OpenSuSE 42.2 Leap with error: negative width in bit field '__error_if_negative'

2018-08-29 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3983 Dmitry Eremin-Solenikov changed: What|Removed |Added CC||dmitry.ereminsolenikov@lina

[lng-odp] [Bug 3983] New: Compile fails on OpenSuSE 42.2 Leap with error: negative width in bit field '__error_if_negative'

2018-08-29 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3983 Bug ID: 3983 Summary: Compile fails on OpenSuSE 42.2 Leap with error: negative width in bit field '__error_if_negative' Product: ODP-OVS Version: unspecified Hardware: x86

[lng-odp] [Bug 3774] Shmem validation test runs indefinitely with 1GB huge pages

2018-08-28 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3774 --- Comment #13 from Josep Puigdemont --- A patch that fixes/mitigates this issue can be found here: https://github.com/joseppc/odp/tree/fix/cache_huge_pages This patch will pre-allocate huge pages at init time and never release them to the kernel

[lng-odp] [Bug 3971] seg[0].data MUST return to its initial value on odp_packet_reset

2018-08-23 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3971 Maxim Uvarov changed: What|Removed |Added CC||maxim.uva...@linaro.org --- Comment #2 from

[lng-odp] [Bug 3954] shm allocator considered wasteful

2018-08-23 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3954 Maxim Uvarov changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever confirmed|0

[lng-odp] [Bug 3774] Shmem validation test runs indefinitely with 1GB huge pages

2018-08-21 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3774 --- Comment #12 from Matias Elo --- Hi, I'm currently on vacation with limited access to email. I'll be returning to office on September 3rd. Best regards, Matias Elo -- You are receiving this mail because: You are on the CC list for the bug.

[lng-odp] [Bug 3774] Shmem validation test runs indefinitely with 1GB huge pages

2018-08-21 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3774 --- Comment #11 from Josep Puigdemont --- The issue here seems to be the same as for bug 3867. When allocating a huge page, the kernel zeroes it out before handing it over to user space, and this is one of the causes of the delays. Another cause is

[lng-odp] [Bug 3958] Maximum number of scheduling groups is restricting and unintuitively retrieved

2018-08-20 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3958 Bill Fischofer changed: What|Removed |Added Assignee|bogdan.pric...@linaro.org |bala.manoha...@linaro.org -- You are

[lng-odp] [Bug 3971] seg[0].data MUST return to its initial value on odp_packet_reset

2018-08-19 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3971 Bill Fischofer changed: What|Removed |Added Assignee|bill.fischo...@linaro.org |petri.savolai...@linaro.org --- Comment #1

[lng-odp] [Bug 3971] New: seg[0].data MUST return to its initial value on odp_packet_reset

2018-08-19 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3971 Bug ID: 3971 Summary: seg[0].data MUST return to its initial value on odp_packet_reset Product: OpenDataPlane - linux- generic reference Version: v1.15.0.0 Hardware: All

[lng-odp] [Bug 3958] New: Maximum number of scheduling groups is restricting and unintuitively retrieved

2018-08-01 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3958 Bug ID: 3958 Summary: Maximum number of scheduling groups is restricting and unintuitively retrieved Product: OpenDataPlane - linux- generic reference Version: master Hardware:

[lng-odp] [Bug 3954] New: shm allocator considered wasteful

2018-07-26 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3954 Bug ID: 3954 Summary: shm allocator considered wasteful Product: OpenDataPlane - linux- generic reference Version: v1.15.0.0 Hardware: Other OS: Linux Status:

[lng-odp] [Bug 3941] link issue with llmv linker

2018-07-24 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3941 --- Comment #7 from Peter Smith --- One thing I seem to remember about libtool was that it had some problems with LLD due it it not identifying as a GNU tool in the version string. I think that was fixed by making adding (compatible with GNU linkers)

[lng-odp] [Bug 3774] Shmem validation test runs indefinitely with 1GB huge pages

2018-07-20 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3774 --- Comment #10 from Matias Elo --- I timed shmem test runs with both 2MB and 1GB pages (28 thread system): 2MB pages - Run Summary:Type Total Ran Passed Failed Inactive suites 1 1 n/a 00

[lng-odp] [Bug 3941] link issue with llmv linker

2018-07-19 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3941 --- Comment #6 from Maxim Uvarov --- host-triplet: x86_64-pc-linux-gnu shell: /bin/bash compiler: clang compiler flags: -g -O2 -pthread -W -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes

[lng-odp] [Bug 3941] link issue with llmv linker

2018-07-19 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3941 --- Comment #5 from Maxim Uvarov --- I think it's the same. And I do not see that debug file creates. Command is: odp.git/platform/linux-generic$ ../../libtool --tag=CC --mode=link clang -fuse-ld=lld --reproduce=clangdebug

[lng-odp] [Bug 3941] link issue with llmv linker

2018-07-12 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3941 Peter Smith changed: What|Removed |Added CC||peter.sm...@linaro.org --- Comment #4 from

[lng-odp] [Bug 3941] link issue with llmv linker

2018-07-12 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3941 Maxim Uvarov changed: What|Removed |Added CC||maxim.kuvyr...@linaro.org, |

[lng-odp] [Bug 3942] SCTP checksumming missing from outbound IPsec processing

2018-07-11 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3942 Bill Fischofer changed: What|Removed |Added CC||bill.fischo...@linaro.org

[lng-odp] [Bug 3941] link issue with llmv linker

2018-07-11 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3941 Dmitry Eremin-Solenikov changed: What|Removed |Added CC||dmitry.ereminsolenikov@lina

[lng-odp] [Bug 3942] New: SCTP checksumming missing from outbound IPsec processing

2018-07-11 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3942 Bug ID: 3942 Summary: SCTP checksumming missing from outbound IPsec processing Product: OpenDataPlane - linux- generic reference Version: master Hardware: Other

[lng-odp] [Bug 3941] link issue with llmv linker

2018-07-10 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3941 Bill Fischofer changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED CC|

[lng-odp] [Bug 3941] New: link issue with llmv linker

2018-07-10 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3941 Bug ID: 3941 Summary: link issue with llmv linker Product: OpenDataPlane - linux- generic reference Version: master Hardware: Other OS: Linux Status: UNCONFIRMED

[lng-odp] [Bug 3787] Timeout accuracy breaks down with odd resolution requests

2018-06-21 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3787 Bill Fischofer changed: What|Removed |Added CC||bill.fischo...@linaro.org

[lng-odp] [Bug 3787] Timeout accuracy breaks down with odd resolution requests

2018-06-19 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3787 --- Comment #3 from Maxim Uvarov --- https://github.com/Linaro/odp/commit/a01d17348d6c34457a415935e702a24257adcf8a refs/heads/master 2018-06-19T15:38:04+03:00 Petri Savolainen petri.savolai...@linaro.org example: timer_accuracy: convert full nsec time

[lng-odp] [Bug 3836] JATMA (jet another timer_main assert)

2018-06-14 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3836 Bill Fischofer changed: What|Removed |Added CC||bill.fischo...@linaro.org

[lng-odp] [Bug 3787] Timeout accuracy breaks down with odd resolution requests

2018-06-14 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3787 --- Comment #2 from Josep Puigdemont --- There is no problem with ODP timers, the timers are delivered at the expected tick. It is in fact the test application that is at fault here, which does not calculate the tick correctly. In the proposed

[lng-odp] [Bug 3787] Timeout accuracy breaks down with odd resolution requests

2018-06-14 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3787 Josep Puigdemont changed: What|Removed |Added CC||josep.puigdem...@linaro.org --- Comment #1

[lng-odp] [Bug 3879] example/l2fwd_simple fails on some systems when using 1GB huge pages

2018-06-07 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3879 Bill Fischofer changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

  1   2   3   4   5   6   7   8   9   10   >