File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1010# ------------------------------------------------------------------------------
1111# DMA parameters:
1212# ------------------------------------------------------------------------------
13- # The minimum number of RX/TX DMA channels for this card is 16.
14- set DMA_RX_CHANNELS 4
15- set DMA_TX_CHANNELS 4
13+ set DMA_RX_CHANNELS 16
14+ set DMA_TX_CHANNELS 16
1615# In blocking mode, packets are dropped only when the RX DMA channel is off.
1716# In non-blocking mode, packets are dropped whenever they cannot be sent.
1817set DMA_RX_BLOCKING_MODE true
Original file line number Diff line number Diff line change 1010# ------------------------------------------------------------------------------
1111# DMA parameters:
1212# ------------------------------------------------------------------------------
13- # The minimum number of RX/TX DMA channels for this card is 16.
14- set DMA_RX_CHANNELS 4
15- set DMA_TX_CHANNELS 4
13+ set DMA_RX_CHANNELS 16
14+ set DMA_TX_CHANNELS 16
1615# In blocking mode, packets are dropped only when the RX DMA channel is off.
1716# In non-blocking mode, packets are dropped whenever they cannot be sent.
1817set DMA_RX_BLOCKING_MODE true
You can’t perform that action at this time.
0 commit comments