cxgbe(4): Rename the DDP sysctl to rx_zcopy to match the tx_zcopy sysctl
and update its description. The old name continues to work for now. Sponsored by: Chelsio Communications
This commit is contained in:
parent
b592fee0b4
commit
269734ef10
@ -6232,8 +6232,10 @@ t4_sysctls(struct adapter *sc)
|
|||||||
&sc->tt.sndbuf, 0, "max hardware send buffer size");
|
&sc->tt.sndbuf, 0, "max hardware send buffer size");
|
||||||
|
|
||||||
sc->tt.ddp = 0;
|
sc->tt.ddp = 0;
|
||||||
SYSCTL_ADD_INT(ctx, children, OID_AUTO, "ddp", CTLFLAG_RW,
|
SYSCTL_ADD_INT(ctx, children, OID_AUTO, "ddp",
|
||||||
&sc->tt.ddp, 0, "DDP allowed");
|
CTLFLAG_RW | CTLFLAG_SKIP, &sc->tt.ddp, 0, "");
|
||||||
|
SYSCTL_ADD_INT(ctx, children, OID_AUTO, "rx_zcopy", CTLFLAG_RW,
|
||||||
|
&sc->tt.ddp, 0, "Enable zero-copy aio_read(2)");
|
||||||
|
|
||||||
sc->tt.rx_coalesce = 1;
|
sc->tt.rx_coalesce = 1;
|
||||||
SYSCTL_ADD_INT(ctx, children, OID_AUTO, "rx_coalesce",
|
SYSCTL_ADD_INT(ctx, children, OID_AUTO, "rx_coalesce",
|
||||||
|
Loading…
Reference in New Issue
Block a user