{"id":15414,"date":"2013-09-04T14:47:53","date_gmt":"2013-09-04T13:47:53","guid":{"rendered":"https:\/\/aidanfinn.com\/?p=15414"},"modified":"2013-09-04T14:47:53","modified_gmt":"2013-09-04T13:47:53","slug":"ws2012-r2-hyper-v-virtual-rss-vrss-in-action","status":"publish","type":"post","link":"https:\/\/aidanfinn.com\/?p=15414","title":{"rendered":"WS2012 R2 Hyper-V Virtual Receive Side Scaling (vRSS) In Action"},"content":{"rendered":"<p>Microsoft added a new feature in Windows Server 2012 R2 Hyper-V called Virtual RSS or vRSS.\u00a0 Receive Side Scaling (RSS) is a feature used in physical NICs to allow a server\u2019s networking capacity to scale out.\u00a0 Microsoft <a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/windows\/hardware\/ff556942(v=vs.85).aspx\" target=\"_blank\">describes<\/a> RSS as:<\/p>\n<blockquote><p>\u2026 a network driver technology that enables the efficient distribution of network receive processing across multiple CPUs in multiprocessor systems.<\/p><\/blockquote>\n<p>Long story, short, without RSS inbound networking scalability in a server is bottlenecked by the processing power of Core 0 of CPU 0, no matter how many cores or processors that you have in that server; all the networking interrupts go to that single core.\u00a0 With RSS in a NIC and enabled in the advanced settings (changes depending on your NIC) then Windows Server 2012 and later can spread the processing load across the cores\/processors in the server (including Hyper-V hosts).<\/p>\n<p>As I said, RSS is a function of physical NICs, and therefore a function of physical servers\/hosts.\u00a0 Since WS2012 Hyper-V we have the ability to create massive VMs with 64 virtual processors, 1 TB RAM, and oodles of VHDX storage.\u00a0 I bet some of those workloads would like to do lots of inbound networking.\u00a0 Unfortunately, there was no RSS that you could use in the Hyper-V Virtual Ethernet Adapter.<\/p>\n<p>That changes with WS2012 R2 Hyper-V because it allows us to turn on vRSS.\u00a0 The concept is simple enough.\u00a0 In the host you have one or more 10 Gbps or faster physical NICs (pNICs) that are connected to the virtual switch, probably via a NIC team (if there is more than one pNIC).\u00a0 Virtual Machine Queue (VMQ) is enabled in this NICs.\u00a0 VMQ is a cousin of RSS; it uses the same circuitry to increase the scalability of inbound VM networking on the host.<\/p>\n<p>You can check the status of VMQ using PowerShell if you want using <em>Get-NetAdapterVMQ<\/em>.<\/p>\n<p><a href=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2013\/09\/image1.png\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; display: block; padding-right: 0px; margin-right: auto; border: 0px;\" title=\"image\" alt=\"image\" src=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2013\/09\/image_thumb1.png\" width=\"304\" height=\"549\" border=\"0\" \/><\/a><\/p>\n<p>You then enable vRSS in the properties of the virtual NIC in the guest OS of the VM.\u00a0\u00a0 I went one step further by enabling Jumbo Frames.<\/p>\n<p><a href=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2013\/09\/image2.png\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; display: block; padding-right: 0px; margin-right: auto; border: 0px;\" title=\"image\" alt=\"image\" src=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2013\/09\/image_thumb2.png\" width=\"404\" height=\"451\" border=\"0\" \/><\/a><\/p>\n<p>Alternatively you can enable vRSS in the VM by using PowerShell in the guest OS if you want:<\/p>\n<p><em>Enable-NetAdapterRSS \u2013Name &lt;AdapterName&gt;<\/em><\/p>\n<p>Voila; you have increased the scalability of the VM\u2019s networking \u2026 assuming that the VM has lots of virtual prcessors.\u00a0 Now you can push some data to your VM(s).\u00a0 Open up Task Manager and the logical processors view and you can see the workload being scaled out across the virtual processors of the VM.<\/p>\n<p><a href=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2013\/09\/image3.png\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; display: block; padding-right: 0px; margin-right: auto; border: 0px;\" title=\"image\" alt=\"image\" src=\"https:\/\/aidanfinn.com\/wp-content\/uploads\/2013\/09\/image_thumb3.png\" width=\"404\" height=\"431\" border=\"0\" \/><\/a><\/p>\n<p>My reason for enabling vRSS was that I was building a second Scale-Out File Server, which needed to be virtual due to equipment shortages. I built up 2 VMs with Shared VHDX.\u00a0 Each VM in the virtual SOFS has 3 virtual NICs:<\/p>\n<ol>\n<li>Management: connected to a 1 Gbps virtual switch<\/li>\n<li>Storage1: connected to a 10 Gbps virtual witch, with dVMQ enabled on the pNIC<\/li>\n<li>Storage2: connected to another 10 Gbps virtual witch, with dVMQ enabled on the pNIC<\/li>\n<\/ol>\n<p>All my cluster and SMB 3.0 traffic goes over Storage1 and Storage2 via SMB Multichannel.\u00a0 I enabled vRSS in the guest OS of the VMs.\u00a0 The above CPU performance was snapped from when I had a job running to create 60 WS2012 R2 VMs on the virtual SOFS.\u00a0 You can see that the processor load is better balanced \u2026 better for the VM\u2019s scalability and probably better for the VM\u2019s neighbours on the host.<\/p>\n<p>Note that the supported guest OS\u2019s are Windows 8.1 and Windows Server 2012 R2.<\/p>\n<p><em>Note: NVGRE is compatible with vRSS.\u00a0 SR-IOV is not compatible with vRSS<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Microsoft added a new feature in Windows Server 2012 R2 Hyper-V called Virtual RSS or vRSS.\u00a0 Receive Side Scaling (RSS) is a feature used in physical NICs to allow a server\u2019s networking capacity to scale out.\u00a0 Microsoft describes RSS as: \u2026 a network driver technology that enables the efficient distribution of network receive processing across &hellip; <a href=\"https:\/\/aidanfinn.com\/?p=15414\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;WS2012 R2 Hyper-V Virtual Receive Side Scaling (vRSS) In Action&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"_wpcom_ai_launchpad_first_post":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-15414","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Microsoft added a new feature in Windows Server 2012 R2 Hyper-V called Virtual RSS or vRSS. Receive Side Scaling (RSS) is a feature used in physical NICs to allow a server\u2019s networking capacity to scale out. Microsoft describes RSS as: \u2026 a network driver technology that enables the efficient distribution of network receive processing across\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"AFinn\"\/>\n\t<meta name=\"google-site-verification\" content=\"TDKjbi2McB2eLIfL6KwPB3aQqv5E-mbcb2QYIcovGaI\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/aidanfinn.com\/?p=15414\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_GB\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Aidan Finn, IT Pro - A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"WS2012 R2 Hyper-V Virtual Receive Side Scaling (vRSS) In Action | Aidan Finn, IT Pro\" \/>\n\t\t<meta property=\"og:description\" content=\"Microsoft added a new feature in Windows Server 2012 R2 Hyper-V called Virtual RSS or vRSS. Receive Side Scaling (RSS) is a feature used in physical NICs to allow a server\u2019s networking capacity to scale out. Microsoft describes RSS as: \u2026 a network driver technology that enables the efficient distribution of network receive processing across\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/aidanfinn.com\/?p=15414\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2013-09-04T13:47:53+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2013-09-04T13:47:53+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@joe_elway\" \/>\n\t\t<meta name=\"twitter:title\" content=\"WS2012 R2 Hyper-V Virtual Receive Side Scaling (vRSS) In Action | Aidan Finn, IT Pro\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Microsoft added a new feature in Windows Server 2012 R2 Hyper-V called Virtual RSS or vRSS. Receive Side Scaling (RSS) is a feature used in physical NICs to allow a server\u2019s networking capacity to scale out. Microsoft describes RSS as: \u2026 a network driver technology that enables the efficient distribution of network receive processing across\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@joe_elway\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=15414#article\",\"name\":\"WS2012 R2 Hyper-V Virtual Receive Side Scaling (vRSS) In Action | Aidan Finn, IT Pro\",\"headline\":\"WS2012 R2 Hyper-V Virtual Receive Side Scaling (vRSS) In Action\",\"author\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/wp-content\\\/uploads\\\/2013\\\/09\\\/image_thumb1.png\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=15414\\\/#articleImage\",\"width\":304,\"height\":549},\"datePublished\":\"2013-09-04T14:47:53+01:00\",\"dateModified\":\"2013-09-04T14:47:53+01:00\",\"inLanguage\":\"en-GB\",\"commentCount\":22,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=15414#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=15414#webpage\"},\"articleSection\":\"Uncategorized\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=15414#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/aidanfinn.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=1#listItem\",\"name\":\"Uncategorized\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=1#listItem\",\"position\":2,\"name\":\"Uncategorized\",\"item\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=1\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=15414#listItem\",\"name\":\"WS2012 R2 Hyper-V Virtual Receive Side Scaling (vRSS) In Action\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=15414#listItem\",\"position\":3,\"name\":\"WS2012 R2 Hyper-V Virtual Receive Side Scaling (vRSS) In Action\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=1#listItem\",\"name\":\"Uncategorized\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\",\"name\":\"AFinn\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=15414#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"AFinn\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1\",\"name\":\"AFinn\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=15414#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"AFinn\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=15414#webpage\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/?p=15414\",\"name\":\"WS2012 R2 Hyper-V Virtual Receive Side Scaling (vRSS) In Action | Aidan Finn, IT Pro\",\"description\":\"Microsoft added a new feature in Windows Server 2012 R2 Hyper-V called Virtual RSS or vRSS. Receive Side Scaling (RSS) is a feature used in physical NICs to allow a server\\u2019s networking capacity to scale out. Microsoft describes RSS as: \\u2026 a network driver technology that enables the efficient distribution of network receive processing across\",\"inLanguage\":\"en-GB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=15414#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"datePublished\":\"2013-09-04T14:47:53+01:00\",\"dateModified\":\"2013-09-04T14:47:53+01:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#website\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/\",\"name\":\"Aidan Finn, IT Pro\",\"description\":\"A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...\",\"inLanguage\":\"en-GB\",\"publisher\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"WS2012 R2 Hyper-V Virtual Receive Side Scaling (vRSS) In Action | Aidan Finn, IT Pro","description":"Microsoft added a new feature in Windows Server 2012 R2 Hyper-V called Virtual RSS or vRSS. Receive Side Scaling (RSS) is a feature used in physical NICs to allow a server\u2019s networking capacity to scale out. Microsoft describes RSS as: \u2026 a network driver technology that enables the efficient distribution of network receive processing across","canonical_url":"https:\/\/aidanfinn.com\/?p=15414","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"TDKjbi2McB2eLIfL6KwPB3aQqv5E-mbcb2QYIcovGaI","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/aidanfinn.com\/?p=15414#article","name":"WS2012 R2 Hyper-V Virtual Receive Side Scaling (vRSS) In Action | Aidan Finn, IT Pro","headline":"WS2012 R2 Hyper-V Virtual Receive Side Scaling (vRSS) In Action","author":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"publisher":{"@id":"https:\/\/aidanfinn.com\/#person"},"image":{"@type":"ImageObject","url":"https:\/\/aidanfinn.com\/wp-content\/uploads\/2013\/09\/image_thumb1.png","@id":"https:\/\/aidanfinn.com\/?p=15414\/#articleImage","width":304,"height":549},"datePublished":"2013-09-04T14:47:53+01:00","dateModified":"2013-09-04T14:47:53+01:00","inLanguage":"en-GB","commentCount":22,"mainEntityOfPage":{"@id":"https:\/\/aidanfinn.com\/?p=15414#webpage"},"isPartOf":{"@id":"https:\/\/aidanfinn.com\/?p=15414#webpage"},"articleSection":"Uncategorized"},{"@type":"BreadcrumbList","@id":"https:\/\/aidanfinn.com\/?p=15414#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/aidanfinn.com#listItem","position":1,"name":"Home","item":"https:\/\/aidanfinn.com","nextItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=1#listItem","name":"Uncategorized"}},{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=1#listItem","position":2,"name":"Uncategorized","item":"https:\/\/aidanfinn.com\/?cat=1","nextItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?p=15414#listItem","name":"WS2012 R2 Hyper-V Virtual Receive Side Scaling (vRSS) In Action"},"previousItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?p=15414#listItem","position":3,"name":"WS2012 R2 Hyper-V Virtual Receive Side Scaling (vRSS) In Action","previousItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=1#listItem","name":"Uncategorized"}}]},{"@type":"Person","@id":"https:\/\/aidanfinn.com\/#person","name":"AFinn","image":{"@type":"ImageObject","@id":"https:\/\/aidanfinn.com\/?p=15414#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g","width":96,"height":96,"caption":"AFinn"}},{"@type":"Person","@id":"https:\/\/aidanfinn.com\/?author=1#author","url":"https:\/\/aidanfinn.com\/?author=1","name":"AFinn","image":{"@type":"ImageObject","@id":"https:\/\/aidanfinn.com\/?p=15414#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g","width":96,"height":96,"caption":"AFinn"}},{"@type":"WebPage","@id":"https:\/\/aidanfinn.com\/?p=15414#webpage","url":"https:\/\/aidanfinn.com\/?p=15414","name":"WS2012 R2 Hyper-V Virtual Receive Side Scaling (vRSS) In Action | Aidan Finn, IT Pro","description":"Microsoft added a new feature in Windows Server 2012 R2 Hyper-V called Virtual RSS or vRSS. Receive Side Scaling (RSS) is a feature used in physical NICs to allow a server\u2019s networking capacity to scale out. Microsoft describes RSS as: \u2026 a network driver technology that enables the efficient distribution of network receive processing across","inLanguage":"en-GB","isPartOf":{"@id":"https:\/\/aidanfinn.com\/#website"},"breadcrumb":{"@id":"https:\/\/aidanfinn.com\/?p=15414#breadcrumblist"},"author":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"creator":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"datePublished":"2013-09-04T14:47:53+01:00","dateModified":"2013-09-04T14:47:53+01:00"},{"@type":"WebSite","@id":"https:\/\/aidanfinn.com\/#website","url":"https:\/\/aidanfinn.com\/","name":"Aidan Finn, IT Pro","description":"A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...","inLanguage":"en-GB","publisher":{"@id":"https:\/\/aidanfinn.com\/#person"}}]},"og:locale":"en_GB","og:site_name":"Aidan Finn, IT Pro - A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...","og:type":"article","og:title":"WS2012 R2 Hyper-V Virtual Receive Side Scaling (vRSS) In Action | Aidan Finn, IT Pro","og:description":"Microsoft added a new feature in Windows Server 2012 R2 Hyper-V called Virtual RSS or vRSS. Receive Side Scaling (RSS) is a feature used in physical NICs to allow a server\u2019s networking capacity to scale out. Microsoft describes RSS as: \u2026 a network driver technology that enables the efficient distribution of network receive processing across","og:url":"https:\/\/aidanfinn.com\/?p=15414","article:published_time":"2013-09-04T13:47:53+00:00","article:modified_time":"2013-09-04T13:47:53+00:00","twitter:card":"summary","twitter:site":"@joe_elway","twitter:title":"WS2012 R2 Hyper-V Virtual Receive Side Scaling (vRSS) In Action | Aidan Finn, IT Pro","twitter:description":"Microsoft added a new feature in Windows Server 2012 R2 Hyper-V called Virtual RSS or vRSS. Receive Side Scaling (RSS) is a feature used in physical NICs to allow a server\u2019s networking capacity to scale out. Microsoft describes RSS as: \u2026 a network driver technology that enables the efficient distribution of network receive processing across","twitter:creator":"@joe_elway"},"aioseo_meta_data":{"post_id":"15414","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-21 03:53:21","updated":"2025-06-04 16:04:51","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/aidanfinn.com\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/aidanfinn.com\/?cat=1\" title=\"Uncategorized\">Uncategorized<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tWS2012 R2 Hyper-V Virtual Receive Side Scaling (vRSS) In Action\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/aidanfinn.com"},{"label":"Uncategorized","link":"https:\/\/aidanfinn.com\/?cat=1"},{"label":"WS2012 R2 Hyper-V Virtual Receive Side Scaling (vRSS) In Action","link":"https:\/\/aidanfinn.com\/?p=15414"}],"jetpack_featured_media_url":"","amp_enabled":true,"_links":{"self":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/15414","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=15414"}],"version-history":[{"count":0,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/15414\/revisions"}],"wp:attachment":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=15414"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=15414"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=15414"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}