commit | 2596774ad27bbe478829343702e896bea4c621cb | [log] [tgz] |
---|---|---|
author | Mark McLoughlin <markmc@redhat.com> | Thu Oct 22 17:43:44 2009 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Oct 27 12:29:01 2009 -0500 |
tree | 26b581d683c051adf939244c54ff8c886b16db73 | |
parent | b04c4134d6de28c249277de19e523bfbe4aebbd6 [diff] |
net: implement tap support for receive_raw() tap_receive_raw() always prepends a vnet header if IFF_VNET_HDR is enabled. tap_receive() only prepends when the a header is required but the NIC doesn't supply one. Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>