Re: [PATCH] app/testpmd: fix help string of BPF load command

2024-07-09 Thread David Marchand
On Mon, Jun 24, 2024 at 5:46 PM Konstantin Ananyev wrote: > > > Based on the logic of 'bpf_parse_flags()' and the 'bpf-load' section of > > 'testpmd_funcs.rst' document, the 'B' flag in the help string of > > bpf-load command should be '-'. > > > > Fixes: e977e4199a8d ("app/testpmd: add commands t

RE: [PATCH] app/testpmd: fix help string of BPF load command

2024-06-24 Thread Konstantin Ananyev
> Based on the logic of 'bpf_parse_flags()' and the 'bpf-load' section of > 'testpmd_funcs.rst' document, the 'B' flag in the help string of > bpf-load command should be '-'. > > Fixes: e977e4199a8d ("app/testpmd: add commands to load/unload BPF filters") > Cc: konstantin.anan...@intel.com > Cc:

[PATCH] app/testpmd: fix help string of BPF load command

2024-06-23 Thread Chaoyong He
Based on the logic of 'bpf_parse_flags()' and the 'bpf-load' section of 'testpmd_funcs.rst' document, the 'B' flag in the help string of bpf-load command should be '-'. Fixes: e977e4199a8d ("app/testpmd: add commands to load/unload BPF filters") Cc: konstantin.anan...@intel.com Cc: sta...@dpdk.org