Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do CNDP will support jumbo frames and when do CNDP would support pktmbuf chaining ? #243

Open
niryrakoto opened this issue Dec 14, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@niryrakoto
Copy link

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

@maryamtahhan
Copy link
Contributor

maryamtahhan commented Dec 14, 2022

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.

@KeithWiles KeithWiles added the enhancement New feature or request label Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants