Skip to content

Commit

Permalink
- hotfix: reduce TX_RING_SIZE to make it runnable on AWS ena
Browse files Browse the repository at this point in the history
  • Loading branch information
guesslin committed Oct 8, 2020
1 parent 494f098 commit 4b2f55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/low/low.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

// These constants are get from DPDK and checked for performance
#define RX_RING_SIZE 128
#define TX_RING_SIZE 2048
#define TX_RING_SIZE 1024

// 2 queues are enough for handling 40GBits. Should be checked for other NICs.
// TODO This macro should be a function that will dynamically return the needed number of cores.
Expand Down

0 comments on commit 4b2f55b

Please sign in to comment.