1. 11 Aug, 2011 1 commit
    • Jeff Kirsher's avatar
      broadcom: Move the Broadcom drivers · adfc5217
      Jeff Kirsher authored
      
      Moves the drivers for Broadcom devices into
      drivers/net/ethernet/broadcom/ and the necessary Kconfig and Makefile
      changes.
      
      CC: Eilon Greenstein <eilong@broadcom.com>
      CC: Michael Chan <mchan@broadcom.com>
      CC: Matt Carlson <mcarlson@broadcom.com>
      CC: Gary Zambrano <zambrano@broadcom.com>
      CC: "Maciej W. Rozycki" <macro@linux-mips.org>
      Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
      adfc5217
  2. 21 Jul, 2011 1 commit
  3. 19 Jul, 2011 1 commit
  4. 14 Jul, 2011 1 commit
    • Ariel Elior's avatar
      bnx2x: Multiple concurrent l2 traffic classes · 6383c0b3
      Ariel Elior authored
      
      Overview:
       Support mapping of priorities to traffic classes and
       traffic classes to transmission queues ranges in the net device.
       The queue ranges are (count, offset) pairs relating to the txq
       array.
       This can be done via DCBX negotiation or by kernel.
       As a result Enhanced Transmission Selection (ETS) and Priority Flow
       Control (PFC) are supported between L2 network traffic classes.
      
       Mapping:
       This patch uses the netdev_set_num_tc, netdev_set_prio_tc_map and
       netdev_set_tc_queue functions to map priorities to traffic classes
       and traffic classes to transmission queue ranges.
       This mapping is performed by bnx2x_setup_tc function which is
       connected to the ndo_setup_tc.
       This function is always called at nic load where by default it
       maps all priorities to tc 0, and it may also be called by the
       kernel or by the bnx2x upon DCBX negotiation to modify the mapping.
      
       rtnl lock:
       When the ndo_setup_tc is called at nic load or by kernel the rtnl
       lock is already taken. However, when DCBX negotiation takes place
       the lock is not taken. The work is therefore scheduled to be
       handled by the sp_rtnl task.
      
       Fastpath:
       The fastpath structure of the bnx2x which was previously used
       to hold the information of one tx queue and one rx queue was
       redesigned to represent multiple tx queues, one for each traffic
       class.
       The transmission queue supplied in the skb by the kernel can no
       longer be interpreted as a straightforward index into the fastpath
       structure array, but it must rather be decoded to the appropriate
       fastpath index and the tc within that fastpath.
      
       Slowpath:
       The bnx2x's queue object was redesigned to accommodate multiple
       transmission queues. The queue object's state machine was enhanced
       to allow opening multiple transmission-only connections on top of
       the regular tx-rx connection.
      
       Firmware:
       This feature relies on the tx-only queue feature introduced in the
       bnx2x 7.0.23 firmware and the FW likewise must have the bnx2x multi
       cos support.
      Signed-off-by: default avatarAriel Elior <ariele@broadcom.com>
      Signed-off-by: default avatarEilon Greenstein <eilong@broadcom.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      6383c0b3
  5. 15 Jun, 2011 5 commits
  6. 01 Jun, 2011 1 commit
  7. 23 May, 2011 1 commit
  8. 05 May, 2011 4 commits
  9. 12 Apr, 2011 1 commit
    • Michał Mirosław's avatar
      net: bnx2x: convert to hw_features · 66371c44
      Michał Mirosław authored
      
      Since ndo_fix_features callback is postponing features change when
      bp->recovery_state != BNX2X_RECOVERY_DONE, netdev_update_features()
      has to be called again when this condition changes. Previously,
      ethtool_ops->set_flags callback returned -EBUSY in that case
      (it's not possible in the new model).
      Signed-off-by: default avatarMichał Mirosław <mirq-linux@rere.qmqm.pl>
      
      v5: - don't delay set_features, as it's rtnl_locked - same as recovery process
      v4: - complete bp->rx_csum -> NETIF_F_RXCSUM conversion
          - add check for failed ndo_set_features in ndo_open callback
      v3: - include NETIF_F_LRO in hw_features
          - don't call netdev_update_features() if bnx2x_nic_load() failed
      v2: - comment in ndo_fix_features callback
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      66371c44
  10. 01 Apr, 2011 1 commit
  11. 07 Mar, 2011 1 commit
  12. 28 Feb, 2011 1 commit
  13. 06 Feb, 2011 1 commit
  14. 16 Dec, 2010 3 commits
  15. 01 Dec, 2010 1 commit
    • Dmitry Kravkov's avatar
      bnx2x: Add Nic partitioning mode (57712 devices) · 0793f83f
      Dmitry Kravkov authored
      
      NIC partitioning is another flavor of multi function - having few
      PCI functions share the same physical port. Unlike the currently
      supported mode of multi-function which depends on the switch
      configuration and uses outer-VLAN, the NPAR mode is switch independent
      and uses the MAC addresses to distribute incoming packets to the different
      functions. This patch adds the specific HW setting of the NPAR mode
      and some distinctions between switch dependent (SD) and
      switch independent (SI) multi-function (MF) modes where the configuration
      is not the same.
      
      Advance driver version to 1.60.00-6
      Signed-off-by: default avatarDmitry Kravkov <dmitry@broadcom.com>
      Signed-off-by: default avatarEilon Greenstein <eilong@broadcom.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      0793f83f
  16. 24 Oct, 2010 1 commit
  17. 18 Oct, 2010 1 commit
  18. 06 Oct, 2010 6 commits
  19. 27 Sep, 2010 1 commit
  20. 07 Sep, 2010 1 commit
  21. 17 Aug, 2010 1 commit
  22. 28 Jul, 2010 1 commit