mbox series

[iproute2,v5,0/2] iplink: hsr: add support for creating PRP device

Message ID 20200817211737.576-1-m-karicheri2@ti.com
Headers show
Series iplink: hsr: add support for creating PRP device | expand

Message

Murali Karicheri Aug. 17, 2020, 9:17 p.m. UTC
This series enhances the iproute2 iplink module to add support
for creating PRP device similar to HSR. The kernel part of this
is already merged to v5.9 master

v4 - addressed comment from Stephen Hemminger
   - Sending this with a iproute2 prefix so that this can
     be merged to v5.9 iprout2 if possible.
v3 of the series is rebased to iproute2-next/master at
git://git.kernel.org/pub/scm/network/iproute2/iproute2-next
and send as v4.

Please apply this if looks good.


Murali Karicheri (2):
  iplink: hsr: add support for creating PRP device similar to HSR
  ip: iplink: prp: update man page for new parameter

 ip/iplink_hsr.c       | 17 +++++++++++++++--
 man/man8/ip-link.8.in |  9 ++++++++-
 2 files changed, 23 insertions(+), 3 deletions(-)

-- 
2.17.1

Comments

Murali Karicheri Aug. 19, 2020, 9:21 p.m. UTC | #1
Hi, Stephen,

On 8/17/20 5:17 PM, Murali Karicheri wrote:
> This series enhances the iproute2 iplink module to add support

> for creating PRP device similar to HSR. The kernel part of this

> is already merged to v5.9 master

> 

> v5 - addressed comment from Stephen Hemminger

>     - Sending this with a iproute2 prefix so that this can

>       be merged to v5.9 iprout2 if possible.

> v3 of the series is rebased to iproute2-next/master at

> git://git.kernel.org/pub/scm/network/iproute2/iproute2-next

> and send as v4.

> 

> Please apply this if looks good.

> 

> 

> Murali Karicheri (2):

>    iplink: hsr: add support for creating PRP device similar to HSR

>    ip: iplink: prp: update man page for new parameter

> 

>   ip/iplink_hsr.c       | 17 +++++++++++++++--

>   man/man8/ip-link.8.in |  9 ++++++++-

>   2 files changed, 23 insertions(+), 3 deletions(-)

> 

Can we merge this version please?
-- 
Murali Karicheri
Texas Instruments
Murali Karicheri Aug. 21, 2020, 9:13 p.m. UTC | #2
Stephen,

On 8/19/20 5:21 PM, Murali Karicheri wrote:
> Hi, Stephen,

> 

> On 8/17/20 5:17 PM, Murali Karicheri wrote:

>> This series enhances the iproute2 iplink module to add support

>> for creating PRP device similar to HSR. The kernel part of this

>> is already merged to v5.9 master

>>

>> v5 - addressed comment from Stephen Hemminger

>>     - Sending this with a iproute2 prefix so that this can

>>       be merged to v5.9 iprout2 if possible.

>> v3 of the series is rebased to iproute2-next/master at

>> git://git.kernel.org/pub/scm/network/iproute2/iproute2-next

>> and send as v4.

>>

>> Please apply this if looks good.

>>

>>

>> Murali Karicheri (2):

>>    iplink: hsr: add support for creating PRP device similar to HSR

>>    ip: iplink: prp: update man page for new parameter

>>

>>   ip/iplink_hsr.c       | 17 +++++++++++++++--

>>   man/man8/ip-link.8.in |  9 ++++++++-

>>   2 files changed, 23 insertions(+), 3 deletions(-)

>>

> Can we merge this version please?


Ping .... Thank you!
-- 
Murali Karicheri
Texas Instruments
Stephen Hemminger Aug. 23, 2020, 4:15 a.m. UTC | #3
On Mon, 17 Aug 2020 17:17:35 -0400
Murali Karicheri <m-karicheri2@ti.com> wrote:

> This series enhances the iproute2 iplink module to add support

> for creating PRP device similar to HSR. The kernel part of this

> is already merged to v5.9 master

> 

> v4 - addressed comment from Stephen Hemminger

>    - Sending this with a iproute2 prefix so that this can

>      be merged to v5.9 iprout2 if possible.

> v3 of the series is rebased to iproute2-next/master at

> git://git.kernel.org/pub/scm/network/iproute2/iproute2-next

> and send as v4.

> 

> Please apply this if looks good.

> 

> 

> Murali Karicheri (2):

>   iplink: hsr: add support for creating PRP device similar to HSR

>   ip: iplink: prp: update man page for new parameter

> 

>  ip/iplink_hsr.c       | 17 +++++++++++++++--

>  man/man8/ip-link.8.in |  9 ++++++++-

>  2 files changed, 23 insertions(+), 3 deletions(-)


Applied. Than
ks for updating