[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [win-pv-devel] [PATCH 0/6] Use VIF v2 interface
Indirectly adds support for multi-queues by updating to VIF interface v2 Calculates a hash value for XenVif to determine queue (if supported) Owen Smith (6): Dos2Unix line endings Move interface registration to coinstaller Refactor for more maintainability. Query for cache interface Switch to VIF interface V2 Calculate simple hash of IP/Ports include/cache_interface.h | 233 +++ include/vif_interface.h | 94 +- src/coinst/coinst.c | 155 ++ src/xennet.inf | 6 +- src/xennet/adapter.c | 3549 ++++++++++++++++++------------------------ src/xennet/adapter.h | 150 +- src/xennet/common.h | 36 - src/xennet/driver.c | 533 +++++++ src/xennet/main.c | 361 ----- src/xennet/miniport.c | 78 +- src/xennet/project.h | 66 - src/xennet/receiver.c | 328 ++-- src/xennet/receiver.h | 58 +- src/xennet/registry.c | 1200 -------------- src/xennet/registry.h | 168 -- src/xennet/std.h | 45 - src/xennet/transmitter.c | 695 ++++++--- src/xennet/transmitter.h | 51 +- vs2012/xennet/xennet.vcxproj | 4 +- vs2013/xennet/xennet.vcxproj | 250 ++- 20 files changed, 3490 insertions(+), 4570 deletions(-) create mode 100644 include/cache_interface.h delete mode 100644 src/xennet/common.h create mode 100644 src/xennet/driver.c delete mode 100644 src/xennet/main.c delete mode 100644 src/xennet/project.h delete mode 100644 src/xennet/registry.c delete mode 100644 src/xennet/registry.h delete mode 100644 src/xennet/std.h -- 1.9.4.msysgit.1 _______________________________________________ win-pv-devel mailing list win-pv-devel@xxxxxxxxxxxxxxxxxxxx http://lists.xenproject.org/cgi-bin/mailman/listinfo/win-pv-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |