Skip to content
  • Vikram Narayanan's avatar
    lcd/ixgbe: Add more functions · b2d3f159
    Vikram Narayanan authored
    
    
    Add the following functions
    * __hw_addr_sync_dev
    * __hw_addr_unsync_dev
    * pci_disable_msix
    * pci_enable_msix_range
    * netif_tx_wake_all_queues
    
    pci helpers are required for manipulating msi interrupts. __hw_addr helpers
    provide functionality for adding/removing hw address to the netdev address
    lists.
    
    Also add print and dump stack in all the stub functions to know where this
    function originates from.
    
    Signed-off-by: default avatarVikram Narayanan <vikram186@gmail.com>
    b2d3f159