[lng-odp] [Linaro/odp] cc6d68: test: ipsec: fix link order

2018-07-05 Thread GitHub
  Branch: refs/heads/tigermoth_lts
  Home:   https://github.com/Linaro/odp
  Commit: cc6d68e1dcf0f4f9b8b7442a4739288892fcb345
  
https://github.com/Linaro/odp/commit/cc6d68e1dcf0f4f9b8b7442a4739288892fcb345
  Author: Petri Savolainen 
  Date:   2018-05-10 (Thu, 10 May 2018)

  Changed paths:
M test/validation/api/ipsec/Makefile.am

  Log Message:
  ---
  test: ipsec: fix link order

In LDADD a library using another library, must become before that
library. An application library uses ODP, so it must become before
ODP library.

Signed-off-by: Petri Savolainen 
Reviewed-by: Bill Fischofer 
Reviewed-by: Dmitry Eremin-Solenikov 
Signed-off-by: Maxim Uvarov 


  Commit: f49289a7f621ffe5c981caa8531623d9e0a4abd9
  
https://github.com/Linaro/odp/commit/f49289a7f621ffe5c981caa8531623d9e0a4abd9
  Author: Petri Savolainen 
  Date:   2018-05-10 (Thu, 10 May 2018)

  Changed paths:
M platform/linux-generic/Makefile.am
R platform/linux-generic/include/odp_buffer_inlines.h
M platform/linux-generic/include/odp_buffer_internal.h
M platform/linux-generic/include/odp_packet_internal.h
M platform/linux-generic/odp_buffer.c
M platform/linux-generic/odp_event.c
M platform/linux-generic/odp_ipsec_events.c
M platform/linux-generic/odp_pool.c
M platform/linux-generic/odp_queue_basic.c
M platform/linux-generic/odp_queue_scalable.c
M platform/linux-generic/odp_schedule_basic.c
M platform/linux-generic/odp_schedule_scalable.c
M platform/linux-generic/odp_timer.c

  Log Message:
  ---
  linux-gen: buffer: remove buffer_inlines header file

Moved odp_buffer_inlines.h content to odp_buffer_internal.h
and removed the file. Other xxx_inlines.h headers do not
contain internal functions but only code for API function
inlining.

Signed-off-by: Petri Savolainen 
Reviewed-by: Bill Fischofer 
Reviewed-by: Dmitry Eremin-Solenikov 
Signed-off-by: Maxim Uvarov 


  Commit: 3abbe8b729310d29b9a2c84a7d7a11771513908d
  
https://github.com/Linaro/odp/commit/3abbe8b729310d29b9a2c84a7d7a11771513908d
  Author: Petri Savolainen 
  Date:   2018-05-10 (Thu, 10 May 2018)

  Changed paths:
M platform/linux-generic/Makefile.am
M platform/linux-generic/include-abi/odp/api/abi/event.h
A platform/linux-generic/include/odp/api/plat/buffer_inline_types.h
A platform/linux-generic/include/odp/api/plat/event_inlines.h
M platform/linux-generic/odp_buffer.c
M platform/linux-generic/odp_event.c
A platform/linux-generic/odp_event_api.c

  Log Message:
  ---
  linux-gen: event: inline event_type function

Inline odp_event_type() as an example how current inline
mechanism can be simplified. Only one file is needed for inline
function definitions (xxx_inlines.h) and _ODP_NO_INLINE macro
selects when non-inlined implementation is needed (only by
xxx_api.c files). Implementation uses internally always inlined
functions. Inlined function name is changed with macro from
odp_foo() to __odp_foo().

Signed-off-by: Petri Savolainen 
Reviewed-by: Bill Fischofer 
Reviewed-by: Dmitry Eremin-Solenikov 
Signed-off-by: Maxim Uvarov 


  Commit: 11207ff1e211658bfb44c635423ae818a0654239
  
https://github.com/Linaro/odp/commit/11207ff1e211658bfb44c635423ae818a0654239
  Author: Petri Savolainen 
  Date:   2018-05-10 (Thu, 10 May 2018)

  Changed paths:
M platform/linux-generic/odp_crypto.c
M platform/linux-generic/odp_ipsec_events.c
M platform/linux-generic/odp_packet.c
M platform/linux-generic/odp_timer.c

  Log Message:
  ---
  linux-gen: use inlined event type function

Implementation uses internally inlined version of event
functions.

Signed-off-by: Petri Savolainen 
Reviewed-by: Bill Fischofer 
Reviewed-by: Dmitry Eremin-Solenikov 
Signed-off-by: Maxim Uvarov 


  Commit: 49c671e80fd2c88b6f36337ebd1cd4748eb8bae1
  
https://github.com/Linaro/odp/commit/49c671e80fd2c88b6f36337ebd1cd4748eb8bae1
  Author: Ilias Apalodimas 
  Date:   2018-05-11 (Fri, 11 May 2018)

  Changed paths:
M .travis.yml
M configure.ac
M doc/users-guide/Makefile.am
A doc/users-guide/users-guide-utilities-examples.adoc
M doc/users-guide/users-guide.adoc
M platform/linux-generic/Makefile.am
M platform/linux-generic/include/odp_internal.h
M platform/linux-generic/include/odp_packet_io_internal.h
A platform/linux-generic/include/odp_pcapng.h
M platform/linux-generic/m4/configure.m4
A platform/linux-generic/m4/odp_pcapng.m4
M platform/linux-generic/odp_packet_io.c
A platform/linux-generic/odp_pcapng.c

  Log Message:
  ---
  odp: pktio: add pcapng capture capabilities

Introduce new fast pcap capture interface to odp.
How to test:
sudo mkdir /var/run/odp/
start the ODP application
sudo dd if=/var/run/odp/"pid"-ethX-flow-"queue" of=~/t.pcap

Signed-off-by: Ilias Apalodimas 
Reviewed-by: Bill Fischofer 
Signed-off-by: Maxim Uvarov 


  Commit: df1c292ed40d4c2c480917f1eab06a046c93c3b1
  

[lng-odp] [Linaro/odp] cc6d68: test: ipsec: fix link order

2018-05-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/Linaro/odp
  Commit: cc6d68e1dcf0f4f9b8b7442a4739288892fcb345
  
https://github.com/Linaro/odp/commit/cc6d68e1dcf0f4f9b8b7442a4739288892fcb345
  Author: Petri Savolainen 
  Date:   2018-05-10 (Thu, 10 May 2018)

  Changed paths:
M test/validation/api/ipsec/Makefile.am

  Log Message:
  ---
  test: ipsec: fix link order

In LDADD a library using another library, must become before that
library. An application library uses ODP, so it must become before
ODP library.

Signed-off-by: Petri Savolainen 
Reviewed-by: Bill Fischofer 
Reviewed-by: Dmitry Eremin-Solenikov 
Signed-off-by: Maxim Uvarov 


  Commit: f49289a7f621ffe5c981caa8531623d9e0a4abd9
  
https://github.com/Linaro/odp/commit/f49289a7f621ffe5c981caa8531623d9e0a4abd9
  Author: Petri Savolainen 
  Date:   2018-05-10 (Thu, 10 May 2018)

  Changed paths:
M platform/linux-generic/Makefile.am
R platform/linux-generic/include/odp_buffer_inlines.h
M platform/linux-generic/include/odp_buffer_internal.h
M platform/linux-generic/include/odp_packet_internal.h
M platform/linux-generic/odp_buffer.c
M platform/linux-generic/odp_event.c
M platform/linux-generic/odp_ipsec_events.c
M platform/linux-generic/odp_pool.c
M platform/linux-generic/odp_queue_basic.c
M platform/linux-generic/odp_queue_scalable.c
M platform/linux-generic/odp_schedule_basic.c
M platform/linux-generic/odp_schedule_scalable.c
M platform/linux-generic/odp_timer.c

  Log Message:
  ---
  linux-gen: buffer: remove buffer_inlines header file

Moved odp_buffer_inlines.h content to odp_buffer_internal.h
and removed the file. Other xxx_inlines.h headers do not
contain internal functions but only code for API function
inlining.

Signed-off-by: Petri Savolainen 
Reviewed-by: Bill Fischofer 
Reviewed-by: Dmitry Eremin-Solenikov 
Signed-off-by: Maxim Uvarov 


  Commit: 3abbe8b729310d29b9a2c84a7d7a11771513908d
  
https://github.com/Linaro/odp/commit/3abbe8b729310d29b9a2c84a7d7a11771513908d
  Author: Petri Savolainen 
  Date:   2018-05-10 (Thu, 10 May 2018)

  Changed paths:
M platform/linux-generic/Makefile.am
M platform/linux-generic/include-abi/odp/api/abi/event.h
A platform/linux-generic/include/odp/api/plat/buffer_inline_types.h
A platform/linux-generic/include/odp/api/plat/event_inlines.h
M platform/linux-generic/odp_buffer.c
M platform/linux-generic/odp_event.c
A platform/linux-generic/odp_event_api.c

  Log Message:
  ---
  linux-gen: event: inline event_type function

Inline odp_event_type() as an example how current inline
mechanism can be simplified. Only one file is needed for inline
function definitions (xxx_inlines.h) and _ODP_NO_INLINE macro
selects when non-inlined implementation is needed (only by
xxx_api.c files). Implementation uses internally always inlined
functions. Inlined function name is changed with macro from
odp_foo() to __odp_foo().

Signed-off-by: Petri Savolainen 
Reviewed-by: Bill Fischofer 
Reviewed-by: Dmitry Eremin-Solenikov 
Signed-off-by: Maxim Uvarov 


  Commit: 11207ff1e211658bfb44c635423ae818a0654239
  
https://github.com/Linaro/odp/commit/11207ff1e211658bfb44c635423ae818a0654239
  Author: Petri Savolainen 
  Date:   2018-05-10 (Thu, 10 May 2018)

  Changed paths:
M platform/linux-generic/odp_crypto.c
M platform/linux-generic/odp_ipsec_events.c
M platform/linux-generic/odp_packet.c
M platform/linux-generic/odp_timer.c

  Log Message:
  ---
  linux-gen: use inlined event type function

Implementation uses internally inlined version of event
functions.

Signed-off-by: Petri Savolainen 
Reviewed-by: Bill Fischofer 
Reviewed-by: Dmitry Eremin-Solenikov 
Signed-off-by: Maxim Uvarov 


Compare: https://github.com/Linaro/odp/compare/332877d51e77...11207ff1e211
  **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.