Packet drops are observed on an Avi Virtual Service under the following conditions:
Bug ID: AV-256987
This issue occurs due to a configuration gap regarding the VMXNET3 adapter settings on the Service Engine VM.
By default, UDP RSS is not enabled on the underlying VM network interfaces, even if RSS is enabled in the Avi SE Group configuration.
To resolve this, the parameter ethernetX.udpRSS = "1" must be explicitly defined in the VM Advanced Parameters for every interface.
The requirement for manual configuration depends on the Avi Controller version and the deployment state of the Service Engine (SE).
Avi Version 30.2.7 and Later:
Avi Version 30.2.6 and Earlier:
All Service Engines require the manual configuration steps below.
Manual Configuration Steps:
To enable UDP RSS on existing or upgraded Service Engines, modify the VM configuration in vCenter.
This change must be applied to all network interfaces (vmxnet3 adapters) present on the Service Engine VM.
X corresponds to the interface number):Attribute: ethernetX.udpRSS
Value: 1
ethernet0.udpRSS = "1"
ethernet1.udpRSS = "1"
...
ethernet9.udpRSS = "1"
Example configuration screenshot from the VM settings: