I configured a vSwitch (VSS) and applied the following on my RX adapters which are vmxnet3:
ifconfig eth1 mtu 9000
ethtool -K eth1 lro off
ethtool -G eth1 rx 4096
ethtool -X eth1 equal 1
However, when monitoring via 'esxtop', I noticed the RX vswitch is still dropping packets, drops at even higher rates for 60-byte sized packets. Is there any other configuration to eliminate dropped packets?