Whamcloud - gitweb
LU-16996 kfilnd: Wrong traffic class assigned 88/51788/2
authorRon Gredvig <ron.gredvig@hpe.com>
Thu, 15 Dec 2022 20:04:20 +0000 (14:04 -0600)
committerOleg Drokin <green@whamcloud.com>
Tue, 22 Aug 2023 06:42:14 +0000 (06:42 +0000)
commit0ae7ced635a11be55b07cf126070618255e7722d
treec1e5de12989bde1adaca2ce64d180818ddb0d362
parent338801448049e002821f5935b40019e6a6addd3f
LU-16996 kfilnd: Wrong traffic class assigned

The wrong traffic class was being assigned to a transmit
context when multiple networks were assigned to the same
interface.

This was discovered by noticing a currently unsupported
traffic class didn't fail when it was used. The traffic
class from the shared domain was being used instead.

This was fixed by explicitly specifying the traffic
class when creating a transmit context for an endpoint.

Test-Parameters: trivial
HPE-bug-id: LUS-11415
Signed-off-by: Ron Gredvig <ron.gredvig@hpe.com>
Change-Id: I21236c01d4bef53b62e2f303c8e24e059ce83c0a
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/51788
Reviewed-by: Ian Ziemba <ian.ziemba@hpe.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lnet/klnds/kfilnd/kfilnd_dom.c
lnet/klnds/kfilnd/kfilnd_ep.c