mbox series

[v2,0/2] net: j1939: extend UAPI for RX notifications

Message ID 20210707094854.30781-1-o.rempel@pengutronix.de (mailing list archive)
Headers show
Series net: j1939: extend UAPI for RX notifications | expand

Message

Oleksij Rempel July 7, 2021, 9:48 a.m. UTC
changes v2:
- fix size calculation for the addresses
- make sure all J1939_NLA* have same order

Oleksij Rempel (2):
  net: j1939: rename J1939_ERRQUEUE_* to J1939_ERRQUEUE_TX_*
  net: j1939: extend UAPI to notify about RX status

 include/uapi/linux/can/j1939.h |   9 +++
 net/can/j1939/j1939-priv.h     |  10 ++-
 net/can/j1939/socket.c         | 141 +++++++++++++++++++++++++--------
 net/can/j1939/transport.c      |  26 ++++--
 4 files changed, 144 insertions(+), 42 deletions(-)

Comments

Marc Kleine-Budde Aug. 4, 2021, 9:53 a.m. UTC | #1
On 07.07.2021 11:48:52, Oleksij Rempel wrote:
> changes v2:
> - fix size calculation for the addresses
> - make sure all J1939_NLA* have same order

Applied to linux-can-next/testing.

Marc