mbox series

[bpf-next,0/2] xsk: cover AF_XDP test app in MAINTAINERS

Message ID 20220707111613.49031-1-maciej.fijalkowski@intel.com (mailing list archive)
Headers show
Series xsk: cover AF_XDP test app in MAINTAINERS | expand

Message

Fijalkowski, Maciej July 7, 2022, 11:16 a.m. UTC
MAINTAINERS needs adjustment after file moves/deletions.
First commit does s/xdpxceiver/xskxceiver while second adjust the
MAINTAINERS.

Thanks,
Maciej

Maciej Fijalkowski (2):
  selftests: xsk: rename AF_XDP testing app
  MAINTAINERS: add entry for AF_XDP selftests files

 MAINTAINERS                                                | 1 +
 tools/testing/selftests/bpf/.gitignore                     | 2 +-
 tools/testing/selftests/bpf/Makefile                       | 4 ++--
 tools/testing/selftests/bpf/test_xsk.sh                    | 6 +++---
 tools/testing/selftests/bpf/xsk_prereqs.sh                 | 4 ++--
 tools/testing/selftests/bpf/{xdpxceiver.c => xskxceiver.c} | 4 ++--
 tools/testing/selftests/bpf/{xdpxceiver.h => xskxceiver.h} | 6 +++---
 7 files changed, 14 insertions(+), 13 deletions(-)
 rename tools/testing/selftests/bpf/{xdpxceiver.c => xskxceiver.c} (99%)
 rename tools/testing/selftests/bpf/{xdpxceiver.h => xskxceiver.h} (98%)

Comments

patchwork-bot+netdevbpf@kernel.org July 8, 2022, 12:30 p.m. UTC | #1
Hello:

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

On Thu,  7 Jul 2022 13:16:11 +0200 you wrote:
> MAINTAINERS needs adjustment after file moves/deletions.
> First commit does s/xdpxceiver/xskxceiver while second adjust the
> MAINTAINERS.
> 
> Thanks,
> Maciej
> 
> [...]

Here is the summary with links:
  - [bpf-next,1/2] selftests: xsk: rename AF_XDP testing app
    https://git.kernel.org/bpf/bpf-next/c/018a8e75b49c
  - [bpf-next,2/2] MAINTAINERS: add entry for AF_XDP selftests files
    https://git.kernel.org/bpf/bpf-next/c/d6f34f7f77fb

You are awesome, thank you!