-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net/mana: do not ring short doorbell for every mbuf alloc
In the 32bit rx path, it rings short doorbell after receiving one packet and allocating the new mbuf. This significantly impacts the rx performance. Fix this problem by ringing the short doorbell in batch. Fixes: eeb3780 ("net/mana: use bulk mbuf allocation for Rx WQEs") Cc: [email protected] Signed-off-by: Wei Hu <[email protected]>
- Loading branch information
1 parent
872e846
commit 4e6a273
Showing
1 changed file
with
4 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters