diff options
author | Anthony Liguori | 2010-09-08 21:26:14 +0200 |
---|---|---|
committer | Anthony Liguori | 2010-09-08 21:26:14 +0200 |
commit | dccbe6fbab47c9a2589f436e0592933b47cbe40b (patch) | |
tree | e5a851b48a3801dd28282eb17533975cade7ac23 /net/tap-aix.c | |
parent | virtio-9p: Change handling of flags in open() path for 9P2000.L (diff) | |
parent | virtio-net: Introduce a new bottom half packet TX (diff) | |
download | qemu-dccbe6fbab47c9a2589f436e0592933b47cbe40b.tar.gz qemu-dccbe6fbab47c9a2589f436e0592933b47cbe40b.tar.xz qemu-dccbe6fbab47c9a2589f436e0592933b47cbe40b.zip |
Merge remote branch 'mst/for_anthony' into staging
Diffstat (limited to 'net/tap-aix.c')
-rw-r--r-- | net/tap-aix.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/tap-aix.c b/net/tap-aix.c index 4bc9f2f6d2..e19aaba110 100644 --- a/net/tap-aix.c +++ b/net/tap-aix.c @@ -46,6 +46,15 @@ int tap_probe_has_ufo(int fd) return 0; } +int tap_probe_vnet_hdr_len(int fd, int len) +{ + return 0; +} + +void tap_fd_set_vnet_hdr_len(int fd, int len) +{ +} + void tap_fd_set_offload(int fd, int csum, int tso4, int tso6, int ecn, int ufo) { |