From: Yuanhan Liu <yuanhan.liu@linux.intel.com>
To: Thomas Monjalon <thomas.monjalon@6wind.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [PATCH 4/4 v2] vhost: fix wrong usage of eventfd_t
Date: Thu, 24 Sep 2015 22:01:00 +0800 [thread overview]
Message-ID: <20150924140100.GD2326@yliu-dev.sh.intel.com> (raw)
In-Reply-To: <C37D651A908B024F974696C65296B57B2BDC21D4@SHSMSX101.ccr.corp.intel.com>
Hi Thomas,
Would you consider to apply these 4 patches please? The 4th patch
affects quite many lines of code, and the sooner we apply it, the
fewer chance it will introduce conflicts for later patches.
Thanks.
--yliu
On Wed, Sep 09, 2015 at 05:44:51AM +0000, Xie, Huawei wrote:
>
> Acked-by: Huawei Xie <huawei.xie@intel.com>
>
> Thanks for fixing this.
>
> On 9/9/2015 1:32 PM, Yuanhan Liu wrote:
> > According to eventfd man page:
> >
> > typedef uint64_t eventfd_t;
> >
> > int eventfd_read(int fd, eventfd_t *value);
> > int eventfd_write(int fd, eventfd_t value);
> >
> > eventfd_t is defined for the second arg(value), but not for fd.
> >
> > Here I redefine those fd fields to `int' type, which also removes
> > the redundant (int) cast. And as the man page stated, we should
> > cast 1 to eventfd_t type for eventfd_write().
> >
> > v2: cast 1 with `eventfd_t' type.
> >
> > Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
> > ---
> > examples/vhost/main.c | 6 ++---
> > lib/librte_vhost/rte_virtio_net.h | 4 ++--
> > lib/librte_vhost/vhost_rxtx.c | 6 ++---
> > lib/librte_vhost/vhost_user/virtio-net-user.c | 16 +++++++-------
> > lib/librte_vhost/virtio-net.c | 32 +++++++++++++--------------
> > 5 files changed, 32 insertions(+), 32 deletions(-)
> >
next prev parent reply other threads:[~2015-09-24 13:58 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-09 5:34 [PATCH 1/4] vhost: remove redundant ; Yuanhan Liu
2015-09-09 5:34 ` [PATCH 2/4] vhost: fix typo Yuanhan Liu
2015-09-09 5:34 ` [PATCH 3/4] vhost: get rid of duplicate code Yuanhan Liu
2015-09-09 5:34 ` [PATCH 4/4 v2] vhost: fix wrong usage of eventfd_t Yuanhan Liu
2015-09-09 5:44 ` Xie, Huawei
2015-09-24 14:01 ` Yuanhan Liu [this message]
2015-09-25 12:44 ` Thomas Monjalon
2015-09-25 12:59 ` Thomas Monjalon
2015-09-27 0:17 ` Yuanhan Liu
2015-09-27 19:35 ` Thomas Monjalon
2015-10-08 6:29 ` 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=20150924140100.GD2326@yliu-dev.sh.intel.com \
--to=yuanhan.liu@linux.intel.com \
--cc=dev@dpdk.org \
--cc=thomas.monjalon@6wind.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.