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)
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>

Trivial merge