Re: [PATCH net v2 1/2] Revert "r8152: napi hangup fix after disconnect"

2019-08-26 Thread David Miller
From: Hayes Wang Date: Mon, 26 Aug 2019 09:43:32 + > Jiri Slaby [mailto:jsl...@suse.cz] >> Sent: Monday, August 26, 2019 4:55 PM > [...] >> Could you clarify *why* it conflicts? And how is the problem fixed by >> 0ee1f473496 avoided now? > > In rtl8152_disconnect(), the flow would be as

RE: [PATCH net v2 1/2] Revert "r8152: napi hangup fix after disconnect"

2019-08-26 Thread Hayes Wang
Jiri Slaby [mailto:jsl...@suse.cz] > Sent: Monday, August 26, 2019 4:55 PM [...] > Could you clarify *why* it conflicts? And how is the problem fixed by > 0ee1f473496 avoided now? In rtl8152_disconnect(), the flow would be as following. static void rtl8152_disconnect(struct usb_interface *intf)

Re: [PATCH net v2 1/2] Revert "r8152: napi hangup fix after disconnect"

2019-08-26 Thread Jiri Slaby
On 26. 08. 19, 10:41, Hayes Wang wrote: > This reverts commit 0ee1f4734967af8321ecebaf9c74221ace34f2d5. > > This conflicts with commit ffa9fec30ca0 ("r8152: set > RTL8152_UNPLUG only for real disconnection"). Could you clarify *why* it conflicts? And how is the problem fixed by 0ee1f473496