Skip to content

Commit

Permalink
dpaa2: ni: Increase Tx ring buffer size to 4096 for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsalychev committed May 8, 2022
1 parent d3ba3b6 commit 0e0f350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/dev/dpaa2/dpaa2_ni.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ __FBSDID("$FreeBSD$");
#define BUF_MAXADDR_49BIT 0x1FFFFFFFFFFFFul
#define BUF_MAXADDR (BUS_SPACE_MAXADDR)

#define DPAA2_TX_BUFRING_SZ (1024)
#define DPAA2_TX_BUFRING_SZ (4096)

/* Size of a buffer to keep a QoS table key configuration. */
#define ETH_QOS_KCFG_BUF_SIZE 256
Expand Down

0 comments on commit 0e0f350

Please sign in to comment.