commit | 3b4ba04acca8f98a62fd014a0826ea10bc93cde3 | [log] [tgz] |
---|---|---|
author | Jason Wang <jasowang@redhat.com> | Wed May 17 12:14:44 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu May 18 10:07:41 2017 -0400 |
tree | d070e9d5ecf191c65a3759bf2f95a0b1ddf0f5b2 | |
parent | ac77cfd4258fb8174766a92d118436da7f9dabf1 [diff] |
tap: support receiving skb from msg_control This patch makes tap_recvmsg() can receive from skb from its caller through msg_control. Vhost_net will be the first user. Signed-off-by: Jason Wang <jasowang@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>