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

* Re: [dpdk-dev] [PATCH] net/virtio: fix a typo
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Rybalchenko, Kirill @ 2017-09-04 13:26 UTC (permalink / raw)
  To: Jay Zhou, dev, yliu, maxime.coquelin
  Cc: weidong.huang, wangxinxin.wang, longpeng2



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jay Zhou
> Sent: Tuesday 22 August 2017 03:35
> 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
> 
> 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(-)


Reviewed-by: Kirill Rybalchenko <kirill.rybalchenko@intel.com>

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

* Re: [dpdk-dev] [PATCH] net/virtio: fix a typo
  2017-09-04 13:26 ` Rybalchenko, Kirill
@ 2017-10-06  6:28   ` Yuanhan Liu
  0 siblings, 0 replies; 3+ messages in thread
From: Yuanhan Liu @ 2017-10-06  6:28 UTC (permalink / raw)
  To: Rybalchenko, Kirill
  Cc: Jay Zhou, dev, maxime.coquelin, weidong.huang, wangxinxin.wang,
	longpeng2

On Mon, Sep 04, 2017 at 01:26:00PM +0000, Rybalchenko, Kirill wrote:
> 
> 
> > -----Original Message-----
> > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jay Zhou
> > Sent: Tuesday 22 August 2017 03:35
> > 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
> > 
> > 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(-)
> 
> 
> Reviewed-by: Kirill Rybalchenko <kirill.rybalchenko@intel.com>
> 

Applied to dpdk-next-virtio.

Thanks.

	--yliu

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