linux-gbmc: mctp: add new ioctl to set MCTP tag timeout

The default timeout of automatic allocated MCTP tag is hardcoded into 6
seconds. Here we add a new SIOCMCTPSETTAGTO ioctl which can be used by
application layer to set a new MCTP tag timeout value for AF_MCTP
socket.

We just put the patch in staging layer and it needs to be enabled in
platforms which needs this feature.

Tested:
https://paste.googleplex.com/5385756586278912

Fusion-Link: NA as this CL is a NOP
Platforms-Affected: NONE, this CL is a NOP by itself.
Google-Bug-Id: 421190486
Google-Bug-Id: 336355842
Google-Bug-Id: 337932733
Change-Id: I46a5bbae0eb4f5e6573ebdebb8f9db2f12bf44b1
Signed-off-by: Jinliang Wang <jinliangw@google.com>
(cherry picked from commit 890093d98358b781f177ecbbc4c842e016eeb4c1)
1 file changed
tree: 31f8444a97208c8ef589d42b76539c4ba8b3b4e8
  1. classes/
  2. conf/
  3. dynamic-layers/
  4. recipes-bsp/
  5. recipes-connectivity/
  6. recipes-core/
  7. recipes-devtools/
  8. recipes-extended/
  9. recipes-google/
  10. recipes-kernel/
  11. recipes-phosphor/
  12. recipes-support/
  13. recipes-tpm1/
  14. recipes-tpm2/
  15. LICENSE
  16. README.md
README.md

meta-gbmc-staging

This repository contains additions to the openbmc/meta-google layer that are not yet ready for OpenBMC inclusion.

How to use this layer

  1. Clone openbmc/openbmc from GitHub.
  2. Clone this layer from GitHub into a subdirectory of openbmc.