From: Jay Zhou <jianjay.zhou@huawei.com>
To: <dev@dpdk.org>, <yliu@fridaylinux.org>, <maxime.coquelin@redhat.com>
Cc: <weidong.huang@huawei.com>, <wangxinxin.wang@huawei.com>,
<longpeng2@huawei.com>, Jay Zhou <jianjay.zhou@huawei.com>
Subject: [dpdk-dev] [PATCH] net/virtio: fix a typo
Date: Tue, 22 Aug 2017 10:34:36 +0800 [thread overview]
Message-ID: <1503369276-8276-1-git-send-email-jianjay.zhou@huawei.com> (raw)
Fixed a comment in struct virtionet_ctl, referring to the ring type
Signed-off-by: Jay Zhou <jianjay.zhou@huawei.com>
---
drivers/net/virtio/virtio_rxtx.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/virtio/virtio_rxtx.h b/drivers/net/virtio/virtio_rxtx.h
index 28f82d6..9811204 100644
--- a/drivers/net/virtio/virtio_rxtx.h
+++ b/drivers/net/virtio/virtio_rxtx.h
@@ -83,7 +83,7 @@ struct virtnet_ctl {
const struct rte_memzone *virtio_net_hdr_mz;
phys_addr_t virtio_net_hdr_mem; /**< hdr for each xmit packet */
uint8_t port_id; /**< Device port identifier. */
- const struct rte_memzone *mz; /**< mem zone to populate RX ring. */
+ const struct rte_memzone *mz; /**< mem zone to populate CTL ring. */
};
int virtio_rxq_vec_setup(struct virtnet_rx *rxvq);
--
1.8.3.1
next reply other threads:[~2017-08-22 2:35 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-22 2:34 Jay Zhou [this message]
2017-09-04 13:26 ` Rybalchenko, Kirill
2017-10-06 6:28 ` 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=1503369276-8276-1-git-send-email-jianjay.zhou@huawei.com \
--to=jianjay.zhou@huawei.com \
--cc=dev@dpdk.org \
--cc=longpeng2@huawei.com \
--cc=maxime.coquelin@redhat.com \
--cc=wangxinxin.wang@huawei.com \
--cc=weidong.huang@huawei.com \
--cc=yliu@fridaylinux.org \
/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).