OSDN Git Service

fm10k: Implement ndo_features_check
authorMatthew Vick <matthew.vick@intel.com>
Thu, 29 Jan 2015 07:17:27 +0000 (07:17 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 3 Mar 2015 09:07:22 +0000 (01:07 -0800)
commit5bf33dc687e8bf2dfc033930ad06437efeea01d9
tree96fbae244da90ec09e8c43ee7356c701822fe7ec
parent8c1a90aa497dc4e2f971028c4484566629757357
fm10k: Implement ndo_features_check

The introduction of ndo_features_check allows drivers to report their
offload capabilities per-skb. Implement this in fm10k to take advantage
of this new functionality.

Reported-by: Joe Stringer <joestringer@nicira.com>
Signed-off-by: Matthew Vick <matthew.vick@intel.com>
Tested-by: Krishneil Singh <Krishneil.k.singh@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/fm10k/fm10k.h
drivers/net/ethernet/intel/fm10k/fm10k_main.c
drivers/net/ethernet/intel/fm10k/fm10k_netdev.c