-
Notifications
You must be signed in to change notification settings - Fork 20
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
Number of NTB buffers configuration option (IEC-251) #113
Comments
Hi @ctag-fh-kiel Could you please specify which chip and which version of Tinyusb are you using? |
#107 may be relevant, I posted this in the relevant thread. |
Thank's for the info. I can observe the same behavior. I presume, you did try to change In the TInyUSB ncm.h it's stated that, for RPi RP2040, the I biriefly ran iperf with both buffer counts set to 2 and the warning message was not preset anymore. |
I have set |
Is your feature request related to a problem?
With the current NTB buffer settings, USB-NCM does not seem to work properly and does not achieve optimal performance.
In my setup the following error occurs quite frequently:
tud_network_can_xmit: request blocked
Describe the solution you'd like.
Add configuration option for CFG_TUD_NCM_OUT_NTB_N and CFG_TUD_NCM_IN_NTB_N via component config.
I.e. enhancing tusb_config.h of the component with:
#define CFG_TUD_NCM_IN_NTB_N CONFIG_TINYUSB_NCM_IN_NTB_N
#define CFG_TUD_NCM_OUT_NTB_N CONFIG_TINYUSB_NCM_OUT_NTB_N
and adding to KConfig relevant lines to configure it.
Describe alternatives you've considered.
No response
Additional context.
No response
The text was updated successfully, but these errors were encountered: