mbox series

[net-next,v2,0/3] net: hsr: updates from internal tree

Message ID 20190415153603.23110-1-m-karicheri2@ti.com
Headers show
Series net: hsr: updates from internal tree | expand

Message

Murali Karicheri April 15, 2019, 3:36 p.m. UTC
This series picks commit from our internal kernel tree.
Patch 1/3 fixes a file name issue introduced in my previous
series.

History:
  v2: fixed patch 3/3 by moving stats update to inside hsr_forward_skb()

Murali Karicheri (3):
  net: hsr: fix naming of file and functions
  net: hsr: fix debugfs path to support multiple interfaces
  net: hsr: add tx stats for master interface

 net/hsr/Makefile                             |  2 +-
 net/hsr/{hsr_prp_debugfs.c => hsr_debugfs.c} | 43 ++++++++++----------
 net/hsr/hsr_device.c                         |  4 +-
 net/hsr/hsr_forward.c                        |  7 ++++
 net/hsr/hsr_main.h                           |  9 ++--
 5 files changed, 36 insertions(+), 29 deletions(-)
 rename net/hsr/{hsr_prp_debugfs.c => hsr_debugfs.c} (69%)

-- 
2.17.0

Comments

David Miller April 16, 2019, 12:22 a.m. UTC | #1
From: Murali Karicheri <m-karicheri2@ti.com>

Date: Mon, 15 Apr 2019 11:36:00 -0400

> This series picks commit from our internal kernel tree.

> Patch 1/3 fixes a file name issue introduced in my previous

> series.

> 

> History:

>   v2: fixed patch 3/3 by moving stats update to inside hsr_forward_skb()


Series applied, thanks.