summaryrefslogtreecommitdiff
path: root/py/stackctrl.c
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2025-11-11 17:37:09 +1100
committerDamien George <damien@micropython.org>2025-11-20 13:52:20 +1100
commit9f87b7914294ede82c4e0f35621624a26bf9923c (patch)
tree68fd645d0fce170aa736da9a17fb6e69540d47ac /py/stackctrl.c
parentf5a65b39944c85955ecfeca086cce8d27c2c8551 (diff)
stm32/eth: Implement zero-copy of lwIP pbufs for TX path.
This option (currently only enabled for N6) allows the TX path to hold on to a pbuf reference while the DMA accesses the pbuf's memory directly, instead of copying the entire pbuf data into the internal buffers. This is necessary to achieve gigabit speeds on the N6, although actually achieving that speed requires higher up parts of the stack to be efficient as well. Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'py/stackctrl.c')
0 files changed, 0 insertions, 0 deletions