On 1/10/2018 5:08 PM, garwil...@gmail.com wrote: > From: George Wilkie <george.wil...@intl.att.com> > > With bonding, after sending sufficient ipv4 packets, > bond_ethdev_rx_burst_8023ad() no longer recognizes LACP packets > because the packet_type is set to RTE_PTYPE_L3_IPV4. > Ensure packet_type is reset for non-ipv4 packets in vmxnet3_rx_offload. > > Signed-off-by: George Wilkie <george.wil...@intl.att.com>
Acked-by: Shrikrishna Khare <skh...@vmware.com> Applied to dpdk-next-net/master, thanks.