You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm analyzing porting dpdk apps to cndp. We need jumbo frames (up to 9KB) and we use chaining pktmbuf functions.
It seems that XDP supports jumbo frames using multi-buffer. Is it planned to support it in CNDP ?
Moreover, when do pktmbuf chaining capability would be available please ?
Thanks in advance for your answer.
Niry
The text was updated successfully, but these errors were encountered:
Hi @niryrakoto
Both physical drivers and AF_XDP need to support XDP multibuffer for jumbo frames in order for it to be available in CNDP.
The i40e support patch was just pushed to the kernel this week. After this, AF_XDP itself will need to need to support multi buffer. As soon as these are available upstream they can be pulled into CNDP.
Hello,
I'm analyzing porting dpdk apps to cndp. We need jumbo frames (up to 9KB) and we use chaining pktmbuf functions.
It seems that XDP supports jumbo frames using multi-buffer. Is it planned to support it in CNDP ?
Moreover, when do pktmbuf chaining capability would be available please ?
Thanks in advance for your answer.
Niry
The text was updated successfully, but these errors were encountered: