All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yu, Jin" <jin.yu@intel.com>
To: Maxime Coquelin <maxime.coquelin@redhat.com>,
	"Yigit, Ferruh" <ferruh.yigit@intel.com>,
	Tiwei Bie <tiwei.bie@intel.com>,
	"Wang, Zhihong" <zhihong.wang@intel.com>,
	"Mcnamara, John" <john.mcnamara@intel.com>,
	"Kovacevic, Marko" <marko.kovacevic@intel.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH] examples/vhost_blk: refactor vhost-blk example
Date: Thu, 30 Apr 2020 09:42:16 +0000	[thread overview]
Message-ID: <ae313813688f4c10adfedba946674ea8@intel.com> (raw)
In-Reply-To: <5682a039-144f-2a95-39ba-98e7edaf8efb@redhat.com>

Thanks Maxime.
I  just send the V2. Sorry for late.

Jin

> -----Original Message-----
> From: Maxime Coquelin <maxime.coquelin@redhat.com>
> Sent: Thursday, April 30, 2020 5:08 PM
> To: Yu, Jin <jin.yu@intel.com>; Yigit, Ferruh <ferruh.yigit@intel.com>; Tiwei
> Bie <tiwei.bie@intel.com>; Wang, Zhihong <zhihong.wang@intel.com>;
> Mcnamara, John <john.mcnamara@intel.com>; Kovacevic, Marko
> <marko.kovacevic@intel.com>
> Cc: dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH] examples/vhost_blk: refactor vhost-blk
> example
> 
> 
> 
> On 4/30/20 3:42 AM, Yu, Jin wrote:
> > Got it. I will check and fix it.
> 
> Thanks, I will need the fix today, just send a v2.
> If not possible to do it today, please let me know.
> 
> Maxime
> 
> > Thanks.
> >
> >> -----Original Message-----
> >> From: Yigit, Ferruh <ferruh.yigit@intel.com>
> >> Sent: Thursday, April 30, 2020 1:54 AM
> >> To: Yu, Jin <jin.yu@intel.com>; Maxime Coquelin
> >> <maxime.coquelin@redhat.com>; Tiwei Bie <tiwei.bie@intel.com>; Wang,
> >> Zhihong <zhihong.wang@intel.com>; Mcnamara, John
> >> <john.mcnamara@intel.com>; Kovacevic, Marko
> >> <marko.kovacevic@intel.com>
> >> Cc: dev@dpdk.org
> >> Subject: Re: [dpdk-dev] [PATCH] examples/vhost_blk: refactor
> >> vhost-blk example
> >>
> >> On 2/28/2020 3:32 PM, Jin Yu wrote:
> >>> Decrease the code and make it easier to read. It's useful for
> >>> understanding the inflight APIs and how packed ring works. Update
> >>> the RST because the packed ring patch has been merged to QEMU
> master
> >>> and ring_packed parameter changes to packed.
> >>>
> >>> Fixes: c19beb3f38cd ("examples/vhost_blk: introduce vhost storage
> >>> sample")
> >>>
> >>> Signed-off-by: Jin Yu <jin.yu@intel.com>
> >>> ---
> >>>  doc/guides/sample_app_ug/vhost_blk.rst |    8 +-
> >>>  examples/vhost_blk/blk.c               |   13 +-
> >>>  examples/vhost_blk/vhost_blk.c         | 1139 ++++++++++--------------
> >>>  examples/vhost_blk/vhost_blk.h         |   39 +-
> >>>  4 files changed, 494 insertions(+), 705 deletions(-)
> >>
> >> Getting following build error with 32-bit build, can you please check it:
> >>
> >> .../examples/vhost_blk/vhost_blk.c: In function ‘desc_payload_to_iovs’:
> >> .../examples/vhost_blk/vhost_blk.c:157:9: error: cast to pointer from
> >> integer of different size [-Werror=int-to-pointer-cast]
> >>   157 |   vva = (void *)gpa_to_vva(ctrlr,
> >>       |         ^
> >>
> >


  reply	other threads:[~2020-04-30  9:42 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-28 15:32 [dpdk-dev] [PATCH] examples/vhost_blk: refactor vhost-blk example Jin Yu
2020-04-27  8:01 ` Maxime Coquelin
2020-04-28 16:05 ` Maxime Coquelin
2020-04-29 17:53 ` Ferruh Yigit
2020-04-30  1:42   ` Yu, Jin
2020-04-30  9:08     ` Maxime Coquelin
2020-04-30  9:42       ` Yu, Jin [this message]
2020-04-30 17:20 ` [dpdk-dev] [PATCH v2] " Jin Yu
2020-04-30 20:41   ` Maxime Coquelin
2020-04-30 20:53   ` Maxime Coquelin

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=ae313813688f4c10adfedba946674ea8@intel.com \
    --to=jin.yu@intel.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=john.mcnamara@intel.com \
    --cc=marko.kovacevic@intel.com \
    --cc=maxime.coquelin@redhat.com \
    --cc=tiwei.bie@intel.com \
    --cc=zhihong.wang@intel.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.