* Review – 16469 `mac_rx_flow` should attempt to preserve mblk_t chains
@ 2024-04-12 12:44 kyle
0 siblings, 0 replies; only message in thread
From: kyle @ 2024-04-12 12:44 UTC (permalink / raw)
To: illumos-developer
[-- Attachment #1: Type: text/plain, Size: 706 bytes --]
Hello,
Could you please review the below change?
https://www.illumos.org/issues/16469
https://code.illumos.org/c/illumos-gate/+/3419
This change ports the chain processing logic from
mac_rx_srs_subflow_process into mac_rx_flow, which allows for mblk_t
chains to be received when a mac ring is set to MAC_SW_CLASSIFIER.
This does include some minor logical differences -- packets which do not
match a flent in the mac_impl_t's flow table will not cause the
in-progress chain to be flushed, as all of these packets are already
placed into a separate chain to be freed. This has the benefit of
allowing larger chains if the device also happens to be in promiscuous
mode.
Thanks,
--Kyle
[-- Attachment #2: Type: text/html, Size: 1121 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-04-12 12:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-12 12:44 Review – 16469 `mac_rx_flow` should attempt to preserve mblk_t chains kyle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).