Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/dev/pci



On 10/08/2023 09:42, Kengo NAKAHARA wrote:
Hi,

Could you tell me how you test this fix for future reference?

He didn't - I did. :)

Taylor suggested running with network traffic and doing ifconfig
down/up. To generate network traffic Taylor suggested


host$ nc -l 54321 </dev/urandom >/dev/null
guest$ nc host 54321 </dev/urandom >/dev/null

and I did

	for i in `jot 64`; do
		ifconfig vmx0 down
		sleep 1
		ifconfig vmx0 up
	done

Nick


Home | Main Index | Thread Index | Old Index