DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] net/virtio: fix a typo
@ 2017-08-22  2:34 Jay Zhou
  2017-09-04 13:26 ` Rybalchenko, Kirill
  0 siblings, 1 reply; 3+ messages in thread
From: Jay Zhou @ 2017-08-22  2:34 UTC (permalink / raw)
  To: dev, yliu, maxime.coquelin
  Cc: weidong.huang, wangxinxin.wang, longpeng2, Jay Zhou

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-10-06  6:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-22  2:34 [dpdk-dev] [PATCH] net/virtio: fix a typo Jay Zhou
2017-09-04 13:26 ` Rybalchenko, Kirill
2017-10-06  6:28   ` Yuanhan Liu

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).