]> Git Repo - linux.git/commit
ice: Add handlers for VF netdevice operations
authorAnirudh Venkataramanan <[email protected]>
Thu, 20 Sep 2018 00:42:58 +0000 (17:42 -0700)
committerJeff Kirsher <[email protected]>
Wed, 3 Oct 2018 14:42:30 +0000 (07:42 -0700)
commit7c710869d64e0119cc190514c7425c1a9aa2277d
tree39352aa4db4ea35f2e349aee760be107bcf72f42
parent007676b4ac920d4ceb4e4aa8aa668ac32d4764ad
ice: Add handlers for VF netdevice operations

This patch implements handlers for the following NDO operations:

.ndo_set_vf_spoofchk
.ndo_set_vf_mac
.ndo_get_vf_config
.ndo_set_vf_trust
.ndo_set_vf_vlan
.ndo_set_vf_link_state

Signed-off-by: Anirudh Venkataramanan <[email protected]>
Tested-by: Andrew Bowers <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
drivers/net/ethernet/intel/ice/ice_lan_tx_rx.h
drivers/net/ethernet/intel/ice/ice_main.c
drivers/net/ethernet/intel/ice/ice_sriov.c
drivers/net/ethernet/intel/ice/ice_sriov.h
drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c
drivers/net/ethernet/intel/ice/ice_virtchnl_pf.h
This page took 0.059204 seconds and 4 git commands to generate.