2
txqueuelenとethtool txの違い
以下のtxqueuelenいずれかで適用できる設定の違いは何ですか? ifconfig eth4 txqueuelen 5000 ip link set eth4 txqueuelen 5000 そして、以下txで適用できるリングサイズ設定: ethtool -G eth4 tx 4096 これらはグローバル/proc/sys/net/core/wmem*設定とどのように関連していますか? RHEL6を使用しています。
12
linux
networking
rhel