From 782eba420752c3beea0cc2aa2a9ee96b4f51a7f0 Mon Sep 17 00:00:00 2001 From: Yan Vugenfirer Date: Tue, 5 Apr 2016 13:00:15 +0300 Subject: [PATCH] Enable RSC Signed-off-by: Yan Vugenfirer --- NetKVM/Common/common.inf.h | 4 ++++ NetKVM/Common/ndis56common.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NetKVM/Common/common.inf.h b/NetKVM/Common/common.inf.h index 5642713..99ef2a6 100644 --- a/NetKVM/Common/common.inf.h +++ b/NetKVM/Common/common.inf.h @@ -18,6 +18,10 @@ #define PARANDIS_SUPPORT_RSS 1 #endif +#if TARGETOS >= 62 +#define PARANDIS_SUPPORT_RSC 1 +#endif + #endif #if TARGETOS >= 60 diff --git a/NetKVM/Common/ndis56common.h b/NetKVM/Common/ndis56common.h index d86fe10..93b542d 100755 --- a/NetKVM/Common/ndis56common.h +++ b/NetKVM/Common/ndis56common.h @@ -39,7 +39,7 @@ extern "C" #include "osdep.h" #if NDIS_SUPPORT_NDIS630 -#define PARANDIS_SUPPORT_RSC 0 // Disable RSC support until support on the host side is ready +#define PARANDIS_SUPPORT_RSC 1 #endif #if NDIS_SUPPORT_NDIS620 -- 2.7.0.windows.1