On Thu, Mar 26, 2020 at 09:25:51PM -0700, Joe Stringer wrote: > Introduce a new helper that allows assigning a previously-found socket > to the skb as the packet is received towards the stack, to cause the > stack to guide the packet towards that socket subject to local routing > configuration. The intention is to support TProxy use cases more > directly from eBPF programs attached at TC ingress, to simplify and > streamline Linux stack configuration in scale environments with Cilium. Thanks for the quick respin. It builds. And tests are passing for me. The lack of acks and reviewed-by is a bit concerning for such important feature. Folks, please be more generous with acks :) so we can apply it with more confidence.