Re: [PATCH net-next 0/4] net: dsa: Make dsa_switch_ops const

2017-01-09 Thread David Miller
From: Florian Fainelli Date: Sun, 8 Jan 2017 14:52:04 -0800 > This patch series allows us to annotate dsa_switch_ops with a const > qualifier. Series applied, thanks.

Re: [PATCH net-next 0/4] net: dsa: Make dsa_switch_ops const

2017-01-09 Thread Florian Fainelli
On 01/09/2017 11:34 AM, David Miller wrote: > From: Florian Fainelli > Date: Sun, 8 Jan 2017 14:52:04 -0800 > >> This patch series allows us to annotate dsa_switch_ops with a const >> qualifier. > > I kinda suspect this will have minor conflicts with the ops overwrite > bug fix I applied to 'ne

Re: [PATCH net-next 0/4] net: dsa: Make dsa_switch_ops const

2017-01-09 Thread David Miller
From: Florian Fainelli Date: Sun, 8 Jan 2017 14:52:04 -0800 > This patch series allows us to annotate dsa_switch_ops with a const > qualifier. I kinda suspect this will have minor conflicts with the ops overwrite bug fix I applied to 'net' right? I think I'll wait until I merge net into net-ne

Re: [PATCH net-next 0/4] net: dsa: Make dsa_switch_ops const

2017-01-09 Thread Vivien Didelot
Hi Florian, Florian Fainelli writes: > This patch series allows us to annotate dsa_switch_ops with a const > qualifier. > > Florian Fainelli (4): > net: dsa: b53: Export most operations to other drivers > net: dsa: bcm_sf2: Declare our own dsa_switch_ops > net: dsa: Encapsulate legacy swit

[PATCH net-next 0/4] net: dsa: Make dsa_switch_ops const

2017-01-08 Thread Florian Fainelli
Hi all, This patch series allows us to annotate dsa_switch_ops with a const qualifier. Florian Fainelli (4): net: dsa: b53: Export most operations to other drivers net: dsa: bcm_sf2: Declare our own dsa_switch_ops net: dsa: Encapsulate legacy switch drivers into dsa_switch_driver net: dsa