Searched hist:"51 a0d5e51178fcd147c1b8fdab2ed16b561326db" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/can/ |
H A D | raw.c | diff 51a0d5e51178fcd147c1b8fdab2ed16b561326db Thu Apr 21 05:31:52 CDT 2022 Marc Kleine-Budde <mkl@pengutronix.de> can: raw: add support for SO_TXTIME/SCM_TXTIME
This patch calls into sock_cmsg_send() to parse the user supplied control information into a struct sockcm_cookie. Then assign the requested transmit time to the skb.
This makes it possible to use the Earliest TXTIME First (ETF) packet scheduler with the CAN_RAW protocol. The user can send a CAN_RAW frame with a TXTIME and the kernel (with the ETF scheduler) will take care of sending it to the network interface.
Link: https://lore.kernel.org/all/20220502091946.1916211-3-mkl@pengutronix.de Acked-by: Oliver Hartkopp <socketcan@hartkopp.net> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
|