[Intel-wired-lan] [PATCH v2 06/16] ice: Add handlers for VF netdevice operations

Bowers, AndrewX andrewx.bowers at intel.com
Wed Sep 26 21:41:08 UTC 2018


> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at osuosl.org] On
> Behalf Of Anirudh Venkataramanan
> Sent: Wednesday, September 19, 2018 5:43 PM
> To: intel-wired-lan at lists.osuosl.org
> Subject: [Intel-wired-lan] [PATCH v2 06/16] 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
> <anirudh.venkataramanan at intel.com>
> ---
>  drivers/net/ethernet/intel/ice/ice_lan_tx_rx.h   |  12 +
>  drivers/net/ethernet/intel/ice/ice_main.c        |   6 +
>  drivers/net/ethernet/intel/ice/ice_sriov.c       |  86 +++++
>  drivers/net/ethernet/intel/ice/ice_sriov.h       |   9 +
>  drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c | 438
> +++++++++++++++++++++++
> drivers/net/ethernet/intel/ice/ice_virtchnl_pf.h |  79 +++-
>  6 files changed, 629 insertions(+), 1 deletion(-)


Not sure why this did not manifest itself on my Simics system during build, but on my link partner doing a compile test I get an error during build, looks like the kbuild test robot picked it up as well - 

"drivers/net/ethernet/intel/ice/ice_main.c:3944:25: error: 'ice_netpoll" undeclared here (not in a function); did you mean 'ice_napi_poll?"
  .ndo_poll_controller = ice_netpoll





More information about the Intel-wired-lan mailing list