linux2.6.18 默认tso的支持是打开的 只要你的网卡如intel e1000 支持而且打开的话
root@xxxx:/# ethtool -k eth1
Offload parameters for eth1:
Cannot get device udp large send offload settings: Operation not supported
rx-checksumming: on
tx-checksumming: on
scatter-gather: on
tcp segmentation offload: on
udp fragmentation offload: off
这样大的包tcp就不自己拆封了 而是交给网卡代劳 省点cpu时间。
在详细研究这一过程。
root@xxxx:/# ethtool -k eth1
Offload parameters for eth1:
Cannot get device udp large send offload settings: Operation not supported
rx-checksumming: on
tx-checksumming: on
scatter-gather: on
tcp segmentation offload: on
udp fragmentation offload: off
这样大的包tcp就不自己拆封了 而是交给网卡代劳 省点cpu时间。
在详细研究这一过程。