From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Huawei Xie <huawei.xie@intel.com>,
Yuanhan Liu <yuanhan.liu@linux.intel.com>
Cc: dev@dpdk.org, Rich Lane <rich.lane@bigswitch.com>
Subject: Re: [dpdk-dev] [PATCH] virtio: use zeroed memory for simple TX header
Date: Mon, 04 Apr 2016 15:13:37 +0200 [thread overview]
Message-ID: <2344074.HmCM8hzj4i@xps13> (raw)
In-Reply-To: <1459454476-6029-1-git-send-email-rlane@bigswitch.com>
Huawei, Yuanhan, any comment?
2016-03-31 13:01, Rich Lane:
> vq->vq_ring.desc[i + mid_idx].next = i;
> vq->vq_ring.desc[i + mid_idx].addr =
> - vq->virtio_net_hdr_mem +
> - i * vq->hw->vtnet_hdr_size;
> + vq->virtio_net_hdr_mem;
> vq->vq_ring.desc[i + mid_idx].len =
> vq->hw->vtnet_hdr_size;
next prev parent reply other threads:[~2016-04-04 13:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-31 20:01 Rich Lane
2016-04-04 13:13 ` Thomas Monjalon [this message]
2016-04-04 20:05 ` Yuanhan Liu
2016-04-04 22:57 ` Rich Lane
2016-04-05 0:11 ` Yuanhan Liu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2344074.HmCM8hzj4i@xps13 \
--to=thomas.monjalon@6wind.com \
--cc=dev@dpdk.org \
--cc=huawei.xie@intel.com \
--cc=rich.lane@bigswitch.com \
--cc=yuanhan.liu@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).