]> git.baikalelectronics.ru Git - kernel.git/commit
igb: add vfs_allocated_count as placeholder for number of vfs
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 20 Feb 2009 04:39:23 +0000 (20:39 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Feb 2009 08:22:53 +0000 (00:22 -0800)
commitbd9fa90bb58c2f3dc6976f1a7a0f0df3b1237995
tree7ec3c152351adcdac3afa62cbcbd5a31b710db94
parentdfb10e122bcc2e5cc83339090a8c25a3e99c3ea9
igb: add vfs_allocated_count as placeholder for number of vfs

This is the first step in supporting sr-iov.  The vf_allocated_count value
will be 0 until we actually have vfs present.  In the meantime it
represents an offset value for the start of the queues.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/igb/igb.h
drivers/net/igb/igb_main.c