1. 13 Dec, 2017 34 commits
  2. 12 Dec, 2017 4 commits
  3. 11 Dec, 2017 2 commits
    • Zhu Yanjun's avatar
      forcedeth: remove unnecessary structure member · c360f2b5
      Zhu Yanjun authored
      Since both tx_ring and first_tx are the head of tx ring, it not
      necessary to use two structure members to statically indicate
      the head of tx ring. So first_tx is removed.
      
      CC: Srinivas Eeda <srinivas.eeda@oracle.com>
      CC: Joe Jin <joe.jin@oracle.com>
      CC: Junxiao Bi <junxiao.bi@oracle.com>
      Signed-off-by: default avatarZhu Yanjun <yanjun.zhu@oracle.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      c360f2b5
    • David S. Miller's avatar
      Merge branch 'nfp-dead-code-clean-ups-and-slight-improvements' · 23202e09
      David S. Miller authored
      Jakub Kicinski says:
      
      ====================
      nfp: dead code, clean ups and slight improvements
      
      This series contains small clean ups from John and Carl, and brings
      no functional changes.
      
      John's improvements target the flower code.  First he makes sure we don't
      allocate space in FW request messages for MAC matches if the TC rule does
      not contain any.  The remaining two patches remove some dead code and
      unused defines.
      
      Carl follows up with a slight optimization to his recent ethtool FW state
      dumps, byte swapping input parameters once instead of the data for every
      dumped item.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      23202e09