Re: [dpdk-dev] [PATCH] net/virtio-user: send kick to tx queue to notify backend on initialization

2017-09-11 Thread Steven Luong (sluong)
exception to this rule is when the driver opts out for the interrupt support (no kickfd) in VHOST_USER_SET_VRING_KICK message. Steven On 8/3/17, 7:12 AM, "dev on behalf of Steven Luong (sluong)" wrote: Maxime, Thank you so much for the reply. 1. It’s about conforming t

Re: [dpdk-dev] [PATCH] net/virtio-user: send kick to tx queue to notify backend on initialization

2017-08-03 Thread Steven Luong (sluong)
Maxime, Thank you so much for the reply. 1. It’s about conforming to the spec. Please read the text as I quoted in the email. A non-conforming implementation does not communicate with a conforming implementation such as VPP. 2. QEMU’s implementation is conforming and it is sending kick for both