aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/net/intelxvf.c
Commit message (Collapse)AuthorAgeFilesLines
* [intel] Fix operation when physical function has jumbo frames enabledMichael Brown2015-05-191-0/+64
| | | | | | | | | When jumbo frames are enabled, the Linux ixgbe physical function driver will disable the virtual function's receive datapath by default, and will enable it only if the virtual function negotiates API version 1.1 (or higher) and explicitly selects an MTU. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [intel] Add intelxvf_stats() to dump packet statistics registersMichael Brown2015-05-191-0/+25
| | | | Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [intel] Add intelxvf driver for Intel 10 GigE virtual function NICsMichael Brown2015-05-161-0/+377
Signed-off-by: Michael Brown <mcb30@ipxe.org>