Skip to content
Snippets Groups Projects
  1. Feb 03, 2019
  2. Jan 30, 2019
  3. Jan 16, 2019
  4. Jun 21, 2018
  5. May 25, 2018
  6. May 24, 2018
  7. May 22, 2018
  8. May 21, 2018
  9. Apr 13, 2018
  10. 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
  11. Mar 30, 2018
  12. Mar 03, 2018
  13. Mar 02, 2018
  14. Feb 01, 2018
  15. Jan 30, 2018
  16. Jan 29, 2018
  17. Jan 28, 2018
  18. Jan 15, 2018
  19. 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
  20. Oct 09, 2017
  21. Oct 06, 2017
  22. Oct 05, 2017
  23. Sep 08, 2017
    • Aastha Mehta's avatar
      add some debug prints; cleanup · f0fe5b6d
      Aastha Mehta authored
      f0fe5b6d
    • Aastha Mehta's avatar
      bugfixes for cpu soft lockup · d95a2ff3
      Aastha Mehta authored
      (1) has_rx_work based on hwi* and swi* indexes under sme module
      (2) do not goto redo_poll, instead let net_rx_action and napi_poll handle
      invocation of bnx2x_poll again
      (3) update swi* to same values as rx* at the end of __bnx2x_rx_int, else causes
      issues upon rmmod sme module
      d95a2ff3
  24. Jul 25, 2017
  25. Jul 24, 2017
  26. Jul 14, 2017
  27. Jul 07, 2017
  28. Jul 06, 2017
  29. Jul 05, 2017
Loading