Page MenuHomeFreeBSD

Add network QoS support for PCP to iscsi target.
ClosedPublic

Authored by rscheff on Oct 11 2020, 1:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 12 2024, 8:54 AM
Unknown Object (File)
Mar 12 2024, 8:54 AM
Unknown Object (File)
Mar 12 2024, 8:54 AM
Unknown Object (File)
Mar 12 2024, 8:54 AM
Unknown Object (File)
Mar 12 2024, 8:54 AM
Unknown Object (File)
Mar 8 2024, 5:25 AM
Unknown Object (File)
Feb 2 2024, 7:39 PM
Unknown Object (File)
Jan 6 2024, 2:35 AM
Subscribers

Details

Summary

The Ethernet PCP codepoint should be configurable
for L2 local traffic, to allow lower latency for
iSCSI block IO. This Diff addresses the target
side only.

Test Plan

Once a PCP is configured to a portal group, validate
with tcpdump, that a 802.1Q header is injected
containing the appropriate PCP value.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

rscheff created this revision.

Minor line break needed in the man page.

usr.sbin/ctld/ctl.conf.5
262 ↗(On Diff #78104)

Line break needed here after the sentence stop.

usr.sbin/ctld/ctl.conf.5
262 ↗(On Diff #78107)

I meant this position here for the line break. ;-)

This revision is now accepted and ready to land.Oct 11 2020, 1:49 PM
mav requested changes to this revision.Oct 12 2020, 2:19 PM
This revision now requires changes to proceed.Oct 12 2020, 2:19 PM
This revision is now accepted and ready to land.Oct 12 2020, 2:19 PM
This revision was automatically updated to reflect the committed changes.