]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r366573: Add DSCP support for network QoS to iscsi initiator.
authorRichard Scheffenegger <rscheff@FreeBSD.org>
Sat, 24 Oct 2020 20:52:05 +0000 (20:52 +0000)
committerRichard Scheffenegger <rscheff@FreeBSD.org>
Sat, 24 Oct 2020 20:52:05 +0000 (20:52 +0000)
commit885492ab6cee41b85895dcaa33ce387ae84dd88c
treef53428986d43b344611626d7731726854bdf1a21
parent082fc04b274e3e0650361c069dcb105f8bbe3d23
MFC r366573: Add DSCP support for network QoS to iscsi initiator.

Allow the DSCP codepoint also to be configurable
for the traffic in the direction from the initiator
to the target, such that writes and any requests
are also treated in the appropriate QoS class.

Reviewed by: mav
MFC after: 2 weeks
Sponsored by: NetApp, Inc.
Differential Revision: https://reviews.freebsd.org/D26714
sys/dev/iscsi/iscsi_ioctl.h
usr.bin/iscsictl/Makefile
usr.bin/iscsictl/iscsi.conf.5
usr.bin/iscsictl/iscsictl.c
usr.bin/iscsictl/iscsictl.h
usr.bin/iscsictl/parse.y
usr.bin/iscsictl/token.l
usr.sbin/iscsid/iscsid.c