linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next RFC PATCH 0/2] iproute2: Add PRP support
@ 2020-05-06 16:35 Murali Karicheri
  2020-05-06 16:35 ` [net-next RFC PATCH 1/2] add support for PRP similar to HSR Murali Karicheri
  2020-05-06 16:35 ` [net-next RFC PATCH 2/2] prp: update man page for PRP Murali Karicheri
  0 siblings, 2 replies; 3+ messages in thread
From: Murali Karicheri @ 2020-05-06 16:35 UTC (permalink / raw)
  To: davem, kuba, netdev, linux-kernel, nsekhar, grygorii.strashko

This is the RFC patch series to add prp link type in iproute2. This
is dependent on the kernel patch series with subject line 

"[net-next RFC PATCH 00/13] net: hsr: Add PRP driver

Murali Karicheri (2):
  add support for PRP similar to HSR
  prp: update man page for PRP

 include/uapi/linux/if_link.h |  16 ++++-
 ip/Makefile                  |   5 +-
 ip/iplink_hsr.c              | 111 +++-------------------------------
 ip/iplink_hsr_prp_common.c   | 114 +++++++++++++++++++++++++++++++++++
 ip/iplink_hsr_prp_common.h   |  24 ++++++++
 ip/iplink_prp.c              |  60 ++++++++++++++++++
 man/man8/ip-link.8.in        |  29 +++++++++
 7 files changed, 252 insertions(+), 107 deletions(-)
 create mode 100644 ip/iplink_hsr_prp_common.c
 create mode 100644 ip/iplink_hsr_prp_common.h
 create mode 100644 ip/iplink_prp.c

-- 
2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-06 16:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-06 16:35 [net-next RFC PATCH 0/2] iproute2: Add PRP support Murali Karicheri
2020-05-06 16:35 ` [net-next RFC PATCH 1/2] add support for PRP similar to HSR Murali Karicheri
2020-05-06 16:35 ` [net-next RFC PATCH 2/2] prp: update man page for PRP Murali Karicheri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).