numam-dpdk/examples/qos_sched
Jasvinder Singh 96b5077cfa examples/qos_sched: fix uninitialized config
Fix problem with uninitialized rx/tx deferred_start flags of the struct
rte_eth_rxconf/txconf by initializing with 0 value (deferred start of
the rx/tx queues is turned off). This setting allows device rx/tx
queues to start with rte_eth_dev_start().

Coverity issue: 194999, 195009
Fixes: de3cfa2c98 ("sched: initial import")
Cc: stable@dpdk.org

Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
2017-10-24 23:58:14 +02:00
..
app_thread.c ring: return remaining entry count when dequeuing 2017-03-29 22:32:20 +02:00
args.c ethdev: increase port id range 2017-10-06 18:23:25 +02:00
cfg_file.c examples/qos_sched: remove duplicated cfgfile library 2015-10-22 18:09:36 +02:00
cfg_file.h examples/qos_sched: remove duplicated cfgfile library 2015-10-22 18:09:36 +02:00
cmdline.c examples: fix port id type 2017-10-13 21:57:49 +02:00
init.c examples/qos_sched: fix uninitialized config 2017-10-24 23:58:14 +02:00
main.c ethdev: increase port id range 2017-10-06 18:23:25 +02:00
main.h ethdev: increase port id range 2017-10-06 18:23:25 +02:00
Makefile fix typos using codespell utility 2017-06-14 23:54:13 +02:00
profile_ov.cfg remove trailing whitespaces 2014-06-11 00:29:34 +02:00
profile.cfg doc: drop old naming of the project 2016-02-10 15:47:51 +01:00
stats.c ethdev: increase port id range 2017-10-06 18:23:25 +02:00