mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
Improve cache handling notes from my last commit some more
This commit is contained in:
parent
8f6b876ef9
commit
27ca731242
@ -166,7 +166,7 @@
|
|||||||
* Note the OS must correctly handle priority inversion for this.
|
* Note the OS must correctly handle priority inversion for this.
|
||||||
*
|
*
|
||||||
* Cache issues
|
* Cache issues
|
||||||
* ========================================
|
* ============
|
||||||
*
|
*
|
||||||
* DMA-capable ethernet hardware and zero-copy RX
|
* DMA-capable ethernet hardware and zero-copy RX
|
||||||
* ----------------------------------------------
|
* ----------------------------------------------
|
||||||
@ -177,6 +177,9 @@
|
|||||||
* DMA ethernet hardware for the next telegram to be received.
|
* DMA ethernet hardware for the next telegram to be received.
|
||||||
* See http://lwip.100.n7.nabble.com/in-place-overwriting-of-payload-via-static-quot-tcphdr-quot-pointer-td31434.html
|
* See http://lwip.100.n7.nabble.com/in-place-overwriting-of-payload-via-static-quot-tcphdr-quot-pointer-td31434.html
|
||||||
* for a more detailed explanation.
|
* for a more detailed explanation.
|
||||||
|
* Also keep in mind the user application may also write into pbufs,
|
||||||
|
* so it is generally a bug not to flush the data cache before handing
|
||||||
|
* a buffer to DMA hardware.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user