-
Notifications
You must be signed in to change notification settings - Fork 537
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
error: using NS_MOREFRAG on p2p1 requires netmap buf size >= 3072 #466
Comments
Yes, we are basically trying to add support for jumbo frames. |
We are actually still working on this, sorry. We should get back to the old behaviour for ixgbe soon, so stay tuned. |
Hello! I really want JumboFrames in Netmap, so thumbs up! I've asked our vendor to change this behaviour and pointed them to this issue. I really glad you attention to the project and Ill keep tuned! Thanks folks! |
Thanks, but actually the Jumbo frame issue was more about e1000, e1000e, igb, etc. ixgbe already had support, but we changed the way it works and we are not happy about that. So we are restoring the old behaviour in short. |
Hello @vmaffione Its good to know. I use ixgbe in my work but my personal Lab uses e1000e, so its important to know these kind of difference. If you need some way a place to tests, you can count on me. Thanks! |
Hi @leleobhz, may you please test the latest master on ixgbe, to see if the regression is gone? |
Surelly @giuseppelettieri Ill post here the results in a bit! |
Hello @giuseppelettieri There is the dmesg:
I've reactivated the large mtu again for this testing. The proprietary application runs well (But not tested if they handle properlly the jumbos). Anyways, Ill request this NS_MOREFRAG to application upstream. A question: If I capture with libpcap from master (Since netmap was merged early 2017, Im using it, as registered in luigirizzo/netmap-libpcap#2 (comment) ) using device netmap:p2p1/rt - this issue will manifest (Will libpcap capture the jumbos if i ask for, as example using tshark -s 9710) ? Thanks! |
I don't think
then, restart all netmap apps. |
Hello @giuseppelettieri Thanks for you feedback! Just a double check, so now any application (That is able to handle jumbo frames) can receive the frames if the buf_size is properlly checked, right? From netmap part, there is no change anymore to support this, right? Thanks!! |
And a complementary question:
This rxbufsz indicates a application-side buffer size change or the option below is in production?
Thanks! |
The answer is yes, but only for ixgbe (for now). |
Can we close this? |
Surelly @vmaffione ! Thank you so much! |
Hello,
With last 2 days I'm running out with the following issue:
Using netmap from my proprietary app or with netmap:p2p1 in libpcap patched or even netmap:p2p1/rt does the same.
Can you please check the issue or tell me what I need to do? I saw some patches regarding ixgbe and dont know if I or the devs need to do something.
Thanks!
The text was updated successfully, but these errors were encountered: