Edit

MSFT_NetAdapterLargeSendOffloadV2Capabilities class

This class is used to report LSOv2 capabilities on a network adapter.

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

Syntax

[Dynamic, Provider("NetAdapterCim")]
class MSFT_NetAdapterLargeSendOffloadV2Capabilities
{
  string  IPv4Encapsulation;
  uint32  IPv4MaxOffloadSizeSupported;
  uint32  IPv4MinSegmentCountSupported;
  string  IPv6Encapsulation;
  uint32  IPv6MaxOffLoadSizeSupported;
  uint32  IPv6MinSegmentCountSupported;
  boolean IPv6IpExtensionHeadersSupported;
  boolean IPv6TcpOptionsSupported;
};

Members

The MSFT_NetAdapterLargeSendOffloadV2Capabilities class has these types of members:

Properties

The MSFT_NetAdapterLargeSendOffloadV2Capabilities class has these properties.

IPv4Encapsulation

Data type: string

Access type: Read-only

Defines the IPv4 LSOv2 encapsulation settings for the Adapter.

IPv4MaxOffloadSizeSupported

Data type: uint32

Access type: Read-only

Maximum bytes of user data in a single packet supported by the Adapter for IPv4 packets.

IPv4MinSegmentCountSupported

Data type: uint32

Access type: Read-only

Minimum number of segments that a large TCP packet must be divisible by before offloading to Adapter for segmentation for IPv4 packets.

IPv6Encapsulation

Data type: string

Access type: Read-only

Defines the IPv6 LSOv2 encapsulation settings for the Adapter.

IPv6IpExtensionHeadersSupported

Data type: boolean

Access type: Read-only

Indicates if the Adapter supports segmentation of a packet containing IPv6 Extension headers.

IPv6MaxOffLoadSizeSupported

Data type: uint32

Access type: Read-only

Maximum bytes of user data in a single packet supported by the Adapter for IPv6 packets.

IPv6MinSegmentCountSupported

Data type: uint32

Access type: Read-only

Minimum number of segments that a large TCP packet must be divisible by before offloading to Adapter for segmentation for IPv6 packets.

IPv6TcpOptionsSupported

Data type: boolean

Access type: Read-only

Indicates if the Adapter supports segmentation of a packet containing TCP options.

Requirements

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