mbox series

[iproute2-next,v2,0/2] ip: wwan links management support

Message ID 20210622235256.25499-1-ryazanov.s.a@gmail.com (mailing list archive)
Headers show
Series ip: wwan links management support | expand

Message

Sergey Ryazanov June 22, 2021, 11:52 p.m. UTC
This short series introduces support for WWAN links  support.

First patch adds support for new common attributes: parent device name
and parent device bus name. The former attribute required to create a
new WWAN link. Finally, the second patch introduces support for a new
'wwan' link type.

Changelong:
  v1 -> v2
    * shorten the 'parentdevbus' parameter to 'parentbus', as Parav
      suggested and Loic recalled
  RFC -> v1
    * drop the kernel headers update patch
    * add a parent device bus attribute support
    * shorten the 'parentdev-name' parameter to just 'parentdev'

Sergey Ryazanov (2):
  iplink: add support for parent device
  iplink: support for WWAN devices

 ip/Makefile      |  2 +-
 ip/ipaddress.c   | 14 ++++++++++
 ip/iplink.c      |  9 ++++--
 ip/iplink_wwan.c | 72 ++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 94 insertions(+), 3 deletions(-)
 create mode 100644 ip/iplink_wwan.c

Comments

David Ahern June 26, 2021, 4:41 a.m. UTC | #1
On 6/22/21 5:52 PM, Sergey Ryazanov wrote:
> This short series introduces support for WWAN links  support.
> 
> First patch adds support for new common attributes: parent device name
> and parent device bus name. The former attribute required to create a
> new WWAN link. Finally, the second patch introduces support for a new
> 'wwan' link type.
> 
> Changelong:
>   v1 -> v2
>     * shorten the 'parentdevbus' parameter to 'parentbus', as Parav
>       suggested and Loic recalled
>   RFC -> v1
>     * drop the kernel headers update patch
>     * add a parent device bus attribute support
>     * shorten the 'parentdev-name' parameter to just 'parentdev'
> 
> Sergey Ryazanov (2):
>   iplink: add support for parent device
>   iplink: support for WWAN devices
> 
>  ip/Makefile      |  2 +-
>  ip/ipaddress.c   | 14 ++++++++++
>  ip/iplink.c      |  9 ++++--
>  ip/iplink_wwan.c | 72 ++++++++++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 94 insertions(+), 3 deletions(-)
>  create mode 100644 ip/iplink_wwan.c
> 

applied to iproute2-next. Thanks,