Re: [Patch net-next v2 1/2] net: partially revert dynamic lockdep key changes

2020-05-17 Thread Florian Fainelli
On 5/17/2020 11:42 AM, Cong Wang wrote: On Sat, May 16, 2020 at 9:53 AM Vladimir Oltean wrote: Thanks a lot for presenting the options. In general, xmit in DSA is relatively simple and most of the time stateless. My stacked DSA setup appears to work just fine with NETIF_F_LLTX, including the

Re: [Patch net-next v2 1/2] net: partially revert dynamic lockdep key changes

2020-05-17 Thread Cong Wang
On Sat, May 16, 2020 at 9:53 AM Vladimir Oltean wrote: > Thanks a lot for presenting the options. In general, xmit in DSA is > relatively simple and most of the time stateless. My stacked DSA setup > appears to work just fine with NETIF_F_LLTX, including the updating of > percpu counters. I'm not

Re: [Patch net-next v2 1/2] net: partially revert dynamic lockdep key changes

2020-05-17 Thread Taehee Yoo
On Sun, 17 May 2020 at 01:53, Vladimir Oltean wrote: > Hi Vladimir, > Hi Taehee, > > On Sat, 16 May 2020 at 18:22, Taehee Yoo wrote: > > > > On Thu, 14 May 2020 at 00:56, Vladimir Oltean wrote: > > > > > > Hi Cong, Taehee, > > > > > > > Hi Vladimir! > > Sorry for the late reply. > > > > ... >

Re: [Patch net-next v2 1/2] net: partially revert dynamic lockdep key changes

2020-05-16 Thread Vladimir Oltean
Hi Taehee, On Sat, 16 May 2020 at 18:22, Taehee Yoo wrote: > > On Thu, 14 May 2020 at 00:56, Vladimir Oltean wrote: > > > > Hi Cong, Taehee, > > > > Hi Vladimir! > Sorry for the late reply. > > ... > > > I have a platform with the following layout: > > > > Regular NIC > >| > >

Re: [Patch net-next v2 1/2] net: partially revert dynamic lockdep key changes

2020-05-16 Thread Taehee Yoo
On Thu, 14 May 2020 at 00:56, Vladimir Oltean wrote: > > Hi Cong, Taehee, > Hi Vladimir! Sorry for the late reply. ... > I have a platform with the following layout: > > Regular NIC >| >+> DSA master for switch port >| >+> DSA master

Re: [Patch net-next v2 1/2] net: partially revert dynamic lockdep key changes

2020-05-13 Thread Vladimir Oltean
Hi Cong, Taehee, On Mon, 4 May 2020 at 21:45, Taehee Yoo wrote: > > On Sun, 3 May 2020 at 14:22, Cong Wang wrote: > > > > Hi Cong, > Thank you for this work! > > > This patch reverts the folowing commits: > > > > commit 064ff66e2bef84f1153087612032b5b9eab005bd > > "bonding: add missing netdev_up

Re: [Patch net-next v2 1/2] net: partially revert dynamic lockdep key changes

2020-05-04 Thread Taehee Yoo
On Sun, 3 May 2020 at 14:22, Cong Wang wrote: > Hi Cong, Thank you for this work! > This patch reverts the folowing commits: > > commit 064ff66e2bef84f1153087612032b5b9eab005bd > "bonding: add missing netdev_update_lockdep_key()" > > commit 53d374979ef147ab51f5d632dfe20b14aebeccd0 > "net: avoid

[Patch net-next v2 1/2] net: partially revert dynamic lockdep key changes

2020-05-02 Thread Cong Wang
This patch reverts the folowing commits: commit 064ff66e2bef84f1153087612032b5b9eab005bd "bonding: add missing netdev_update_lockdep_key()" commit 53d374979ef147ab51f5d632dfe20b14aebeccd0 "net: avoid updating qdisc_xmit_lock_key in netdev_update_lockdep_key()" commit 1f26c0d3d24125992ab0026b0dab