Receiving valid Multicast address failed on mini port driver

vkp

Joined
Feb 15, 2017
Messages
1
Reaction score
0
I am currently doing multicast address test in HLK test . During the test initially i can't able to add multicast address .So i handled set request OID_802_3_MULTICAST_LIST on miniport driver . So i can bale to add the address . But after that i got errors during the test .

This is the log :

*****************************************************************
Add/Delete a multicast address multiple times - 0
ClOpen::AddMulticastAddress
Add address 01-02-03-04-05-06 to the multicast list on the Test open Address 01-02-03-04-05-06 added to the Multicast List on the Test open
Query Multicast address list to validate that Add was successfull.


Delete Multicast Address.
ClOpen::RemoveMulticastAddress
Remove address 01-02-03-04-05-06 to the multicast list on the Test open Address 01-02-03-04-05-06 removed from the Multicast List on the Test open
Query Multicast address list to validate that Delete was successfull.

Add/Delete a multicast address multiple times - 1

ClOpen::AddMulticastAddress
Add address 01-02-03-04-05-06 to the multicast list on the Test open Address 01-02-03-04-05-06 added to the Multicast List on the Test open Query Multicast address list to validate that Add was successfull.

Delete Multicast Address.

ClOpen::RemoveMulticastAddress
Remove address 01-02-03-04-05-06 to the multicast list on the Test open Address 01-02-03-04-05-06 removed from the Multicast List on the Test open

Query Multicast address list to validate that Delete was successfull. etc.....

************************************************

After that Add as many multicast addresses as driver says it supports :


Send/Receive for all valid multicast addresses. Should receive all packets for this test.
------------------------------------------------------


Support adapter your Virtual Network Driver sent 5250 packets to all destinations of 5250 expected.
Support adapter your Virtual Network Driver sent 250 packets to destination 01-02-03-04-00-00 of 250 expected.
Support adapter your Virtual Network Driver sent 250 packets to destination 01-02-03-04-00-01 of 250 expected.

EndPoint::GetReceiveResults - Name: TestDeviceMultipointCommHelper_EndPoint
EndPoint::GetReceiveResults - Name: TestDeviceMultipointCommHelper_EndPoint

50013 Received less than the expected percentage of packets sent. We expected 247 packets (99 percent of 250 expected packets sent).

NDISTest header module: Destination 01-02-03-04-00-00 on test adapter your Virtual Network Driver received 0 of 250 expected packets sent.


50013 Received less than the expected percentage of packets sent. We expected 247 packets (99 percent of 250 expected packets sent).

NDISTest header module: Destination 01-02-03-04-00-01 on test adapter your Virtual Network Driver received 0 of 250 expected packets sent.


Any suggestion why i am getting packet failure ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top