Is it possible to implement TCP checksum offload support only in Miniport drivers ? Or is it necessary to support TCP connection offloading as well ?
I was trying to implement checksum offload support without connection offload support, but not able to get it work properly. I was passing NULL in PNDIS_TCP_CONNECTION_OFFLOAD member of NDIS_MINIPORT_ADAPTER_OFFLOAD_ATTRIBUTES structure during Miniport Initialize.
Any help/advice is highly appreciated.