[dpdk-dev] Bug in outgoing packet with vmxnet3 with VLAN tagging

2014-10-10 Thread Karmarkar Suyash
I meant in the below code snippet the function must be corrected to - <<< file 1: /DPDK/DPDK-1.6.0/lib/librte_pmd_vmxnet3/vmxnet3_rxtx.c/1 >>> file 2: /DPDK/DPDK-1.6.0/lib/librte_pmd_vmxnet3/vmxnet3_rxtx.c -[289 changed to 289-2

[dpdk-dev] Bug in outgoing packet with vmxnet3 with VLAN tagging

2014-10-10 Thread Karmarkar Suyash
Hello All, When a outgoing packet is sent with data Len more than 1514 which will be a case in VLAN (Max 1518 ) the packet is getting dropped because of the below code snippet. This looks incorrect as in case of VLAN . FUNCTION NAME: vmxnet3_xmit_pkts /* Needs to minus ether header len */