mbox series

[PATCHv2,net-next,0/3] netdevsim: better ipsec output format

Message ID 20241010040027.21440-1-liuhangbin@gmail.com (mailing list archive)
Headers show
Series netdevsim: better ipsec output format | expand

Message

Hangbin Liu Oct. 10, 2024, 4 a.m. UTC
The first 2 patches improve the netdevsim ipsec debug output with better
format. The 3rd patch update the selftests.

v2: update rtnetlink selftest with new output format (Stanislav Fomichev, Jakub Kicinski)

Hangbin Liu (3):
  netdevsim: print human readable IP address
  netdevsim: copy addresses for both in and out paths
  selftests: rtnetlink: update netdevsim ipsec output format

 drivers/net/netdevsim/ipsec.c            | 23 +++++++++++++----------
 tools/testing/selftests/net/rtnetlink.sh |  4 ++--
 2 files changed, 15 insertions(+), 12 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 11, 2024, 10:50 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 10 Oct 2024 04:00:24 +0000 you wrote:
> The first 2 patches improve the netdevsim ipsec debug output with better
> format. The 3rd patch update the selftests.
> 
> v2: update rtnetlink selftest with new output format (Stanislav Fomichev, Jakub Kicinski)
> 
> Hangbin Liu (3):
>   netdevsim: print human readable IP address
>   netdevsim: copy addresses for both in and out paths
>   selftests: rtnetlink: update netdevsim ipsec output format
> 
> [...]

Here is the summary with links:
  - [PATCHv2,net-next,1/3] netdevsim: print human readable IP address
    https://git.kernel.org/netdev/net-next/c/c71bc6da6198
  - [PATCHv2,net-next,2/3] netdevsim: copy addresses for both in and out paths
    https://git.kernel.org/netdev/net-next/c/2cf567f421db
  - [PATCHv2,net-next,3/3] selftests: rtnetlink: update netdevsim ipsec output format
    https://git.kernel.org/netdev/net-next/c/3ec920bb978c

You are awesome, thank you!