Re: [dpdk-dev] [PATCH] examples/vhost_blk: refactor vhost-blk example

2020-04-30 Thread Yu, Jin
> 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 m

Re: [dpdk-dev] [PATCH] examples/vhost_blk: refactor vhost-blk example

2020-04-30 Thread Maxime Coquelin
day, April 30, 2020 1:54 AM >> To: Yu, Jin ; Maxime Coquelin >> ; Tiwei Bie ; Wang, >> Zhihong ; Mcnamara, John >> ; Kovacevic, Marko >> Cc: dev@dpdk.org >> Subject: Re: [dpdk-dev] [PATCH] examples/vhost_blk: refactor vhost-blk >> example >> >> On

Re: [dpdk-dev] [PATCH] examples/vhost_blk: refactor vhost-blk example

2020-04-29 Thread Yu, Jin
ject: 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 becau

Re: [dpdk-dev] [PATCH] examples/vhost_blk: refactor vhost-blk example

2020-04-29 Thread Ferruh Yigit
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:

Re: [dpdk-dev] [PATCH] examples/vhost_blk: refactor vhost-blk example

2020-04-28 Thread Maxime Coquelin
On 2/28/20 4: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

Re: [dpdk-dev] [PATCH] examples/vhost_blk: refactor vhost-blk example

2020-04-27 Thread Maxime Coquelin
On 2/28/20 4: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

[dpdk-dev] [PATCH] examples/vhost_blk: refactor vhost-blk example

2020-02-28 Thread Jin Yu
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 vhos