1. 08 Nov, 2018 38 commits
  2. 07 Nov, 2018 2 commits
    • YueHaibing's avatar
      net: hns3: Remove set but not used variable 'reset_level' · f601a85b
      YueHaibing authored
      Fixes gcc '-Wunused-but-set-variable' warning:
      
      drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_err.c: In function 'hclge_log_and_clear_ppp_error':
      drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_err.c:821:24: warning:
       variable 'reset_level' set but not used [-Wunused-but-set-variable]
        enum hnae3_reset_type reset_level = HNAE3_NONE_RESET;
      
      It never used since introduction in commit
      01865a50 ("net: hns3: Add enable and process hw errors of TM scheduler")
      Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      f601a85b
    • David S. Miller's avatar
      Merge branch 'nfp-more-set-actions-and-notifier-refactor' · 75790a74
      David S. Miller authored
      Jakub Kicinski says:
      
      ====================
      nfp: more set actions and notifier refactor
      
      This series brings updates to flower offload code.  First Pieter adds
      support for setting TTL, ToS, Flow Label and Hop Limit fields in IPv4
      and IPv6 headers.
      
      Remaining 5 patches deal with factoring out netdev notifiers from flower
      code.  We already have two instances, and more is coming, so it's time
      to move to one central notifier which then feeds individual feature
      handlers.
      
      I start that part by cleaning up the existing notifiers.  Next a central
      notifier is added, and used by flower offloads.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      75790a74