1. 28 9月, 2020 1 次提交
    • M
      bnxt_en: Update firmware interface spec to 1.10.1.65. · 9d6b648c
      Michael Chan 提交于
      The main changes include FEC, ECN statistics, HWRM_PORT_PHY_QCFG
      response size reduction, and a new counter added to
      ctx_hw_stats_ext struct to support the new 58818 chip.
      
      The ctx_hw_stats_ext structure is now the superset supporting the new
      58818 chips and the prior P5 chips.  Add a new flag to identify the new
      chip and use constants for the chip specific ring statistics sizes
      instead of the size of the structure.
      
      Because the HWRM_PORT_PHY_QCFG response structure size has shrunk back
      to 96 bytes, the workaround added earlier to limit the size of this
      message for forwarding to the VF can be removed.
      Signed-off-by: NMichael Chan <michael.chan@broadcom.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      9d6b648c
  2. 08 9月, 2020 1 次提交
  3. 28 7月, 2020 8 次提交
  4. 11 7月, 2020 1 次提交
  5. 09 7月, 2020 5 次提交
  6. 24 6月, 2020 2 次提交
  7. 02 6月, 2020 1 次提交
  8. 27 5月, 2020 1 次提交
  9. 05 5月, 2020 4 次提交
  10. 28 4月, 2020 1 次提交
    • M
      bnxt_en: Fix VF anti-spoof filter setup. · c71c4e49
      Michael Chan 提交于
      Fix the logic that sets the enable/disable flag for the source MAC
      filter according to firmware spec 1.7.1.
      
      In the original firmware spec. before 1.7.1, the VF spoof check flags
      were not latched after making the HWRM_FUNC_CFG call, so there was a
      need to keep the func_flags so that subsequent calls would perserve
      the VF spoof check setting.  A change was made in the 1.7.1 spec
      so that the flags became latched.  So we now set or clear the anti-
      spoof setting directly without retrieving the old settings in the
      stored vf->func_flags which are no longer valid.  We also remove the
      unneeded vf->func_flags.
      
      Fixes: 8eb992e8 ("bnxt_en: Update firmware interface spec to 1.7.6.2.")
      Signed-off-by: NMichael Chan <michael.chan@broadcom.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      c71c4e49
  11. 28 3月, 2020 2 次提交
  12. 24 3月, 2020 1 次提交
  13. 04 3月, 2020 1 次提交
  14. 27 1月, 2020 2 次提交
  15. 18 1月, 2020 2 次提交
  16. 25 11月, 2019 7 次提交