3 Commits

Author SHA1 Message Date
Josh Bleecher Snyder
f93fe2c43b fix include line 2021-07-13 16:03:28 -07:00
Josh Bleecher Snyder
8ae85389e7 add link to gist for future capability probing 2021-07-13 15:17:20 -07:00
kadmin
07374071d0 net/uring: add probing capability
Adds the ability to probe for various capabilities. It will not call into C unless
necessary. It also allocates one probe per call to new capability, which may be expensive, so in
theory they could be reused instead.

Signed-off-by: kadmin <julianknodt@gmail.com>
2021-07-13 15:15:16 -07:00