commit | 5990a30510ed1c37a769d3a035ad2d030b843528 | [log] [tgz] |
---|---|---|
author | Jason Wang <jasowang@redhat.com> | Thu Jan 04 11:14:27 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 09 10:56:10 2018 -0500 |
tree | 58dd7f60299879be878882f3ccaa4fed164e6665 | |
parent | a0ce093180f2bbb832b3f5583adc640ad67ea568 [diff] |
tun/tap: use ptr_ring instead of skb_array This patch switches to use ptr_ring instead of skb_array. This will be used to enqueue different types of pointers by encoding type into lower bits. Signed-off-by: Jason Wang <jasowang@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>