commit | ae5c00c451ffcad9df27a610435161e23599d386 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Sat Feb 24 14:53:37 2024 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Sat Feb 24 14:53:37 2024 -0700 |
tree | aaa7130ec05df40a1131efadeabe702f02d364c6 | |
parent | b18803ba61452ddd05903b0be47de3150db71ef7 [diff] |
examples/proxy: don't set iov->iov_base for ring provided sends Not really important for how it works, as it just gets ignored by the kernel as it needs to pick a buffer. But it's important in terms of illustrating that userspace need not set it. Only the length can be important here, as the send length will be the minimum of the passed in length and the length in the picked buffer. Signed-off-by: Jens Axboe <axboe@kernel.dk>