On Wed, Jan 11, 2017 at 02:38:57PM +0100, Phil Sutter wrote:
> On Fri, Jan 06, 2017 at 08:38:04PM -0500, David Miller wrote:
> > From: Phil Sutter
> > Date: Thu, 5 Jan 2017 20:09:10 +0100
> >
> > > This series adds VF support to dummy device driver after adding the
> > > necessary infrastructure
Hi David,
On Fri, Jan 06, 2017 at 08:38:04PM -0500, David Miller wrote:
> From: Phil Sutter
> Date: Thu, 5 Jan 2017 20:09:10 +0100
>
> > This series adds VF support to dummy device driver after adding the
> > necessary infrastructure changes:
> >
> > Patch 1 adds a netdevice callback for devic
From: Phil Sutter
Date: Thu, 5 Jan 2017 20:09:10 +0100
> This series adds VF support to dummy device driver after adding the
> necessary infrastructure changes:
>
> Patch 1 adds a netdevice callback for device-specific VF count
> retrieval. Patch 2 then changes dev_num_vf() implementation to ma
This series adds VF support to dummy device driver after adding the
necessary infrastructure changes:
Patch 1 adds a netdevice callback for device-specific VF count
retrieval. Patch 2 then changes dev_num_vf() implementation to make use
of that new callback (if implemented), falling back to the ol