This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] SK-AM62P-LP:增加其他端口的缓冲区大小

Guru**** 2487355 points
Other Parts Discussed in Thread: SK-AM62P-LP

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1438519/sk-am62p-lp-increasing-the-buffer-size-for-ethernert-port

器件型号:SK-AM62P-LP

工具与软件:

您好、TI:

我们很少使用 SK-AM62P-LP EVM、OS-Debian Trixie。

我将按照下面提到的一些命令来尝试增加以太网缓冲区大小。

root@am62pxx-evm:~# ethtool -g eth0 
Ring parameters for eth0:
Pre-set maximums:
RX:			n/a
RX Mini:		n/a
RX Jumbo:		n/a
TX:			n/a
TX push buff len:	n/a
Current hardware settings:
RX:			n/a
RX Mini:		n/a
RX Jumbo:		n/a
TX:			n/a
RX Buf Len:		n/a
CQE Size:		n/a
TX Push:		off
RX Push:		off
TX push buff len:	n/a
TCP data split:		n/a

ethtool -G eth0 tx 4096
netlink error: Operation not supported

为什么上述命令未显示 eth0缓冲区相关信息并且网络驱动程序兼容以 修改该 Buffer(Txqueuelen)的大小


谢谢、此致、

Raj。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    不受支持的原因可能是 CPSW 驱动程序不支持该功能或无法支持该功能。 我将与开发人员核实原因。 您能否说明您想使用此功能的原因? 请注意、由于团队成员本周不在办公室、我将在下周回答您的问题。

    此致、

    Schuyler

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Schuyler:

    感谢您的重播、

    我们将在两个器件之间运行以太网通信、我们有一个用于发送/接收数据的软件线程。 该线程运行的频率为2000Hz (EtherCAT thraed)。 但我们正在实现 arourn 1300hz。此时平均 CPU 负载是35到40%。因此我们怀疑我们可以增加缓冲区大小。

    在其他主板(Intel 架构)中运行同样的代码、可实现2000Hz 的频率。

    谢谢!

    Rajkumar。