An error occurred fetching the project authors.
  1. 08 Aug, 2016 1 commit
  2. 02 Aug, 2016 1 commit
  3. 01 Aug, 2016 1 commit
  4. 31 Jul, 2016 1 commit
  5. 23 Jun, 2016 1 commit
  6. 04 Jun, 2016 3 commits
  7. 03 Jun, 2016 1 commit
    • Yuval Mintz's avatar
      qed: Utilize FW 8.10.3.0 · 351a4ded
      Yuval Mintz authored
      The New QED firmware contains several fixes, including:
        - Wrong classification of packets in 4-port devices.
        - Anti-spoof interoperability with encapsulated packets.
        - Tx-switching of encapsulated packets.
      It also slightly improves Tx performance of the device.
      
      In addition, this firmware contains the necessary logic for
      supporting iscsi & rdma, for which we plan on pushing protocol
      drivers in the imminent future.
      Signed-off-by: default avatarYuval Mintz <Yuval.Mintz@qlogic.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      351a4ded
  8. 26 May, 2016 5 commits
  9. 17 May, 2016 1 commit
  10. 12 May, 2016 7 commits
    • Yuval Mintz's avatar
      qed*: Tx-switching configuration · 831bfb0e
      Yuval Mintz authored
      Device should be configured by default to VEB once VFs are active.
      This changes the configuration of both PFs' and VFs' vports into enabling
      tx-switching once sriov is enabled.
      Signed-off-by: default avatarYuval Mintz <Yuval.Mintz@qlogic.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      831bfb0e
    • Yuval Mintz's avatar
      qed*: IOV link control · 733def6a
      Yuval Mintz authored
      This adds support in 2 ndo that allow PF to tweak the VF's view of the
      link - `ndo_set_vf_link_state' to allow it a view independent of the PF's,
      and `ndo_set_vf_rate' which would allow the PF to limit the VF speed.
      Signed-off-by: default avatarYuval Mintz <Yuval.Mintz@qlogic.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      733def6a
    • Yuval Mintz's avatar
      qed*: Support PVID configuration · 08feecd7
      Yuval Mintz authored
      This adds support for PF control over the VF vlan configuration.
      I.e., `ip link ... vf <x> vlan <vid>' should now be supported.
      
       1. <vid> != 0 => VF receives [unknowingly] only traffic tagged by
          <vid> and tags all outgoing traffic sent by VF with <vid>.
       2. <vid> == 0 ==> Remove the pvid configuration, reverting to previous.
      Signed-off-by: default avatarYuval Mintz <Yuval.Mintz@qlogic.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      08feecd7
    • Yuval Mintz's avatar
      qed: IOV l2 functionality · dacd88d6
      Yuval Mintz authored
      This adds sufficient changes to allow VFs l2-configuration flows to work.
      
      While the fastpath of the VF and the PF are meant to be exactly the same,
      the configuration of the VF is done by the PF.
      This diverges all VF-related configuration flows that originate from a VF,
      making them pass through the VF->PF channel and adding sufficient logic
      on the PF side to support them.
      Signed-off-by: default avatarYuval Mintz <Yuval.Mintz@qlogic.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      dacd88d6
    • Yuval Mintz's avatar
      qed: IOV configure and FLR · 0b55e27d
      Yuval Mintz authored
      While previous patches have already added the necessary logic to probe
      VFs as well as enabling them in the HW, this patch adds the ability to
      support VF FLR & SRIOV disable.
      
      It then wraps both flows together into the first IOV callback to be
      provided to the protocol driver - `configure'. This would later to be used
      to enable and disable SRIOV in the adapter.
      Signed-off-by: default avatarYuval Mintz <Yuval.Mintz@qlogic.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      0b55e27d
    • Yuval Mintz's avatar
      qed: Introduce VFs · 1408cc1f
      Yuval Mintz authored
      This adds the qed VFs for the first time -
      The vfs are limited functions, with a very different PCI bar structure
      [when compared with PFs] to better impose the related security demands
      associated with them.
      
      This patch includes the logic neccesary to allow VFs to successfully probe
      [without actually adding the ability to enable iov].
      This includes diverging all the flows that would occur as part of the pci
      probe of the driver, preventing VF from accessing registers/memories it
      can't and instead utilize the VF->PF channel to query the PF for needed
      information.
      Signed-off-by: default avatarYuval Mintz <Yuval.Mintz@qlogic.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      1408cc1f
    • Yuval Mintz's avatar
      qed: Add CONFIG_QED_SRIOV · 32a47e72
      Yuval Mintz authored
      Add support for a new Kconfig option for qed* driver which would allow
      [eventually] the support in VFs.
      
      This patch adds the necessary logic in the PF to learn about the possible
      VFs it will have to support [Based on PCI configuration space and HW],
      and prepare a database with an entry per-VF as infrastructure for future
      interaction with said VFs.
      Signed-off-by: default avatarYuval Mintz <Yuval.Mintz@qlogic.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      32a47e72
  11. 26 Apr, 2016 3 commits
  12. 15 Apr, 2016 1 commit
  13. 02 Mar, 2016 5 commits
  14. 01 Mar, 2016 1 commit
  15. 22 Feb, 2016 1 commit
  16. 17 Feb, 2016 1 commit
  17. 07 Dec, 2015 1 commit
  18. 05 Nov, 2015 2 commits
  19. 28 Oct, 2015 3 commits