Re: [dpdk-dev] [PATCH v2] drivers/virtio: fix duplicate naming of include guard

2019-03-27 Thread Maxime Coquelin
On 3/21/19 11:09 AM, Andrius Sirvys wrote: "The macro name '_VHOST_NET_USER_H' of this include guard is used in 2 different header files." lib/librte_vhost/vhost_user.h has the same include guard. Renamed the include guard in vhost.h to differentiate. Fixes: 6a84c37e3975 ("net/virtio-user: a

Re: [dpdk-dev] [PATCH v2] drivers/virtio: fix duplicate naming of include guard

2019-03-21 Thread Tiwei Bie
On Thu, Mar 21, 2019 at 10:09:53AM +, Andrius Sirvys wrote: > "The macro name '_VHOST_NET_USER_H' of this include guard is used > in 2 different header files." > > lib/librte_vhost/vhost_user.h has the same include guard. > Renamed the include guard in vhost.h to differentiate. > > Fixes: 6a8

[dpdk-dev] [PATCH v2] drivers/virtio: fix duplicate naming of include guard

2019-03-21 Thread Andrius Sirvys
"The macro name '_VHOST_NET_USER_H' of this include guard is used in 2 different header files." lib/librte_vhost/vhost_user.h has the same include guard. Renamed the include guard in vhost.h to differentiate. Fixes: 6a84c37e3975 ("net/virtio-user: add vhost-user adapter layer") Cc: jianfeng@i