...
The utility lists available network interfaces (both physical and virtual) and indicates whether they are dedicated to the host or to CHARON and whether they are currently in use by host operating system.
Div | ||
---|---|---|
| ||
|
"ncu" offers several options:
...
First determine what additional parameters are currently set to "on" on the host network adapter to be used by CHARON. To do that type:
# ethtool -k <device> |
...
class | pagebreak |
---|
...
Example:
# ethtool -k eth1 Offload parameters for eth1: rx-checksumming: on tx-checksumming: on scatter-gather: on tcp-segmentation-offload: off udp-fragmentation-offload: off generic-segmentation-offload: on generic-receive-offload: off large-receive-offload: off |
...