Skip to content
Commit 418e0721 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'gve-alternate-missed-completions'



Jeroen de Borst says:

====================
gve: Handle alternate miss-completions

Some versions of the virtual NIC present miss-completions in
an alternative way. Let the diver handle these alternate completions
and announce this capability to the device.

The capability is announced uing a new AdminQ command that sends
driver information to the device. The device can refuse a driver
if it is lacking support for a capability, or it can adopt it's
behavior to work around OS specific issues.

Changed in v5:
- Removed comments in fucntion calls
- Switched ENOTSUPP back to EOPNOTSUPP and made sure it gets passed
Changed in v4:
- Clarified new AdminQ command in cover letter
- Changed EOPNOTSUPP to ENOTSUPP to match device's response
Changed in v3:
- Rewording cover letter
- Added 'Reviewed-by: default avatarJesse Brandeburg <jesse.brandeburg@intel.com&gt;'>
Changes in v2:
- Changed the subject to include 'gve:'
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents d9e8da55 a5affbd8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment