]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r366206: Add DSCP support for network QoS to iscsi target.
authorRichard Scheffenegger <rscheff@FreeBSD.org>
Sun, 11 Oct 2020 13:39:04 +0000 (13:39 +0000)
committerRichard Scheffenegger <rscheff@FreeBSD.org>
Sun, 11 Oct 2020 13:39:04 +0000 (13:39 +0000)
commit96a1e8202764cddf97acf1eaa7df390915b1f5e9
treef1922e838457365dfcd6aa36122e6853d1fa54c9
parentd895918fe86b0ebd5b21a7729b6b2e96f6f9943d
MFC r366206: Add DSCP support for network QoS to iscsi target.

In order to prioritize iSCSI traffic across a network,
DSCP can be used. In order not to rely on "ipfw setdscp"
or in-network reclassification, this adds the dscp value
directly to the portal group (where TCP sessions are accepted).

Reviewed by: mav, trasz
MFC after: 2 weeks
Sponsored by: NetApp, Inc.
Differential Revision: https://reviews.freebsd.org/D26385
usr.sbin/ctld/ctl.conf.5
usr.sbin/ctld/ctld.c
usr.sbin/ctld/ctld.h
usr.sbin/ctld/parse.y
usr.sbin/ctld/token.l
usr.sbin/ctld/uclparse.c