On Tue, Oct 15, 2024 at 9:36 AM Willem de Bruijn <willemdebruijn.kernel@xxxxxxxxx> wrote: > > Jason Xing wrote: > > From: Jason Xing <kernelxing@xxxxxxxxxxx> > > > > Willem suggested that we use a static key to control. The advantage > > is that we will not affect the existing applications at all if we > > don't load BPF program. > > > > In this patch, except the static key, I also add one logic that is > > used to test if the socket has enabled its tsflags in order to > > support bpf logic to allow both cases to happen at the same time. > > These two features are unrelated, should probably be separate patches. Will do it, thanks.