numam-dpdk/lib
Ferruh Yigit e274c5f024 kni: fix possible deadlock
netif_rx() should be used in interrupt context. Replace it with
netif_rx_ni() which is safe to use in process context.

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
2016-04-07 19:30:16 +02:00
..
librte_acl remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
librte_cfgfile cfgfile: support looking up sections by index 2016-02-29 11:28:31 +01:00
librte_cmdline cmdline: bump library version 2016-03-09 16:13:14 +01:00
librte_compat compat: remove unneeded macro 2015-06-29 16:41:23 +02:00
librte_cryptodev cryptodev: remove experimental label 2016-04-06 19:00:57 +02:00
librte_distributor distributor: remove inclusion of mbuf header 2015-05-11 15:36:37 +02:00
librte_eal kni: fix possible deadlock 2016-04-07 19:30:16 +02:00
librte_ether ethdev: fix unchecked return value 2016-04-07 19:11:16 +02:00
librte_hash hash: fix race condition at creation 2016-04-06 17:30:51 +02:00
librte_ip_frag remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
librte_ivshmem ivshmem: fix race condition 2016-04-01 15:36:32 +02:00
librte_jobstats jobstats: add abort function 2016-02-29 11:22:53 +01:00
librte_kni lib: remove keyword extern for functions 2016-01-28 18:40:46 +01:00
librte_kvargs remove unneeded tests for NULL when freeing 2016-01-27 15:34:48 +01:00
librte_lpm lpm: fix allocation of an existing object 2016-04-06 17:30:06 +02:00
librte_mbuf ixgbe: offload VxLAN and NVGRE Rx checksum on X550 2016-03-13 11:52:52 +01:00
librte_mempool mempool: fix leak when creation fails 2016-02-19 16:17:45 +01:00
librte_meter mk: fix missing libm dependencies 2016-03-22 20:42:47 +01:00
librte_net net: fix build with gcc 4.4.7 and strict aliasing 2015-11-25 22:11:37 +01:00
librte_pipeline pipeline: add new functions for action handlers 2016-03-10 01:29:42 +01:00
librte_port port: clean up 2016-04-01 23:08:25 +02:00
librte_power config: remove useless explicit includes of generated header 2016-02-10 22:43:38 +01:00
librte_reorder reorder: allow random number as starting point 2015-06-22 22:20:12 +02:00
librte_ring ring: fix deadlock in zero object multi enqueue or dequeue 2016-03-22 17:55:16 +01:00
librte_sched sched: eliminate floating point in calculating byte clock 2016-03-13 23:31:59 +01:00
librte_table lpm: add a new config structure for IPv4 2016-03-09 23:05:05 +01:00
librte_timer timer: fix race condition 2015-08-03 12:43:01 +02:00
librte_vhost vhost: fix error handling in destroy 2016-04-06 12:27:57 +02:00
Makefile mbuf_offload: remove library 2016-03-10 21:08:28 +01:00