Comment 1 for bug 1549567

Revision history for this message
Raja Sivaramakrishnan (raja-u) wrote :

In dpdk_af_packet_if_add(), frames is set to the default value of 2K, but the packet can be more than that if jumbo frames are enabled. The crash happened when memcpying a packet > 2K to the AF packet iov. Need to set frame sizein the af_packet interface to account for jumbo packets.