commit | e7d214642a19b8e0e7ecda39184c2ab98ba4801f | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <stephen@networkplumber.org> | Tue Jan 09 12:57:30 2018 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jan 10 17:40:53 2018 +0100 |
tree | 7f102f87fb2580d8159ff7d05a5f55882450cb38 | |
parent | c5702d1b31085ccda7f46e514a51c6c8db54cdc4 [diff] |
uio_hv_generic: create send and receive buffers Map in receive and send buffers for networking in UIO device. These buffers are special and need to be setup by kernel API's; userspace can not do it. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>