Skip to content

Commit 8633ce3

Browse files
committed
Merge branch 'valek-maint-u200_default_chan' into 'devel'
refactor(alveo-u200): put default amount of DMA channels to 16 See merge request ndk/ndk-fpga!323
2 parents 407cfcb + b50724e commit 8633ce3

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

apps/minimal/build/alveo-u200/app_conf.tcl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
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.
1817
set DMA_RX_BLOCKING_MODE true

apps/minimal/build/vcu118/app_conf.tcl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
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.
1817
set DMA_RX_BLOCKING_MODE true

0 commit comments

Comments
 (0)