Re: [dpdk-dev] [PATCH v11 0/9] vhost: support inflight share memory protocol feature

2019-10-27 Thread Yu, Jin
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Saturday, October 26, 2019 7:01 AM > To: Yu, Jin > Cc: dev@dpdk.org; Maxime Coquelin ; Liu, > Changpeng ; Bie, Tiwei ; > Wang, Zhihong > Subject: Re: [dpdk-dev] [PATCH v11 0/9]

Re: [dpdk-dev] [PATCH v11 0/9] vhost: support inflight share memory protocol feature

2019-10-25 Thread Thomas Monjalon
25/10/2019 12:12, Maxime Coquelin: > On 10/25/19 12:08 PM, Thomas Monjalon wrote: > > 16/10/2019 13:12, Maxime Coquelin: > >> On 10/9/19 10:48 PM, Jin Yu wrote: > >>> Jin Yu (9): > >>> vhost: add the inflight description > >>> vhost: add packed ring > >>> vhost: add the inflight structure > >

Re: [dpdk-dev] [PATCH v11 0/9] vhost: support inflight share memory protocol feature

2019-10-25 Thread Maxime Coquelin
On 10/25/19 12:08 PM, Thomas Monjalon wrote: > 16/10/2019 13:12, Maxime Coquelin: >> On 10/9/19 10:48 PM, Jin Yu wrote: >>> Jin Yu (9): >>> vhost: add the inflight description >>> vhost: add packed ring >>> vhost: add the inflight structure >>> vhost: add two new messages to support a sh

Re: [dpdk-dev] [PATCH v11 0/9] vhost: support inflight share memory protocol feature

2019-10-25 Thread Thomas Monjalon
16/10/2019 13:12, Maxime Coquelin: > On 10/9/19 10:48 PM, Jin Yu wrote: > > Jin Yu (9): > > vhost: add the inflight description > > vhost: add packed ring > > vhost: add the inflight structure > > vhost: add two new messages to support a shared buffer > > vhost: checkout the resubmit infl

Re: [dpdk-dev] [PATCH v11 0/9] vhost: support inflight share memory protocol feature

2019-10-16 Thread Maxime Coquelin
On 10/9/19 10:48 PM, Jin Yu wrote: > v2: > - specify the APIs are split-ring only > > v3: > - fix APIs issues and judge split or packed > > v4: > - add rte_vhost_ prefix and fix issues > > v5: > - add the packed ring support and add the vhost_blk example > > v6: > - revise get_vring_base fun

[dpdk-dev] [PATCH v11 0/9] vhost: support inflight share memory protocol feature

2019-10-09 Thread Jin Yu
v2: - specify the APIs are split-ring only v3: - fix APIs issues and judge split or packed v4: - add rte_vhost_ prefix and fix issues v5: - add the packed ring support and add the vhost_blk example v6: - revise get_vring_base func depend on Tiwei's suggestion v7: - divide patch into small patc