commit | 3c1b27d5043086a485f8526353ae9fe37bfa1065 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Wed Sep 23 22:26:31 2009 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Sep 23 22:26:31 2009 +0930 |
tree | e3b6eda3c66bcd1fc3af6e7fa6e4e3af77459474 | |
parent | f68d24082e22ccee3077d11aeb6dc5354f0ca7f1 [diff] |
virtio: make add_buf return capacity remaining This API change means that virtio_net can tell how much capacity remains for buffers. It's necessarily fuzzy, since VIRTIO_RING_F_INDIRECT_DESC means we can fit any number of descriptors in one, *if* we can kmalloc. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Dinesh Subhraveti <dineshs@us.ibm.com>