mbox series

[RFC,0/6] WWAN netdev creation framework tweaks

Message ID 20210603044954.8091-1-ryazanov.s.a@gmail.com
Headers show
Series WWAN netdev creation framework tweaks | expand

Message

Sergey Ryazanov June 3, 2021, 4:49 a.m. UTC
This is a follow-up series to the proposed generic WWAN interface
creation framework [1].

The first two patches are small fixes for issues that were spotted
during the original code testing. The 3rd patch completes my suggestion
to make the parent device attribute (IFLA_PARENT_DEV_NAME) generic by
revealing the netdev parent device to userspace using this attribute.
The 4th patch was added to make it easier to test iproute2 changes, in
fact it just copies the definitions from the kernel headers to iproute2.
Finally, 5th and 6th patches provide an example of userspace support for
WWAN links management.

At the moment I do not have access to any WWAN hardware, so the code was
only lightly tested at runtime.

1. https://lore.kernel.org/netdev/20210602082840.85828-1-johannes@sipsolutions.net