Branch: refs/heads/master
  Home:   https://github.com/Linaro/odp
  Commit: 0ee8255c2555ed68721ea5e7679f26a2e53bd8b8
      
https://github.com/Linaro/odp/commit/0ee8255c2555ed68721ea5e7679f26a2e53bd8b8
  Author: Petri Savolainen <petri.savolai...@linaro.org>
  Date:   2018-05-14 (Mon, 14 May 2018)

  Changed paths:
    M example/classifier/odp_classifier.c
    M example/generator/odp_generator.c
    M example/ipsec/odp_ipsec.c
    M example/ipsec_api/odp_ipsec.c
    M example/l2fwd_simple/odp_l2fwd_simple.c
    M example/packet/odp_pktio.c
    M example/switch/odp_switch.c
    M example/time/time_global_test.c
    M example/timer/odp_timer_test.c
    M helper/include/odp/helper/threads.h
    M helper/test/odpthreads.c
    M helper/threads.c
    M platform/linux-generic/test/mmap_vlan_ins/mmap_vlan_ins.c
    M test/common/odp_cunit_common.c
    M test/performance/odp_bench_packet.c
    M test/performance/odp_crypto.c
    M test/performance/odp_ipsec.c
    M test/performance/odp_l2fwd.c
    M test/performance/odp_pktio_ordered.c
    M test/performance/odp_pktio_perf.c
    M test/performance/odp_sched_latency.c
    M test/performance/odp_sched_pktio.c
    M test/performance/odp_scheduling.c

  Log Message:
  -----------
  helper: thread: don't use getopt library

Don't use getopt library calls for helper options. Getopt
library reset is not portable in practice. Library interface
includes global variables and different internal state
variables depending on POSIX version. There's no need for helper
to use getopt calls or set getopt global variables at all. It's
much more simple (and portable) to remove helper options from
argv[] and return new value for argc.

Signed-off-by: Petri Savolainen <petri.savolai...@linaro.org>
Reviewed-by: Dmitry Eremin-Solenikov <dmitry.ereminsoleni...@linaro.org>
Signed-off-by: Maxim Uvarov <maxim.uva...@linaro.org>



      **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.

Reply via email to