Hi All, I am trying to receive packets transmitted by another DPDK application running on different system. I am able to transmit packets with a burst value of 1 using rte_eth_tx_burst Api, but unable to receive packets with a burst value less than 4 using rte_eth_rx_burst Api. can anyone please tell me the reason behind that? Is that because of any EthDev configuration?. How to receive packets with a burst value of 1?
Thanks & Regards, Hemasai