Amit Shah writes:
> On (Thu) 17 Jan 2013 [13:23:17], sjur.brandel...@stericsson.com wrote:
>> From: Sjur Brændeland
>>
>> Use virtio device index for creating unique device port names.
>> Current index allocation in virtio is based on a monotonically
>> increasing variable "index". A better han
On (Thu) 17 Jan 2013 [13:23:17], sjur.brandel...@stericsson.com wrote:
> From: Sjur Brændeland
>
> Use virtio device index for creating unique device port names.
> Current index allocation in virtio is based on a monotonically
> increasing variable "index". A better handling of this is to
> use d
On (Mon) 11 Feb 2013 [14:12:52], Sjur Brændeland wrote:
> On Fri, Jan 25, 2013 at 10:20 AM, Amit Shah wrote:
>
> > On (Thu) 17 Jan 2013 [13:23:17], sjur.brandel...@stericsson.com wrote:
> > > From: Sjur Brændeland
> > >
> > > Use virtio device index for creating unique device port names.
> > > C
On Fri, Jan 25, 2013 at 10:20 AM, Amit Shah wrote:
> On (Thu) 17 Jan 2013 [13:23:17], sjur.brandel...@stericsson.com wrote:
> > From: Sjur Brændeland
> >
> > Use virtio device index for creating unique device port names.
> > Current index allocation in virtio is based on a monotonically
> > incr
On (Thu) 17 Jan 2013 [13:23:17], sjur.brandel...@stericsson.com wrote:
> From: Sjur Brændeland
>
> Use virtio device index for creating unique device port names.
> Current index allocation in virtio is based on a monotonically
> increasing variable "index". A better handling of this is to
> use d
sjur.brandel...@stericsson.com writes:
> From: Sjur Brændeland
>
> Use virtio device index for creating unique device port names.
> Current index allocation in virtio is based on a monotonically
> increasing variable "index". A better handling of this is to
> use device index which is allocated by
From: Sjur Brændeland
Use virtio device index for creating unique device port names.
Current index allocation in virtio is based on a monotonically
increasing variable "index". A better handling of this is to
use device index which is allocated by ida.
Signed-off-by: Sjur Brændeland
---
driver