On Wed, Jul 10, 2024 at 11:32:01PM +0200, Stefano Brivio wrote:On Fri, 5 Jul 2024 12:07:12 +1000 David Gibson <david(a)gibson.dropbear.id.au> wrote: > We have upcoming use cases where it's useful to create new bound socket > based on information from the flow table. Add flowside_sock_l4() to do > this for either PIF_HOST or PIF_SPLICE sockets. > > Signed-off-by: David Gibson <david(a)gibson.dropbear.id.au>[snip]I did some grepping, and I think I squashed the ones added by this series. There are also some instances that are already merged. -- David Gibson (he or they) | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you, not the other way | around. http://www.ozlabs.org/~dgibson+ default: + /* If we add new socket pifs, they'll need to be implemented + * here */For consistency: /* If we add new socket pifs, they'll need to be implemented * here */ there are a few occurrences in the next patches, not so important I guess, I can also do a pass later at some point.