aya icon indicating copy to clipboard operation
aya copied to clipboard

Improve AF_XDP test

Open arctic-alpaca opened this issue 1 year ago • 1 comments

  • Fix UB in AF_XDP test: Calling assume_init_mut() on uninitialized memory causes UB. By using zeroed() the memory is guaranteed to be zero and with that is properly initialized for u8.
  • Add queue ID matching to AF_XDP test: Improves clarity how AF_XDP works for people using the test as an example. Basically does the same as the kernel docs.

arctic-alpaca avatar Dec 01 '23 10:12 arctic-alpaca

Deploy Preview for aya-rs-docs ready!

Built without sensitive environment variables

Name Link
Latest commit 9813c39f193279f22ccef59d7b3c65ee20b1aaae
Latest deploy log https://app.netlify.com/sites/aya-rs-docs/deploys/6569b0917bed0800084c42a6
Deploy Preview https://deploy-preview-846--aya-rs-docs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Dec 01 '23 10:12 netlify[bot]