• David S. Miller's avatar
    Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue · b3ef1550
    David S. Miller authored
    Tony Nguyen says:
    
    ====================
    100GbE Intel Wired LAN Driver Updates 2021-06-07
    
    This series contains updates to virtchnl header file and ice driver.
    
    Brett adds capability bits to virtchnl to specify whether a primary or
    secondary MAC address is being requested and adds the implementation to
    ice. He also adds storing of VF MAC address so that it will be preserved
    across reboots of VM and refactors VF queue configuration to remove the
    expectation that configuration be done all at once.
    
    Krzysztof refactors ice_setup_rx_ctx() to remove configuration not
    related to Rx context into a new function, ice_vsi_cfg_rxq().
    
    Liwei Song extends the wait time for the global config timeout.
    
    Salil Mehta refactors code in ice_vsi_set_num_qs() to remove an
    unnecessary call when the user has requested specific number of Rx or Tx
    queues.
    
    Jesse converts define macros to static inlines for NOP configurations.
    
    Jake adds messaging when devlink fails to read device capabilities and
    when pldmfw cannot find the requested firmware. Adds a wait for reset
    completion when reporting devlink info and reinitializes NVM during
    rebuild to ensure values are current.
    
    Ani adds detection and reporting of modules exceeding supported power
    levels and changes an error message to a debug message.
    
    Paul fixes a clang warning for deadcode.DeadStores.
    ====================
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    b3ef1550
ice_xsk.c 20 KB