RE: [Patch bpf-next v3 5/5] sock_map: rename skb_parser and skb_verdict

2021-02-15 Thread John Fastabend
Cong Wang wrote: > From: Cong Wang > > 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 only used for TCP. And save the name 'skb_verdict' for > general use later. > > Cc: John Fastabend > Cc: Daniel Borkman

[Patch bpf-next v3 5/5] sock_map: rename skb_parser and skb_verdict

2021-02-13 Thread Cong Wang
From: Cong Wang 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 only used for TCP. And save the name 'skb_verdict' for general use later. Cc: John Fastabend Cc: Daniel Borkmann Cc: Jakub Sitnicki Reviewed-by: