Skip to content

Commit 484fb1a

Browse files
committed
enable nbl history
Signed-off-by: Yuri Benditovich <[email protected]>
1 parent ecb5978 commit 484fb1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NetKVM/Common/ParaNdis-TX.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
/* Must be a power of 2 */
99
#define PARANDIS_TX_LOCK_FREE_QUEUE_DEFAULT_SIZE 2048
10-
#define NBL_MAINTAIN_HISTORY 0
10+
#define NBL_MAINTAIN_HISTORY 1
1111

1212
/* the maximum number of pages that a single network packet can span.
1313
refer linux kernel code #define MAX_SKB_FRAGS (65536/PAGE_SIZE + 1), */

0 commit comments

Comments
 (0)