> -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of Rami Rosen > Sent: Monday, January 14, 2019 10:48 PM > To: dev@dpdk.org > Cc: maxime.coque...@redhat.com; huawei....@intel.com; > tiwei....@intel.com; Rami Rosen <ramir...@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 <ramir...@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...@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.
Re: [dpdk-dev] [PATCH] examples/vhost: fix a typo
Gavin Hu (Arm Technology China) Mon, 14 Jan 2019 07:37:20 -0800
- [dpdk-dev] [PATCH] examples/vhost: fix a t... Rami Rosen
- Re: [dpdk-dev] [PATCH] examples/vhost... Gavin Hu (Arm Technology China)
- Re: [dpdk-dev] [PATCH] examples/v... Thomas Monjalon