Signed-off-by: Wei li
---
lib/librte_vhost/vhost_rxtx.c | 17 +
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/lib/librte_vhost/vhost_rxtx.c b/lib/librte_vhost/vhost_rxtx.c
index 4809d32..2d3ea92 100644
--- a/lib/librte_vhost/vhost_rxtx.c
+++ b/lib/librte_vhost/vho
f Stephen
> Hemminger
> Sent: Thursday, May 28, 2015 10:51 PM
> To: Wei li
> Cc: dev at dpdk.org
> Subject: Re: [dpdk-dev] [PATCH] vhost: tcp pkt with virtio header in one desc
>
> On Thu, 28 May 2015 16:19:44 +0800
> Wei li wrote:
>
>
ounces at dpdk.org] On Behalf Of Wei li
> Sent: Thursday, May 28, 2015 4:20 PM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH] vhost: tcp pkt with virtio header in one desc
>
> Signed-off-by: Wei li
> ---
> lib/librte_vhost/vhost_rxtx.c | 17 +
> 1 fil
On Thu, 28 May 2015 16:19:44 +0800
Wei li wrote:
> + if (desc->flags & VRING_DESC_F_NEXT)
> + {
> + /* Discard first buffer as it is the virtio header */
> + desc = &vq->desc[desc->next];
> + vb_offset = 0;
> +
4 matches
Mail list logo