Hi, Siva The 10ms interval was chosen just by experience. This background polling intends to pick up the coming request (e.g. ARP request) when there is no active polling from upper layer. The ARP time out is 1 second, so using 10ms background polling make the network stack able to receive ARP request among 100 incoming package/second. You can change this to a reasonable time for the inband network. Best Regards Siyuan From: Sivaraman Nainar Sent: 2019Äê9ÔÂ10ÈÕ 17:17 To: devel@edk2.groups.io Cc: Wu, Jiaxin ; Fu, Siyuan Subject: reg: Polling Interval in MNP Hi all: In the Network Package, MNPDxe Driver has the timeout check in MnpCheckPacketTimeout() for the interval of 10 ms. This interval is OK when we have the On board / Add on network controllers. In the cases of Network devices exposed via Inband (Virtual USB exposing network interfaces) when there is a packet read given to USB interfaces and it processed in lower level which could not provide the data within the 10 ms interval and it failed with timeout and communication failed when we perform the HTTP request. Do we have any specific reason to have this as 10 ms? Do we have any max limit for this interval value? -Siva