numam-dpdk/drivers/net
Yuanhan Liu 36ea36efb4 virtio: fix query of legacy features
Declare dst as type uint32_t instead of uint64_t, otherwise, we will get
a random upper 32 bit feature bits, as the following io port read reads
lower 32 bit only. It could lead a feature bits that include VIRTIO_F_VERSION_1
(the 32th bit) for legacy virtio, which is obviously wrong.

Fixes: b8f04520ad ("virtio: use PCI ioport API")

Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Acked-by: Jianfeng Tan <jianfeng.tan@intel.com>
Reviewed-by: David Marchand <david.marchand@6wind.com>
2016-03-14 23:16:15 +01:00
..
af_packet af_packet: set input port in mbuf 2015-12-10 22:07:06 +01:00
bnx2x mbuf: get DMA address 2016-03-04 16:01:15 +01:00
bonding remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
cxgbe mbuf: get DMA address 2016-03-04 16:01:15 +01:00
e1000 ethdev: add vlan type when setting ether type 2016-03-11 22:21:06 +01:00
enic remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
fm10k remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
i40e i40e: add tunnel filter for IP in GRE 2016-03-13 15:27:20 +01:00
ixgbe ixgbe: offload VxLAN and NVGRE Tx checksum on X550 2016-03-13 11:52:58 +01:00
mlx4 ethdev: rename UDP tunnel port functions 2016-03-13 11:44:33 +01:00
mlx5 mlx5: increase RETA table size 2016-03-03 20:39:47 +01:00
mpipe remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
nfp mbuf: get DMA address 2016-03-04 16:01:15 +01:00
null null: remove fake pci interface 2015-11-03 18:46:52 +01:00
pcap mk: fix shared library dependencies of drivers 2015-12-06 22:15:14 +01:00
ring ring: fix memory leak when detaching 2015-11-23 23:51:14 +01:00
szedata2 mk: fix shared library dependencies of drivers 2015-12-06 22:15:14 +01:00
virtio virtio: fix query of legacy features 2016-03-14 23:16:15 +01:00
vmxnet3 mbuf: get DMA address 2016-03-04 16:01:15 +01:00
xenvirt mbuf: get DMA address 2016-03-04 16:01:15 +01:00
Makefile mk: replace the combined library with a linker script 2016-03-01 14:37:27 +01:00