- Oct 11, 2017
-
-
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.
-
- Oct 09, 2017
-
-
Aastha Mehta authored
-
Aastha Mehta authored
-
- Oct 06, 2017
-
-
Aastha Mehta authored
an attempt to reduce extra pointer accesses that may affect cache misses or TLB misses
-
- Oct 05, 2017
-
-
Aastha Mehta authored
-
- Sep 08, 2017
-
-
Aastha Mehta authored
-
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
-
- Jul 25, 2017
-
-
Aastha Mehta authored
-
- Jul 24, 2017
-
-
Aastha Mehta authored
bugfix: index overflow, handle case where producer index wraps around and becomes smaller than consumer index
-
- Jul 14, 2017
-
-
Aastha Mehta authored
-
Aastha Mehta authored
bugfix: hwi* and swi* indexes should not be set to modulus of ring buffer size, but allow incrementing freely
-
- Jul 07, 2017
-
-
Aastha Mehta authored
-
Aastha Mehta authored
-
Aastha Mehta authored
(1) enable intr at exit from hwirq handler; (2) put all code under module load check; (3) use hwi\* and swi\* indexes only with enforcement; (4) do not update hwi\* indexes in swirq handler with module loaded
-
- Jul 06, 2017
-
-
Aastha Mehta authored
add code to check the queues after napi_complete once more; and redo bnx2x_rx_int work if new data added (no change to hw irq handler)
-
Aastha Mehta authored
-
Aastha Mehta authored
-
Aastha Mehta authored
-
- Jul 05, 2017
-
-
Aastha Mehta authored
-
Aastha Mehta authored
-
Aastha Mehta authored
-
Aastha Mehta authored
-
- Jul 04, 2017
-
-
Aastha Mehta authored
-
- Jul 03, 2017
-
-
Aastha Mehta authored
-
Aastha Mehta authored
-
Aastha Mehta authored
-
- Jun 26, 2017
-
-
Aastha Mehta authored
change NAPI budget; timestamp in hwirq; modify poll function to enable interrupt after every rcv pkt processing
-
- Jun 23, 2017
-
-
Aastha Mehta authored
-
- Jun 21, 2017
-
-
Aastha Mehta authored
-
- May 25, 2017
-
-
Aastha Mehta authored
-
Aastha Mehta authored
-
- May 13, 2017
-
-
Aastha Mehta authored
-
Aastha Mehta authored
-
Aastha Mehta authored
-
- May 12, 2017
-
-
Aastha Mehta authored
-
Aastha Mehta authored
-
Aastha Mehta authored
-
Aastha Mehta authored
-
- May 11, 2017
-
-
Aastha Mehta authored
-
Aastha Mehta authored
-