Zero-copy network transmission with io_uring
Zero-copy network transmission with io_uring
Posted Jan 12, 2022 12:25 UTC (Wed) by al4711 (subscriber, #57932)In reply to: Zero-copy network transmission with io_uring by smurf
Parent article: Zero-copy network transmission with io_uring
> What exactly is the question?
My question is what's the benefit of zero-copy data when the decrypt/encrypt step is in between.
Maybe I misunderstand the benefit, so please let me draw a picture.
client -> data -> nic -> kernel -> reading data and write data to nic buffer -> client
When we look now into the decrypt/encrypt step is this my understanding.
client -> data -> nic -> kernel -> server reading data -> decrypt/encrypt -> write data to nic buffer -> client
Could the ktls help in this case?
