Merge branch 'mctp-core-protocol-updates-minor-fixes-tests'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 22 Feb 2024 12:32:57 +0000 (13:32 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 22 Feb 2024 12:32:58 +0000 (13:32 +0100)
commite7b83f2fa445290f4ce906367ccfc8d184a98249
tree0bd869b88b5b91bd06abd9ad4cd9e20f3c4cbd03
parent6d5c36565c169376e3c5fc54d01d7c6819381465
parentd192eaf57f006072e8fffbbc5312da87ead86fc3
Merge branch 'mctp-core-protocol-updates-minor-fixes-tests'

Jeremy Kerr says:

====================
MCTP core protocol updates, minor fixes & tests

This series implements some procotol improvements for AF_MCTP,
particularly for systems with multiple MCTP networks defined. For those,
we need to add the network ID to the tag lookups, which then suggests an
updated version of the tag allocate / drop ioctl to allow the net ID to
be specified there too.

The ioctl change affects uabi, so might warrant some extra attention.

There are also a couple of new kunit tests for multiple-net
configurations.

We have a fix for populating the flow data when fragmenting, and a
testcase for that too.

Of course, any queries/comments/etc., please let me know!
====================

Link: https://lore.kernel.org/r/cover.1708335994.git.jk@codeconstruct.com.au
Signed-off-by: Paolo Abeni <pabeni@redhat.com>