Advertisement
Guest User

Untitled

a guest
May 5th, 2012
421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. root@ns231828:~# ethtool -k eth2
  2. Offload parameters for eth2:
  3. rx-checksumming: on
  4. tx-checksumming: on
  5. scatter-gather: on
  6. tcp-segmentation-offload: on
  7. udp-fragmentation-offload: off
  8. generic-segmentation-offload: on
  9. generic-receive-offload: on
  10. large-receive-offload: on
  11. root@ns231828:~# ethtool -c eth2
  12. Coalesce parameters for eth2:
  13. Adaptive RX: off TX: off
  14. stats-block-usecs: 0
  15. sample-interval: 0
  16. pkt-rate-low: 0
  17. pkt-rate-high: 0
  18.  
  19. rx-usecs: 1022
  20. rx-frames: 0
  21. rx-usecs-irq: 0
  22. rx-frames-irq: 0
  23.  
  24. tx-usecs: 0
  25. tx-frames: 0
  26. tx-usecs-irq: 0
  27. tx-frames-irq: 256
  28.  
  29. rx-usecs-low: 0
  30. rx-frame-low: 0
  31. tx-usecs-low: 0
  32. tx-frame-low: 0
  33.  
  34. rx-usecs-high: 0
  35. rx-frame-high: 0
  36. tx-usecs-high: 0
  37. tx-frame-high: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement