Re: [dpdk-dev] [PATCH] vhost: add API for getting last_idx of vrings

2018-07-26 Thread Thomas Monjalon
26/07/2018 21:11, Stojaczyk, DariuszX: > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > > > What is the status of this patch? > > It can be abandoned. I can see Zhihong added equivalent APIs called > rte_vhost_get_vring_base/set_vring_base back in April. OK, thank you

Re: [dpdk-dev] [PATCH] vhost: add API for getting last_idx of vrings

2018-07-26 Thread Stojaczyk, DariuszX
aszX > > Cc: dev@dpdk.org; y...@fridaylinux.org; Verkamp, Daniel > ; Harris, James R ; > Wodkowski, PawelX ; Stojaczyk, DariuszX > > Subject: Re: [dpdk-dev] [PATCH] vhost: add API for getting last_idx of vrings > > What is the status of this patch? > > 19/04/

Re: [dpdk-dev] [PATCH] vhost: add API for getting last_idx of vrings

2018-07-26 Thread Thomas Monjalon
; >> Sent: Wednesday, March 28, 2018 10:57 > >> To: Kulasek, TomaszX ; y...@fridaylinux.org > >> Cc: Verkamp, Daniel ; Harris, James R > >> ; Wodkowski, PawelX ; > >> dev@dpdk.org; Stojaczyk, DariuszX > >> Subject: Re: [dpdk-dev] [PATCH] vhost: add A

Re: [dpdk-dev] [PATCH] vhost: add API for getting last_idx of vrings

2018-04-19 Thread Maxime Coquelin
, PawelX ; dev@dpdk.org; Stojaczyk, DariuszX Subject: Re: [dpdk-dev] [PATCH] vhost: add API for getting last_idx of vrings Hi Tomasz, On 03/05/2018 04:59 PM, Tomasz Kulasek wrote: vhost-net devices might keep track of last descriptors indices by themselves, and assuming they initially start at 0, but

Re: [dpdk-dev] [PATCH] vhost: add API for getting last_idx of vrings

2018-03-28 Thread Kulasek, TomaszX
, DariuszX > Subject: Re: [dpdk-dev] [PATCH] vhost: add API for getting last_idx of vrings > > Hi Tomasz, > > On 03/05/2018 04:59 PM, Tomasz Kulasek wrote: > > vhost-net devices might keep track of last descriptors indices by > > themselves, and assuming they initia

Re: [dpdk-dev] [PATCH] vhost: add API for getting last_idx of vrings

2018-03-28 Thread Maxime Coquelin
Hi Tomasz, On 03/05/2018 04:59 PM, Tomasz Kulasek wrote: vhost-net devices might keep track of last descriptors indices by themselves, and assuming they initially start at 0, but that is not the case for vhost-scsi. Initial last descriptor indices are set via VHOST_USER_SET_VRING_BASE message, a

[dpdk-dev] [PATCH] vhost: add API for getting last_idx of vrings

2018-03-05 Thread Tomasz Kulasek
vhost-net devices might keep track of last descriptors indices by themselves, and assuming they initially start at 0, but that is not the case for vhost-scsi. Initial last descriptor indices are set via VHOST_USER_SET_VRING_BASE message, and we cannot possibly predict what will they be. Setting the