Hi NXP experts,
I would like to how to config the socket buffer size at the driver? I'm using the 88w9098 chip.
I am doing some experiments. I have changed the socket buffer size at the kernel, so I might need also change the buffer size at the Wi-Fi driver side. Could someone tell me how to config/modify the socket buffer size?
Thank you.
Hi, @Alex888
May I ask what's your Wi-Fi driver version and FW version?
I checked the 88W9098 WiFi driver release note, it mentioned that we received and fixed issue that low UDP TX(20-25%) throughout observed on HW-80MHZ Band for all securities.
It has been fixed on FW 17.92.1.p116.1.
Can you have a try on the latest FW or at lease FW 17.92.1.p116.1?
You can download it from our nxp.com
or our FW github
(https://github.com/nxp-imx/imx-firmware/tree/lf-6.1.1_1.0.0/nxp).
Best regards,
Christine.
Hi, @Alex888
For maximum tx buffer size, you can modify it in wifi_mod_para.conf as below:
max_tx_buf=2048|4096|8192 <maximum AMSDU Tx buffer size>.
To get the maximum Tx buffer size and current Tx buffer size, you can use below command:
cat /proc/mwlan/adapterX/mlanY|uapY|wfdY/debug.
For more info, please refer to our README_MLAN in driver package.
Attachment is my test result on 88W9098 for your reference.
Hope above info can help you.
Have a nice day~
Best regards,
Christine.
For the throughput data, we can refer to our driver release note.pdf.
It seems like we can achieve 700+ Mbits/s for UDP in 5Ghz 80MHZ ac mode and 800+ Mbits/s for UDP in 5Ghz 80MHZ in AP mode.
Which mode are you using?
Can you please share your hostapd.conf file to me? I can do a test locally tomorrow for you reference.
Best regards,
Christine.