How To Bypass Local Cache (Disable tx-nocache-copy)

93 篇文章 1 订阅

来源于:https://community.mellanox.com/docs/DOC-2815

"tx-nocache-copy" is a feature which bypasses local cache and writes user-space data directly into memory. 

New kernels have this feature disabled by default, while on it comes enabled on some Linux distributions.

It is recommended to disable this feature, as it can harm performance.

 

References

 

Configuration

To disable tx-nocache-copy, run:

# ethtool -K eth1 tx-nocache-copy off

To enable tx-nocache-copy, run:

# ethtool -K eth1 tx-nocache-copy on

To view current configuration, run:

# ethtool --show-offload eth1 | grep tx-nocache-copy

tx-nocache-copy: off


译者注:

1. tx-nocache-copy 这个网卡参数是rhel7.x才有的参数,rhel6.x没有这个网卡参数.

2. 该参数在rhel7.3中是默认禁用的: 

[root@rhel73 ~]# uname -r
3.10.0-514.el7.x86_64
[root@rhel73 ~]# ethtool --show-offload  ens33 | grep tx-nocache-copy
tx-nocache-copy: off
[root@rhel73 ~]# cat /etc/redhat-release 
Red Hat Enterprise Linux Server release 7.3 (Maipo)
[root@rhel73 ~]# 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值