On Thu, 29 Feb 2024 19:00:50 -0800 Tom Herbert wrote: > > I want to emphasize again these patches are about the P4 s/w pipeline > > that is intended to work seamlessly with hw offload. If you are > > interested in h/w offload and want to contribute just show up at the > > meetings - they are open to all. The current offloadable piece is the > > match-action tables. The P4 specs may change to include parsers in the > > future or other objects etc (but not sure why we should discuss this > > in the thread). > > Pardon my ignorance, but doesn't P4 want to be compiled to a backend > target? How does going through TC make this seamless? +1 My intuition is that for offload the device would be programmed at start-of-day / probe. By loading the compiled P4 from /lib/firmware. Then the _device_ tells the kernel what tables and parser graph it's got. Plus, if we're talking about offloads, aren't we getting back into the same controversies we had when merging OvS (not that I was around). The "standalone stack to the side" problem. Some of the tables in the pipeline may be for routing, not ACLs. Should they be fed from the routing stack? How is that integration going to work? The parsing graph feels a bit like global device configuration, not a piece of functionality that should sit under sub-sub-system in the corner.