-
-
usr/src/cmd/mdb/common/modules/mac/mac.c (Diff revision 1) This will have to change now!
pbchk will catch this and any others -
usr/src/uts/common/io/mac/mac.c (Diff revision 1) Can this just be an else (with no "if") but have
ASSERT(rtype == MAC_RING_TYPE_TX)
in the "then" clause? I'm suprised the compiler hasn't moaned about "grp" maybe used uninitialized.
-
usr/src/uts/common/io/mac/mac_datapath_setup.c (Diff revision 1) For consistency with other checks can this be:
if ((mcip->mci_state_flags & MCIS_IS_AGGR_PORT) != 0) {
11493 aggr needs support for multiple pseudo rx groups
Review Request #2201 — Created July 23, 2019 and discarded
Information | |
---|---|
rm | |
illumos-gate | |
master | |
11493 | |
|
|
Reviewers | |
general | |
11493 aggr needs support for multiple pseudo rx groups
Portions contributed by: Dan McDonald <danmcd@joyent.com>
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>