freebsd-src/sys/dev/vmware
Kristof Provost 3ff0dc1af8 vmxnet3: make descriptor count checks more robust
When we update credits there is a potential for a race causing an
overflow of vxcr_next (i.e. incrementing it past vxcr_ndesc). Change the
check to >= rather than == to be more robust against this.

Reviewed by:	emaste
Sponsored by:	Rubicon Communications, LLC ("Netgate")
Differential Revision:	https://reviews.freebsd.org/D43712
2024-06-10 11:04:47 +02:00
..
pvscsi sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
vmci vmware: Fix a typo in a source code comment 2024-01-20 17:33:27 +01:00
vmxnet3 vmxnet3: make descriptor count checks more robust 2024-06-10 11:04:47 +02:00