Merge branch 'bonding-support-new-xfrm-state-offload-functions'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 5 Sep 2024 10:51:48 +0000 (12:51 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 5 Sep 2024 10:51:49 +0000 (12:51 +0200)
commited42b2bcd38e95a967287273144a7c7a1dbc97cb
treef0b4921276ff7ad3a74e76a839e3c9e5e7ae4245
parentd2095989943b88a4ab98d01d912c6c45925f2dcf
parent68db604e16d56f50de48cdd0c47f510394c1fbe9
Merge branch 'bonding-support-new-xfrm-state-offload-functions'

Hangbin Liu says:

====================
Bonding: support new xfrm state offload functions

Add 2 new xfrm state offload functions xdo_dev_state_advance_esn and
xdo_dev_state_update_stats for bonding. The xdo_dev_state_free will be
added by Jianbo's patchset [1]. I will add the bonding xfrm policy offload
in future.

v7: no update, just rebase the code.
v6: Use "Return: " based on ./scripts/kernel-doc (Simon Horman)
v5: Rebase to latest net-next, update function doc (Jakub Kicinski)
v4: Ratelimit pr_warn (Sabrina Dubroca)
v3: Re-format bond_ipsec_dev, use slave_warn instead of WARN_ON (Nikolay Aleksandrov)
    Fix bond_ipsec_dev defination, add *. (Simon Horman, kernel test robot)
    Fix "real" typo (kernel test robot)
v2: Add a function to process the common device checking (Nikolay Aleksandrov)
    Remove unused variable (Simon Horman)
v1: lore.kernel.org/netdev/20240816035518.203704-1-liuhangbin@gmail.com
====================

Link: https://patch.msgid.link/20240904003457.3847086-1-liuhangbin@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>