Re: [PATCH bpf-next 3/7] nfp: bpf: rename umin/umax to umin_src/umax_src

2018-06-25 Thread Song Liu
On Sun, Jun 24, 2018 at 8:54 PM, Jakub Kicinski wrote: > From: Jiong Wang > > The two fields are a copy of umin and umax info of bpf_insn->src_reg > generated by verifier. > > Rename to make their meaning clear. > > Signed-off-by: Jiong Wang > Reviewed-by: Jakub Kicinski Acked-by: Song Liu >

[PATCH bpf-next 3/7] nfp: bpf: rename umin/umax to umin_src/umax_src

2018-06-24 Thread Jakub Kicinski
From: Jiong Wang The two fields are a copy of umin and umax info of bpf_insn->src_reg generated by verifier. Rename to make their meaning clear. Signed-off-by: Jiong Wang Reviewed-by: Jakub Kicinski --- drivers/net/ethernet/netronome/nfp/bpf/jit.c | 12 ++-- drivers/net/ethernet