numam-dpdk/lib
Vijayakumar Muthuvel Manickam 3ed4e9735a virtio: fix 32-bit build for 64-bit kernel
virtio_net_hdr_mem member within virtqueue structure stores a
physical address and is defined as void ptr. When 32bit pmd is used
with 64bit kernel this leads to truncation of 64bit physical address
and pkt i/o does not work.
Changed virtio_net_hdr_mem to phys_addr_t type and
removed the typecasts

Signed-off-by: Vijayakumar Muthuvel Manickam <mmvijay@gmail.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2014-07-22 15:00:00 +02:00
..
librte_acl acl: fix header include for intrinsics 2014-07-19 01:54:01 +02:00
librte_cfgfile
librte_cmdline
librte_distributor
librte_eal igb_uio: fix build with kernel older than 3.3 2014-07-22 15:00:00 +02:00
librte_ether
librte_hash
librte_ip_frag
librte_ivshmem
librte_kni
librte_kvargs
librte_lpm
librte_malloc
librte_mbuf
librte_mempool
librte_meter
librte_net
librte_pipeline
librte_pmd_bond bond: fix variable initialization 2014-07-19 01:53:38 +02:00
librte_pmd_e1000
librte_pmd_i40e i40e/base: disable some clang warnings 2014-07-19 01:54:12 +02:00
librte_pmd_ixgbe ixgbe/base: disable some clang warnings 2014-07-19 01:54:07 +02:00
librte_pmd_pcap
librte_pmd_ring
librte_pmd_virtio virtio: fix 32-bit build for 64-bit kernel 2014-07-22 15:00:00 +02:00
librte_pmd_vmxnet3 vmxnet3/base: disable some clang warnings 2014-07-19 01:54:15 +02:00
librte_pmd_xenvirt
librte_port port: fix doxygen comment 2014-07-16 09:45:47 +02:00
librte_power
librte_ring
librte_sched
librte_table
librte_timer
Makefile