Re: [PATCH net-next 1/1] net: hsr/prp: add vlan support

2020-09-08 Thread Willem de Bruijn
On Tue, Sep 8, 2020 at 6:39 PM Murali Karicheri wrote: > > Hi Willem, > > Thanks for the response! > On 9/4/20 11:45 AM, Willem de Bruijn wrote: > > On Tue, Sep 1, 2020 at 9:54 PM Murali Karicheri wrote: > >> > >> This patch add support for creating vlan interfaces > >> over hsr/prp interface. >

Re: [PATCH net-next 1/1] net: hsr/prp: add vlan support

2020-09-08 Thread Murali Karicheri
Hi Willem, Thanks for the response! On 9/4/20 11:45 AM, Willem de Bruijn wrote: On Tue, Sep 1, 2020 at 9:54 PM Murali Karicheri wrote: This patch add support for creating vlan interfaces over hsr/prp interface. Signed-off-by: Murali Karicheri --- net/hsr/hsr_device.c | 4 net/hsr/

Re: [PATCH net-next 1/1] net: hsr/prp: add vlan support

2020-09-04 Thread Willem de Bruijn
On Tue, Sep 1, 2020 at 9:54 PM Murali Karicheri wrote: > > This patch add support for creating vlan interfaces > over hsr/prp interface. > > Signed-off-by: Murali Karicheri > --- > net/hsr/hsr_device.c | 4 > net/hsr/hsr_forward.c | 16 +--- > 2 files changed, 13 insertions(+)

[PATCH net-next 1/1] net: hsr/prp: add vlan support

2020-09-01 Thread Murali Karicheri
This patch add support for creating vlan interfaces over hsr/prp interface. Signed-off-by: Murali Karicheri --- net/hsr/hsr_device.c | 4 net/hsr/hsr_forward.c | 16 +--- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/net/hsr/hsr_device.c b/net/hsr/hsr_device.