b1584dd0af
VMXNET3 version 6 supports some new features, including but not limited to: - Increased maximum MTU up to 9190 - Increased maximum number of Rx and Tx queues - Removes power-of-two limitations on queue sizes - Extended interrupt structures (required for additional queues) Tested, using testpmd, for different hardware versions on ESXi 7.0 Update 2. Signed-off-by: Pankaj Gupta <pagupta@vmware.com> Reviewed-by: Jochen Behrens <jbehrens@vmware.com> |
||
---|---|---|
.. | ||
README | ||
upt1_defs.h | ||
vmware_pack_begin.h | ||
vmware_pack_end.h | ||
vmxnet3_defs.h | ||
vmxnet3_osdep.h |
/* SPDX-License-Identifier: BSD-3-Clause * Copyright(c) 2010-2014 Intel Corporation. */ Intel VMXNET3 driver =================== This directory contains source code of FreeBSD VMXNET3 driver released by VMware. In which, upt1_defs.h and vmxnet3_defs.h is introduced without any change. The other 4 files: includeCheck.h, vmware_pack_begin.h, vmware_pack_end.h and vmxnet3_osdep.h are crated to adapt to the needs from above 2 files. Updating the driver =================== NOTE: The source code in this directory should not be modified apart from the following file(s): vmxnet3_osdep.h