I got the kernel namespace checker script working again.
It showed the following routines are only used in one file, and
could be declared static which is better practice and allows gcc
to optimize better.

  drivers/net/ixgbe/ixgbe_82599
    ixgbe_atr_get_dst_ipv6_82599
    ixgbe_atr_get_vm_pool_82599
    ixgbe_atr_set_dst_ipv6_82599
    ixgbe_atr_set_src_ipv6_82599
    ixgbe_atr_set_vm_pool_82599
    ixgbe_disable_tx_laser_multispeed_fiber
    ixgbe_enable_tx_laser_multispeed_fiber
    ixgbe_flap_tx_laser_multispeed_fiber
    ixgbe_setup_mac_link_82599
    ixgbe_setup_mac_link_multispeed_fiber
    ixgbe_start_mac_link_82599
  drivers/net/ixgbe/ixgbe_common
    ixgbe_find_vlvf_slot
    ixgbe_get_wwn_prefix_generic
    ixgbe_poll_eerd_eewr_done
  drivers/net/ixgbe/ixgbe_dcb
    ixgbe_dcb_config_pfc
    ixgbe_dcb_config_rx_arbiter
    ixgbe_dcb_config_tc_stats
    ixgbe_dcb_config_tx_data_arbiter
    ixgbe_dcb_config_tx_desc_arbiter
    ixgbe_dcb_get_pfc_stats
    ixgbe_dcb_get_tc_stats
  drivers/net/ixgbe/ixgbe_dcb_82599
    ixgbe_dcb_config_82599
    ixgbe_dcb_config_packet_buffers_82599
  drivers/net/ixgbe/ixgbe_main
    ixgbe_get_hw_dev
  drivers/net/ixgbe/ixgbe_mbx
    ixgbe_init_mbx_ops_generic
    ixgbe_read_posted_mbx
    ixgbe_write_posted_mbx
  drivers/net/ixgbe/ixgbe_sriov
    ixgbe_set_vf_mac
    ixgbe_set_vf_multicasts
    ixgbe_set_vf_vlan
    ixgbe_vf_reset_event
    ixgbe_vf_reset_msg

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
E1000-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel® Ethernet, visit 
http://communities.intel.com/community/wired

Reply via email to