* [dpdk-dev] [PATCH] examples/vhost: fix a typo
@ 2019-01-14 14:47 Rami Rosen
2019-01-14 15:37 ` Gavin Hu (Arm Technology China)
0 siblings, 1 reply; 3+ messages in thread
From: Rami Rosen @ 2019-01-14 14:47 UTC (permalink / raw)
To: dev; +Cc: maxime.coquelin, huawei.xie, tiwei.bie, Rami Rosen
This minor patch fixes a typo in examples/vhost/main.c.
Fixes: d19533e86f1d ("examples/vhost: copy old vhost example")
Signed-off-by: Rami Rosen <ramirose@gmail.com>
---
examples/vhost/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/vhost/main.c b/examples/vhost/main.c
index dc9ea10..c4bdd3c 100644
--- a/examples/vhost/main.c
+++ b/examples/vhost/main.c
@@ -1220,7 +1220,7 @@ static void virtio_tx_offload(struct rte_mbuf *m)
/*
* A new device is added to a data core. First the device is added to the main linked list
- * and the allocated to a specific data core.
+ * and then allocated to a specific data core.
*/
static int
new_device(int vid)
--
1.8.3.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] examples/vhost: fix a typo
2019-01-14 14:47 [dpdk-dev] [PATCH] examples/vhost: fix a typo Rami Rosen
@ 2019-01-14 15:37 ` Gavin Hu (Arm Technology China)
2019-01-15 1:47 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Gavin Hu (Arm Technology China) @ 2019-01-14 15:37 UTC (permalink / raw)
To: Rami Rosen, dev; +Cc: maxime.coquelin, huawei.xie, tiwei.bie
> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Rami Rosen
> Sent: Monday, January 14, 2019 10:48 PM
> To: dev@dpdk.org
> Cc: maxime.coquelin@redhat.com; huawei.xie@intel.com;
> tiwei.bie@intel.com; Rami Rosen <ramirose@gmail.com>
> Subject: [dpdk-dev] [PATCH] examples/vhost: fix a typo
>
> This minor patch fixes a typo in examples/vhost/main.c.
>
> Fixes: d19533e86f1d ("examples/vhost: copy old vhost example")
>
> Signed-off-by: Rami Rosen <ramirose@gmail.com>
> ---
> examples/vhost/main.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/examples/vhost/main.c b/examples/vhost/main.c
> index dc9ea10..c4bdd3c 100644
> --- a/examples/vhost/main.c
> +++ b/examples/vhost/main.c
> @@ -1220,7 +1220,7 @@ static void virtio_tx_offload(struct rte_mbuf *m)
>
> /*
> * A new device is added to a data core. First the device is added to the
> main linked list
> - * and the allocated to a specific data core.
> + * and then allocated to a specific data core.
> */
> static int
> new_device(int vid)
> --
> 1.8.3.1
Reviewed-by: Gavin Hu <gavin.hu@arm.com>
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] examples/vhost: fix a typo
2019-01-14 15:37 ` Gavin Hu (Arm Technology China)
@ 2019-01-15 1:47 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2019-01-15 1:47 UTC (permalink / raw)
To: Rami Rosen
Cc: dev, Gavin Hu (Arm Technology China),
maxime.coquelin, huawei.xie, tiwei.bie, stable
14/01/2019 16:37, Gavin Hu (Arm Technology China):
>
> > -----Original Message-----
> > From: dev <dev-bounces@dpdk.org> On Behalf Of Rami Rosen
> > Sent: Monday, January 14, 2019 10:48 PM
> > To: dev@dpdk.org
> > Cc: maxime.coquelin@redhat.com; huawei.xie@intel.com;
> > tiwei.bie@intel.com; Rami Rosen <ramirose@gmail.com>
> > Subject: [dpdk-dev] [PATCH] examples/vhost: fix a typo
> >
> > This minor patch fixes a typo in examples/vhost/main.c.
> >
> > Fixes: d19533e86f1d ("examples/vhost: copy old vhost example")
> >
> > Signed-off-by: Rami Rosen <ramirose@gmail.com>
>
> Reviewed-by: Gavin Hu <gavin.hu@arm.com>
+Cc stable
Applied, thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-01-15 1:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-14 14:47 [dpdk-dev] [PATCH] examples/vhost: fix a typo Rami Rosen
2019-01-14 15:37 ` Gavin Hu (Arm Technology China)
2019-01-15 1:47 ` Thomas Monjalon
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).