]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add network QoS support for PCP to iscsi initiator.
authorrscheff <rscheff@FreeBSD.org>
Sat, 24 Oct 2020 21:07:13 +0000 (21:07 +0000)
committerrscheff <rscheff@FreeBSD.org>
Sat, 24 Oct 2020 21:07:13 +0000 (21:07 +0000)
commit0064919585ead620597c9dc4abe12e02a6aaa6bc
tree887a3e818a08a84d26e773f4279c9825ef393956
parent82bae7d58f26423208b08aad600de19b43672b3a
Add network QoS support for PCP to iscsi initiator.

Make the Ethernet PCP codepoint configurable
for L2 local traffic, to allow lower latency for
iSCSI block IO. This addresses the initiator
side only.

Reviewed by: mav, trasz, bcr
Sponsored by: NetApp, Inc.
Differential Revision: https://reviews.freebsd.org/D26739
sys/dev/iscsi/iscsi_ioctl.h
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