So far what appears to have fixed the issue on my side, was just add some wait between port setup and the sending of the packets. time.sleep(2) seems to have done the job. But it may not be an ideal solution.
While testing this patch against the Intel NICs we have, I've detected
that upon port start and stopping two ICMPv6 packets are sent out. This
has caused these packets to appear in the first capture, causing it to
intermittently fail if they were the first packets to arrive or not.
Sometimes the ICMPv6 packets would be the only ones to show in the
captured packets. This problem is not strictly related to this patch but
could be fixed if not too annoying.
- Re: [PATCH v1 4/4] dts: add test case that uti... Luca Vizzarro
- [PATCH v2 0/4] Add second scatter test case jspewock
- [PATCH v2 1/4] dts: improve starting and stopping inte... jspewock
- Re: [PATCH v2 1/4] dts: improve starting and stopp... Luca Vizzarro
- Re: [PATCH v2 1/4] dts: improve starting and s... Jeremy Spewock
- [PATCH v2 3/4] dts: add methods for modifying MTU to t... jspewock
- Re: [PATCH v2 3/4] dts: add methods for modifying ... Luca Vizzarro
- Re: [PATCH v2 3/4] dts: add methods for modify... Jeremy Spewock
- Re: [PATCH v2 3/4] dts: add methods for mo... Juraj Linkeš
- [PATCH v2 4/4] dts: add test case that utilizes offloa... jspewock
- Re: [PATCH v2 4/4] dts: add test case that utilize... Luca Vizzarro
- Re: [PATCH v2 4/4] dts: add test case that uti... Jeremy Spewock
- [PATCH v2 2/4] dts: add context manager for interactiv... jspewock
- Re: [PATCH v2 2/4] dts: add context manager for in... Luca Vizzarro
- [PATCH v3 0/4] Add second scatter test case jspewock
- [PATCH v3 1/4] dts: improve starting and stopping inte... jspewock
- Re: [PATCH v3 1/4] dts: improve starting and stopp... Juraj Linkeš
- Re: [PATCH v3 1/4] dts: improve starting and s... Jeremy Spewock
- [PATCH v3 2/4] dts: add context manager for interactiv... jspewock
- Re: [PATCH v3 2/4] dts: add context manager for in... Juraj Linkeš
- Re: [PATCH v3 2/4] dts: add context manager fo... Jeremy Spewock