commit | f3dd3f4797652c311df9c074436d420f1ad3566e | [log] [tgz] |
---|---|---|
author | stephen hemminger <stephen@networkplumber.org> | Mon Feb 27 10:26:48 2017 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 06 17:13:13 2017 -0800 |
tree | 029e7602f0594a5b805828c33c40448cdb58623f | |
parent | 50698d80f8bb1db989b7b9fa433f588fade5e382 [diff] |
vmbus: introduce in-place packet iterator This is mostly just a refactoring of previous functions (get_pkt_next_raw, put_pkt_raw and commit_rd_index) to make it easier to use for other drivers and NAPI. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>