Skip to content

Commit

Permalink
ixgbe: Mailbox header and code module
Browse files Browse the repository at this point in the history
The 82599 virtual function device and the master 82599 physical function
device implement a mailbox utility for communication between the devices
using some SRAM scratch memory and a doorbell/answering mechanism enabled
via interrupt and/or polling.  This C module and accompanying header
file implement the base functions for use of this feature.

Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Greg Rose authored and David S. Miller committed Jan 10, 2010
1 parent ecc6703 commit 10ca132
Show file tree
Hide file tree
Showing 2 changed files with 575 additions and 0 deletions.
Loading

0 comments on commit 10ca132

Please sign in to comment.