MSFT_NetAdapterEncapsulatedPacketTaskOffloadCapabilities class

Used to report the offload capabilities of a network adapter when it transmits or receives encapsulated packets.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Dynamic, Provider("NetAdapterCim")]
class MSFT_NetAdapterEncapsulatedPacketTaskOffloadCapabilities
{
  uint32 TransmitChecksumOffloadSupported;
  uint32 ReceiveChecksumOffloadSupported;
  uint32 LsoV2Supported;
  uint32 RssSupported;
  uint32 VmqSupported;
};

Members

The MSFT_NetAdapterEncapsulatedPacketTaskOffloadCapabilities class has these types of members:

Properties

The MSFT_NetAdapterEncapsulatedPacketTaskOffloadCapabilities class has these properties.

LsoV2Supported

Data type: uint32

Access type: Read-only

Indicates network adapter support for Large Send Offload (LSO) V2 for encapsulated packets

ReceiveChecksumOffloadSupported

Data type: uint32

Access type: Read-only

Indicates network adapter support for Receive Checksum Offload for this encapsulated packet type

RssSupported

Data type: uint32

Access type: Read-only

Indicates network adapter support for Receive Side Scaling (RSS) for encapsulated packets

TransmitChecksumOffloadSupported

Data type: uint32

Access type: Read-only

Indicates network adapter support for Transmit Checksum Offload for this encapsulated packet type

VmqSupported

Data type: uint32

Access type: Read-only

Indicates network adapter support for Virtual Machine Queue (VMQ) for encapsulated packets

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\StandardCimv2
MOF
NetAdapterCim.mof
DLL
NetAdapterCim.dll

See also

NetAdapterCim Provider