Skip to content
Snippets Groups Projects
  1. Jun 29, 2018
  2. Jun 28, 2018
  3. Jun 27, 2018
  4. Jun 26, 2018
  5. Jun 25, 2018
  6. Jun 22, 2018
  7. Jun 21, 2018
  8. Jun 04, 2018
  9. Jun 03, 2018
  10. May 25, 2018
  11. May 24, 2018
  12. May 22, 2018
  13. May 21, 2018
  14. May 02, 2018
  15. Apr 30, 2018
  16. Apr 24, 2018
  17. Apr 22, 2018
  18. Apr 13, 2018
  19. Apr 06, 2018
    • Aastha Mehta's avatar
      intercept skb freeing code at nic unload · 9d39578f
      Aastha Mehta authored
      required for the case when txq times out and nic unloads and reloads.
      it tries to free up all pkts queued between prod and cons. some of
      these maybe our special dummy pkt, which should not be freed until
      rmmod.
      9d39578f
  20. Mar 30, 2018
  21. Mar 03, 2018
  22. Mar 02, 2018
  23. Feb 01, 2018
  24. Jan 30, 2018
  25. Jan 29, 2018
  26. Jan 28, 2018
  27. Jan 15, 2018
  28. Oct 11, 2017
    • Aastha Mehta's avatar
      bugfix: update fpsb idx before hirq renable · e1fbd084
      Aastha Mehta authored
      do update_fpsb_idx from hw irq handler before re-enabling NIC INTR, and do not
      run this update function from bnx2x_poll while we are running our enforcement
      module. this seems to reduce the number of hw interrupts generated, since now
      the NIC does not think that the previous set of pkts have not been acknowledged
      by the driver.
      e1fbd084
  29. Oct 09, 2017
Loading