public inbox for developer@lists.illumos.org (since 2011-08)
 help / color / mirror / Atom feed
* IPD 45 -- Flow trees in the MAC datapath
@ 2024-07-11 12:49 Kyle Simpson
  0 siblings, 0 replies; only message in thread
From: Kyle Simpson @ 2024-07-11 12:49 UTC (permalink / raw)
  To: illumos-developer

[-- Attachment #1: Type: text/plain, Size: 1114 bytes --]

Hi all,

To support a bunch of ongoing performance work in oxide's packet transformation stack <https://github.com/oxidecomputer/opte>, we'd initially considered the use of flows with custom callback functions. However, we found that there a lot of places that flows in general fall short today. I've put together an IPD to outline where most of the negative interactions with performance optimisations are, what conceptual similarities DLS bypass has with flows, and how we can unify the flow_tab and subflow_tab into a single tree to iron out those issues.

https://github.com/illumos/ipd/blob/master/ipd/0045/README.adoc

The main goal here is to reframe how flows fit into the MAC datapath in a more first-class way, such that subflows and flows can make identical use of polling, softrings, and DLS bypass. The secondary goal is to allow `dls`/`ip` to delegate traffic processing early in the stack to modules that offer to do so. This should also pave the way for dedicating hardware resources (Rx/Tx rings) to certain traffic classes.

I'd really appreciate any feedback.

Cheers,
--Kyle Simpson

[-- Attachment #2: Type: text/html, Size: 1403 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-07-11 12:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-11 12:49 IPD 45 -- Flow trees in the MAC datapath Kyle Simpson

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).