Re: [PATCH v3 3/9] xen/blkfront: separate per ring information out of device info

2015-10-19 Thread Roger Pau Monné
El 10/10/15 a les 10.30, Bob Liu ha escrit: > > On 10/03/2015 01:02 AM, Roger Pau Monné wrote: >> El 05/09/15 a les 14.39, Bob Liu ha escrit: >>> Split per ring information to an new structure:blkfront_ring_info, also >>> rename >>> per blkfront_info to blkfront_dev_info. >> ^ removed. >>> >>>

Re: [PATCH v3 3/9] xen/blkfront: separate per ring information out of device info

2015-10-10 Thread Bob Liu
On 10/03/2015 01:02 AM, Roger Pau Monné wrote: > El 05/09/15 a les 14.39, Bob Liu ha escrit: >> Split per ring information to an new structure:blkfront_ring_info, also >> rename >> per blkfront_info to blkfront_dev_info. > ^ removed. >> >> A ring is the representation of a hardware queue, every

Re: [PATCH v3 3/9] xen/blkfront: separate per ring information out of device info

2015-10-05 Thread Roger Pau Monné
El 03/10/15 a les 2.34, Bob Liu ha escrit: > > On 10/03/2015 01:02 AM, Roger Pau Monné wrote: >> El 05/09/15 a les 14.39, Bob Liu ha escrit: >> In order to make this easier to review, do you think you can leave >> blkfront_info as "info" for now, and do the renaming to dinfo in a later >> patch. T

Re: [PATCH v3 3/9] xen/blkfront: separate per ring information out of device info

2015-10-02 Thread Bob Liu
On 10/03/2015 01:02 AM, Roger Pau Monné wrote: > El 05/09/15 a les 14.39, Bob Liu ha escrit: >> Split per ring information to an new structure:blkfront_ring_info, also >> rename >> per blkfront_info to blkfront_dev_info. > ^ removed. >> >> A ring is the representation of a hardware queue, every

Re: [PATCH v3 3/9] xen/blkfront: separate per ring information out of device info

2015-10-02 Thread Roger Pau Monné
El 05/09/15 a les 14.39, Bob Liu ha escrit: > Split per ring information to an new structure:blkfront_ring_info, also rename > per blkfront_info to blkfront_dev_info. ^ removed. > > A ring is the representation of a hardware queue, every vbd device can > associate > with one or more blkfront_ri