Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [intel] Fix operation when physical function has jumbo frames enabled | Michael Brown | 2015-05-19 | 1 | -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 registers | Michael Brown | 2015-05-19 | 1 | -0/+25 |
| | | | | Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [intel] Add intelxvf driver for Intel 10 GigE virtual function NICs | Michael Brown | 2015-05-16 | 1 | -0/+377 |
Signed-off-by: Michael Brown <mcb30@ipxe.org> |