Hi all, As we know, ethernet frame must longer then 64B.
So if I create rte_mbuf and fill it with just 60B data, will rte_eth_tx_burst add padding data, let the frame longer then 64B If it does, where is the code?
Hi all, As we know, ethernet frame must longer then 64B.
So if I create rte_mbuf and fill it with just 60B data, will rte_eth_tx_burst add padding data, let the frame longer then 64B If it does, where is the code?