- May 22, 2018
-
-
Aastha Mehta authored
-
- May 21, 2018
-
-
Aastha Mehta authored
-
- May 03, 2018
-
-
Aastha Mehta authored
-
- May 02, 2018
-
-
Aastha Mehta authored
-
- Apr 30, 2018
-
-
Aastha Mehta authored
-
Aastha Mehta authored
-
- Apr 24, 2018
-
-
Aastha Mehta authored
-
- Apr 22, 2018
-
-
Mohamed Alzayat authored
-
- Apr 13, 2018
-
-
Aastha Mehta authored
-
Aastha Mehta authored
this is mainly to avoid panics due to improper accounting at insmod and rmmod should be fixed in future.
-
- Apr 06, 2018
-
-
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.
-
- Mar 30, 2018
-
-
Aastha Mehta authored
-
Aastha Mehta authored
-
- Mar 23, 2018
-
-
Aastha Mehta authored
-
- Mar 16, 2018
-
-
Aastha Mehta authored
-
- Mar 15, 2018
-
-
Aastha Mehta authored
-
- Mar 07, 2018
-
-
Aastha Mehta authored
-
- Mar 03, 2018
-
-
Aastha Mehta authored
disabled for now, since the current code still seems to work fine.
-
Aastha Mehta authored
-
- Mar 02, 2018
-
-
Aastha Mehta authored
-
Aastha Mehta authored
-
- Feb 01, 2018
-
-
Aastha Mehta authored
-
- Jan 30, 2018
-
-
Aastha Mehta authored
-
- Jan 29, 2018
-
-
Aastha Mehta authored
-
- Jan 28, 2018
-
-
Aastha Mehta authored
-
- Jan 15, 2018
-
-
Aastha Mehta authored
-
- 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
-