Re: [dpdk-dev] [PATCH v8 0/5] net/virtio: support GUEST ANNOUNCE

2018-01-09 Thread Maxime Coquelin
On 01/09/2018 02:26 PM, Xiao Wang wrote: v8: - Add a helper in lib/librte_net to make rarp packet, it's used by both vhost and virtio. v7: - Improve comment for state_lock. - Rename spinlock variable 'sl' to 'lock'. v6: - Use rte_pktmbuf_alloc() instead of rte_mbuf_raw_alloc(). - Remove th

[dpdk-dev] [PATCH v8 0/5] net/virtio: support GUEST ANNOUNCE

2018-01-09 Thread Xiao Wang
v8: - Add a helper in lib/librte_net to make rarp packet, it's used by both vhost and virtio. v7: - Improve comment for state_lock. - Rename spinlock variable 'sl' to 'lock'. v6: - Use rte_pktmbuf_alloc() instead of rte_mbuf_raw_alloc(). - Remove the 'len' parameter in calling virtio_send_comma