numam-dpdk/lib
Jean Dao 23e4bf20a1 log: fix log level check
According to the api, rte_log() / rte_vlog() are supposed to check the log level
and type but they were not doing so. This check was only done in the RTE_LOG
macro while this macro is only there to remove log messages at build time.

rte_log() always calls rte_vlog(), so do the check in rte_vlog() only.

Signed-off-by: Jean Dao <jean.dao@6wind.com>
Signed-off-by: David Marchand <david.marchand@6wind.com>
2015-04-28 16:16:30 +02:00
..
librte_acl acl: use setjmp/longjmp to handle alloc failures at build phase 2015-04-28 11:55:03 +02:00
librte_cfgfile mk: add library version extension 2015-02-03 16:56:58 +01:00
librte_cmdline cmdline: fix parameter type 2015-03-04 11:19:37 +01:00
librte_compat mk: add library version extension 2015-02-03 16:56:58 +01:00
librte_distributor tailq: move to dynamic tailq 2015-03-10 12:06:08 +01:00
librte_eal log: fix log level check 2015-04-28 16:16:30 +02:00
librte_ether mbuf: add accessors for data room and private size 2015-04-28 11:07:59 +02:00
librte_hash hash: fix strict-aliasing for CRC 2015-03-26 22:27:51 +01:00
librte_ip_frag tailq: remove unneeded inclusions 2015-03-10 11:47:46 +01:00
librte_ivshmem mk: add library version extension 2015-02-03 16:56:58 +01:00
librte_jobstats jobstats: new library 2015-02-24 22:12:35 +01:00
librte_kni kni: optimize Rx burst 2015-02-24 02:26:24 +01:00
librte_kvargs kvargs: fix freeing behaviour for null 2015-03-04 11:19:37 +01:00
librte_lpm eal/x86: move header file for vector instructions 2015-03-20 19:24:38 +01:00
librte_malloc eal: fix type casting of value to align 2015-03-17 00:46:01 +01:00
librte_mbuf mbuf: allow to clone an indirect mbuf 2015-04-28 11:35:53 +02:00
librte_mempool tailq: move to dynamic tailq 2015-03-10 12:06:08 +01:00
librte_meter mk: add library version extension 2015-02-03 16:56:58 +01:00
librte_net net: remove unneeded include 2015-04-23 15:11:12 +02:00
librte_pipeline pipeline: fix port meta for non-default entries 2015-02-24 02:01:13 +01:00
librte_pmd_af_packet mbuf: add accessors for data room and private size 2015-04-28 11:07:59 +02:00
librte_pmd_bond apps: use helper to create mbuf pools 2015-04-28 11:34:10 +02:00
librte_pmd_e1000 mbuf: add accessors for data room and private size 2015-04-28 11:07:59 +02:00
librte_pmd_enic enic: remove use of old flow director struct 2015-04-28 14:11:56 +02:00
librte_pmd_fm10k mbuf: add accessors for data room and private size 2015-04-28 11:07:59 +02:00
librte_pmd_i40e mbuf: add accessors for data room and private size 2015-04-28 11:07:59 +02:00
librte_pmd_ixgbe mbuf: add accessors for data room and private size 2015-04-28 11:07:59 +02:00
librte_pmd_mlx4 pci: make device id tables const 2015-04-20 19:58:54 +02:00
librte_pmd_null ethdev: make dev_ops const 2015-04-13 22:50:10 +02:00
librte_pmd_pcap mbuf: add accessors for data room and private size 2015-04-28 11:07:59 +02:00
librte_pmd_ring ethdev: make dev_ops const 2015-04-13 22:50:10 +02:00
librte_pmd_virtio pci: make device id tables const 2015-04-20 19:58:54 +02:00
librte_pmd_vmxnet3 mbuf: add accessors for data room and private size 2015-04-28 11:07:59 +02:00
librte_pmd_xenvirt ethdev: make dev_ops const 2015-04-13 22:50:10 +02:00
librte_port mbuf: remove build option to disable refcnt 2015-02-23 19:31:24 +01:00
librte_power mk: add library version extension 2015-02-03 16:56:58 +01:00
librte_reorder tailq: move to dynamic tailq 2015-03-10 12:06:08 +01:00
librte_ring tailq: move to dynamic tailq 2015-03-10 12:06:08 +01:00
librte_sched mk: add library version extension 2015-02-03 16:56:58 +01:00
librte_table table: fix crash during key overload 2015-03-26 22:33:41 +01:00
librte_timer tailq: remove unneeded inclusions 2015-03-10 11:47:46 +01:00
librte_vhost vhost: fix file struct leakage 2015-03-26 22:33:41 +01:00
Makefile null: new poll mode driver 2015-02-26 00:31:45 +01:00