[dpdk-dev] [git pull] virtio changes for 17.11-rc1

Thomas Monjalon thomas at monjalon.net
Sat Oct 7 16:57:47 CEST 2017


07/10/2017 16:37, Thomas Monjalon:
> 06/10/2017 08:45, Yuanhan Liu:
> > Hi Thomas,
> > 
> > Please consider pulling following virtio changes for 17.11-rc1 at
> >     git://dpdk.org/next/dpdk-next-virtio    master
> 
> There is a compilation error on ARM with
> "net/virtio: rationalize setting of Rx/Tx handlers"
> An include of rte_cpuflags.h is missing.
> 
> There is also an error seen by clang in
> "vhost-user: add support to IOTLB miss slave requests"
> 	implicit conversion from enumeration type 'enum VhostUserSlaveRequest'
> 	to different enumeration type 'VhostUserRequest'
> 
> This last error may be a real issue because VHOST_USER_SLAVE_IOTLB_MSG in
> VhostUserSlaveRequest can be understood as VHOST_USER_GET_FEATURES in
> VhostUserRequest.
> 
> Please advise

One more error with 32-bit compilation this time:
"vhost: postpone device creation until ring are mapped"
lib/librte_vhost/vhost.c:147:13: error:
cast to pointer from integer of different size

Please work together to have a tree which can be compiled for
ARM and x86, 32-bit or 64-bit, with gcc or clang.


More information about the dev mailing list