Ok I am currently diagnosing poor network performance on a remote server, I have one server performing very well and another badly on the same network. I have been trying to configure the poor one as like for like as the good one as possible and so far have had a little improvement.
Both servers are running 7.1 PRERELEASE code that is about 2-4 weeks old.
The difference I am looking at, at the moment is the good server is using a MSK card that has no hardware features like checksum offloading, no TSO but does have hardware VLAN.
The bad server is using a NFE card which currently has RXCSUM,TXCSUM,VLAN_MTU,TSO4 enabled, its also sharing a irq with a usb port. I then enabled polling which seemed to also help a bit. The usb port is idle tho.
What I want to do is disable RXCSUM and TXCSUM and the TSO4. I dont have console access. So would the following command work and the server stays online?
ifconfig nfe0 -txcsum -rxcsum -tso4
Also if this gives no benefit the machine has a BGE nic which I am considering to try using although will be a pain to swap it round as need datacentre staff to coordinate.
Thanks
Both servers are running 7.1 PRERELEASE code that is about 2-4 weeks old.
The difference I am looking at, at the moment is the good server is using a MSK card that has no hardware features like checksum offloading, no TSO but does have hardware VLAN.
The bad server is using a NFE card which currently has RXCSUM,TXCSUM,VLAN_MTU,TSO4 enabled, its also sharing a irq with a usb port. I then enabled polling which seemed to also help a bit. The usb port is idle tho.
What I want to do is disable RXCSUM and TXCSUM and the TSO4. I dont have console access. So would the following command work and the server stays online?
ifconfig nfe0 -txcsum -rxcsum -tso4
Also if this gives no benefit the machine has a BGE nic which I am considering to try using although will be a pain to swap it round as need datacentre staff to coordinate.
Thanks