Lines Matching +full:tx +full:- +full:queues +full:- +full:config
40 .Bl -item -compact
47 .Nm Ar nexus Cm clip Bro Cm hold | release Brc Ar ipv6-address
55 .Nm Ar nexus Cm hashfilter Ar filter-specification
63 .Nm Ar nexus Cm filter Ar idx Ar filter-specification
71 .Nm Ar nexus Cm loadcfg Ar fw-config.txt
75 .Nm Ar nexus Cm loadfw Ar fw-image.bin
85 .Nm Ar nexus Cm regdump Op Ar register-block ...
87 .Nm Ar nexus Cm sched-class Ar sub-command Op Ar param Ar value
89 .Nm Ar nexus Cm sched-queue Ar port Ar queue Ar class
97 provides command-line access to features and debug facilities exported by
112 .Bl -ohang
114 Clear all transmit, receive, and error statistics of all queues associated
122 .Bl -item -compact
124 .Cm clip hold Ar ipv6-address
127 .Ar ipv6-address
131 .Bl -item -compact
137 .Bl -item -compact
139 .Cm clip release Ar ipv6-address
142 .Ar ipv6-address
146 .Bl -item -compact
158 .Bl -tag -width ingress_cntxt_id -compact
160 context id of an ingress queue -- the value listed in one of
166 context id of an egress queue -- the value listed in one of
174 Note that freelists are egress queues too.
181 .Bl -item -compact
187 Display a list of match-criteria available for use in filter rules.
188 A full list of match-criteria known to the chip is in the table below but not
191 Every filter must conform to the filter mode -- multiple match criteria per
279 Physical ports are numbered 0-3 and 4-7 are internal loopback paths
288 bitwise and of the 16-bit outer VLAN tag of an incoming frame with
297 bitwise and of the 16-bit VLAN tag of an incoming QinQ frame with
307 bitwise and of the 8-bit IP Type of Service/IPv6 Traffic Class in an
317 bitwise and of the 8-bit IP protocol in an incoming packet with
326 bitwise and of the 16-bit Ethernet type field of an incoming frame with
353 .Bl -tag -width "n" -compact
398 .Bl -item -compact
400 .Cm hashfilter Ar filter-specification
402 .Cm filter Ar idx Ar filter-specification
409 must be an unused index between 0 and nfilters - 1.
418 There are at least half a million filters available with the sample config
424 .Ar filter-specification
428 Hashfilters require an exact value for the 5-tuple (sip, dip, sport, dport,
429 proto) and for any other match-criteria listed in "hashfilter mode".
435 .Bl -tag -width nat_dport -offset indent -compact
443 .Bl -tag -width nat_dport -offset indent -compact
461 .Bl -tag -width nat_dport -offset indent -compact
466 0 to dev.<nexus>.<instance>.nports - 1.
487 .Bl -tag -width dip-dp-sip -compact
490 .It Cm dip-dp
492 .It Cm dip-dp-sip
494 .It Cm dip-dp-sp
496 .It Cm sip-sp
498 .It Cm dip-sip-sp
501 Perform NAT on all 4-tuple fields.
520 .Bl -item -compact
530 .It Cm loadcfg Ar fw-config.txt
532 .Ar fw-config.txt
538 to use the on-flash configuration.
541 .It Cm loadfw Ar fw-image.bin
543 .Ar fw-image.bin
555 A COP offers fine-grained control over which connections get offloaded and with
563 .Bl -column -offset indent "COP installed" "cop_managed_offloading" "Behavior"
581 .Bl -ohang -offset indent
582 .It Cm \&[ Ar socket-type Cm \&] Ar pcap-filter Cm => Ar settings
584 .Ar socket-type
586 .Bl -tag -width "X" -compact
601 .Ar pcap-filter
603 .Xr pcap-filter 7
610 .Ar socket-type
612 .Ar pcap-filter
613 are offloaded and optionally sets some per-connection properties if they are.
615 .Bl -tag -width "timestamp" -compact
650 Bind the connection to the specified tx scheduling class.
659 Use the specified offload tx queue.
680 .Bd -literal
695 .It Cm regdump Op Ar register-block ...
698 .Ar register-block
704 .Ar register-block
708 .It Cm sched-class config Op Ar param Ar value
709 Configure optional feature capabilities for the TX scheduler.
710 .Bl -ohang -offset indent
711 .It Sy type Ar scheduler-type
714 A non-zero value will enable "minmax" mode; a zero value will disable "minmax" mode.
716 NOTE: Many (most) of the parameters and constraints are adapter-specific
717 - for instance the number of channels and classes which are available
721 .It Cm sched-class params Op Ar param Ar value
723 .Bl -ohang -offset indent
724 .It Sy type Ar scheduler-type
726 .It Sy level Ar scheduler-hierarchy-level
729 .Bl -tag -width "cl-wrr" -compact -offset indent
730 .It Sy cl-rl
733 .It Sy cl-wrr
736 .It Sy ch-rl
739 .It Sy mode Ar scheduler-mode
742 .Bl -tag -width "class" -compact -offset indent
750 E.g. if the scheduling class has a TX bandwidth of 10Mb/s, in
756 .It Sy rate-unit Ar scheduler-rate-unit
759 .Bl -tag -width "bits" -compact -offset indent
766 .It Sy rate-mode Ar scheduler-rate-mode
769 .Bl -tag -width "relative" -compact -offset indent
776 .It Sy channel Ar scheduler-channel-index
778 .It Sy class Ar scheduler-class-index
780 .It Sy min-rate Ar minimum-rate
781 The minimum guaranteed rate to which a rate-limiting scheduling class hierarchy will have access.
782 .It Sy max-rate Ar maximum-rate
783 The maximum rate for a rate-limiting scheduling class hierarchy.
784 .It Sy weight Ar round-robin-weight
785 The weight to be used for a weighted-round-robin scheduling hierarchy.
786 .It Sy pkt-size Ar average-packet-size
787 The average packet size will be used to compute scheduler constraints for a rate-limited scheduler …
789 NOTE: Many (most) of the parameters and constraints are adapter-specific - for instance the number…
793 .It Cm sched-queue Ar port queue class
794 Bind the indicated port's NIC TX
796 to the specified TX Scheduler
798 If the TX
803 all of the TX queues associated with the
807 or any negative value, the TX queue(s) will be unbound from
808 any current TX Scheduler Class binding.