Cong Wang wrote: > From: Cong Wang <cong.w...@bytedance.com> > > These two ebpf programs are tied to BPF_SK_SKB_STREAM_PARSER > and BPF_SK_SKB_STREAM_VERDICT, rename them to reflect the fact > they are currently used for TCP. And save the generic name > skb_verdict for general use. > > Cc: John Fastabend <john.fastab...@gmail.com> > Cc: Daniel Borkmann <dan...@iogearbox.net> > Cc: Jakub Sitnicki <ja...@cloudflare.com> > Cc: Lorenz Bauer <l...@cloudflare.com> > Signed-off-by: Cong Wang <cong.w...@bytedance.com>
We've recently added support for running a verdict without a stream parser. But the rename should also be OK, then it will match the prog names which is nice.