10 Nov, 2015

2 commits


26 Jul, 2014

1 commit

  • QLogic has acquired the NetXtremeII products and drivers from Broadcom.
    This patch re-brands bnx2fc driver as a QLogic driver

    Signed-off-by: Saurav Kashyap
    Signed-off-by: Vikas Chaudhary
    Acked-by: Eddie Wai
    Signed-off-by: Christoph Hellwig

    Saurav Kashyap
     

15 Jun, 2011

1 commit

  • New FW/HSI (7.0):
    - Added support to 578xx chips
    - Improved HSI - much less driver's direct access to the FW internal
    memory needed.

    New implementation of the HSI handling layer in the bnx2x (bnx2x_sp.c):
    - Introduced chip dependent objects that have chip independent interfaces
    for configuration of MACs, multicast addresses, Rx mode, indirection table,
    fast path queues and function initialization/cleanup.
    - Objects functionality is based on the private function pointers, which
    allows not only a per-chip but also PF/VF differentiation while still
    preserving the same interface towards the driver.
    - Objects interface is not influenced by the HSI changes which do not require
    providing new parameters keeping the code outside the bnx2x_sp.c invariant
    with regard to such HSI chnages.

    Changes in a CNIC, bnx2fc and bnx2i modules due to the new HSI.

    Signed-off-by: Vladislav Zolotarov
    Signed-off-by: Michael Chan
    Signed-off-by: Bhanu Prakash Gollapudi
    Signed-off-by: Eilon Greenstein
    Signed-off-by: David S. Miller

    Vlad Zolotarov
     

31 Mar, 2011

1 commit


01 Mar, 2011

1 commit

  • This driver is for Broadcom Netxtreme II 57712 chip. The following
    patch contains the driver sources for bnx2fc driver. libfc/libfcoe
    changes to enable bnx2fc have already gone through the fcoe
    tree. bnx2fc is a SCSI low level driver that interfaces with SCSI
    midlayer, libfc, libfcoe, cnic modules. bnx2fc driver uses services
    of libfc for slow path operations such as FIP and fabric
    discovery. The fast path IO perations are performed after offloading
    the session information to the underlying FCoE firmware.

    Signed-off-by: Bhanu Prakash Gollapudi
    Reviewed-by: Mike Christie
    Signed-off-by: James Bottomley

    Bhanu Gollapudi