Skip to content

Commit 91e5772

Browse files
committed
Merge branch 'vodak-known-limitations' into 'devel'
docs: introduce known_limitations See merge request ndk/ndk-fpga!247
2 parents 33c1479 + 9c3afa3 commit 91e5772

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

core/doc/known_limitations.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.. _known_limitations:
2+
3+
Known Limitations
4+
=================
5+
6+
Maximal jumbo frames
7+
********************
8+
9+
For DMA Medusa maximal supported frame length (MTU) is 16332 bytes. DMA Calypte supports only frames that have up to 4096 bytes.
10+
For proper MTU functionality for DMA transfers, it may be necessary to set the correct SW buffer sizes, this can be done using the nfb-dma tool.
11+
Don't forget to also properly set the MTU in the Ethernet MAC using the nfb-eth tool, the default value here is 1526 bytes.

doc/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Overview
2020
ndk_build/readme
2121
ndk_core/doc/devtree
2222
ndk_core/doc/faq
23+
ndk_core/doc/known_limitations
2324

2425
The **Network Development Kit (NDK) for FPGAs** is a comprehensive framework designed
2526
for the rapid and efficient development of FPGA-accelerated network applications. Optimized

0 commit comments

Comments
 (0)