mbox series

[bpf-next,v2,0/2] selftests/bpf: use ifname instead of ifindex in XDP

Message ID cover.1678382940.git.lorenzo@kernel.org (mailing list archive)
Headers show
Series selftests/bpf: use ifname instead of ifindex in XDP | expand

Message

Lorenzo Bianconi March 9, 2023, 5:32 p.m. UTC
Use interface name instead of interface index in XDP compliance test tool logs.
Improve XDP compliance test tool error messages.

Changes since v1:
- split previous patch in two logically separated patches

Lorenzo Bianconi (2):
  selftests/bpf: use ifname instead of ifindex in XDP compliance test
    tool
  selftests/bpf: improve error logs in XDP compliance test tool

 tools/testing/selftests/bpf/xdp_features.c | 67 ++++++++++++++--------
 1 file changed, 43 insertions(+), 24 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 9, 2023, 8 p.m. UTC | #1
Hello:

This series was applied to bpf/bpf-next.git (master)
by Daniel Borkmann <daniel@iogearbox.net>:

On Thu,  9 Mar 2023 18:32:39 +0100 you wrote:
> Use interface name instead of interface index in XDP compliance test tool logs.
> Improve XDP compliance test tool error messages.
> 
> Changes since v1:
> - split previous patch in two logically separated patches
> 
> Lorenzo Bianconi (2):
>   selftests/bpf: use ifname instead of ifindex in XDP compliance test
>     tool
>   selftests/bpf: improve error logs in XDP compliance test tool
> 
> [...]

Here is the summary with links:
  - [bpf-next,v2,1/2] selftests/bpf: use ifname instead of ifindex in XDP compliance test tool
    https://git.kernel.org/bpf/bpf-next/c/27a36bc3cdd5
  - [bpf-next,v2,2/2] selftests/bpf: improve error logs in XDP compliance test tool
    https://git.kernel.org/bpf/bpf-next/c/c1cd734c1bb3

You are awesome, thank you!