Windows 10 LagTeam crash in TeamQueryObject

I have an Ndis6.0 filter driver installed on windows 10.
Two Intel 1000 PT NICs are static teamed. my remote device is sending 2Gb data as UDP jumbo packets.

my impression from the mini dump is, that Ndis microsoft implementation has problems dispatching device I/O requests to my driver.
Is it possible that this could be caused by me?

SYSTEM_SERVICE_EXCEPTION (3b)
An exception happened while executing a system service routine.
Arguments:
Arg1: 00000000c0000005, Exception code that caused the bugcheck
Arg2: fffff80030fd3939, Address of the instruction which caused the bugcheck
Arg3: ffffd001a28f5840, Address of the context record for the exception that caused the bugcheck
Arg4: 0000000000000000, zero.

callstack:
fffd001a28f6260 fffff8002f34804c : 00000000000000d8 0000000000000300 00000000000000d8 0000000000000000 : NdisImPlatform!implatTeamQueryObject+0x1c9
ffffd001a28f62a0 fffff8002f2b45b5 : ffffe00114a60010 0000000000000000 ffffd001a28f6360 00060080000000d8 : ndis!ndisNsiGetInterfaceRodInformation+0x1ac
ffffd001a28f6330 fffff8002f3f9b9e : ffffd001a28f6490 ffffe00114d9fa20 ffffe00116ae3000 0000000000000000 : ndis!ndisNsiGetAllInterfaceInformation+0x445
ffffd001a28f63f0 fffff800302921b1 : ffffe00116ae3000 ffffe00100000070 0000000000000000 0000000000000070 : NETIO!NsiEnumerateObjectsAllParametersEx+0x5fe
ffffd001a28f65d0 fffff80030291e21 : 0000000000000000 ffffe00111d249b0 ffffe00111d248e0 0000000000000000 : nsiproxy!NsippEnumerateObjectsAllParameters+0x201
ffffd001a28f67c0 fffff80209eb8c4d : 0000000000000000 ffffe00111d248e0 ffffe00111d248e0 fffff58010804000 : nsiproxy!NsippDispatch+0x61
ffffd001a28f6800 fffff80209eb8526 : 000000355baff2d8 ffffd001a28f6b80 0000000000000000 0000000000000000 : nt!IopXxxControlFile+0x71d
ffffd001a28f6a20 fffff80209bd4b63 : ffffe00111d10080 000000355baff2b8 ffffd001a28f6aa8 000000355906f1b0 : nt!NtDeviceIoControlFile+0x56
ffffd001a28f6a90 00007ffbca6b356a : 0000000000000000 0000000000000000 0000000000000000 0000000000000000 : nt!KiSystemServiceCopyEnd+0x13
000000355baff368 0000000000000000 : 0000000000000000 0000000000000000 0000000000000000 0000000000000000 : 0x00007ffb`ca6b356a

regs:
rax=000300000000ffff rbx=ffffe00115e55b76 rcx=0000000000000040
rdx=0000000000000000 rsi=ffffe00115e55a80 rdi=ffffe00116ae4248
rip=fffff80030fd3939 rsp=ffffd001a28f6260 rbp=0000000000000012
r8=ffffe00115e55b66 r9=ffffe00116ae4288 r10=00001ffee951bdb8
r11=0000000000000000 r12=0000000000000001 r13=ffffe00116ae4248
r14=ffffe00115e55b80 r15=0000000000000000
iopl=0 nv up ei pl nz ac po cy
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00010217
NdisImPlatform!implatTeamQueryObject+0x1c9:
fffff80030fd3939 488b4c01d0 mov rcx,qword ptr [rcx+rax-30h] ds:002b:000300000001000f=???

fucktion dasm:

NdisImPlatform!implatTeamQueryObject+0x1be:
fffff80030fd392e 498b8000010000 mov rax,qword ptr [r8+100h] fffff80030fd3935 4b8d0c0a lea rcx,[r10+r9]
fffff80030fd3939 488b4c01d0 mov rcx,qword ptr [rcx+rax-30h] \<\< puff fffff80030fd393e 490109 add qword ptr [r9],rcx
fffff80030fd3941 4d8d4908 lea r9,[r9+8] fffff80030fd3945 4883ed01 sub rbp,1
fffff80030fd3949 75e3 jne NdisImPlatform!implatTeamQueryObject+0x1be (fffff80030fd392e)

What version of Win 10 are you using? There are some NDIS fixes in
Microsoft Windows [Version 10.0.10586].

Larry C

latest patch on public release track