[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250925055946.189027-1-deepak.sharma.472935@gmail.com>
Date: Thu, 25 Sep 2025 11:29:46 +0530
From: Deepak Sharma <deepak.sharma.472935@...il.com>
To: kuba@...nel.org
Cc: andrew+netdev@...n.ch,
andrew@...n.ch,
davem@...emloft.net,
david.hunter.linux@...il.com,
edumazet@...gle.com,
linux-kernel-mentees@...ts.linux.dev,
linux-kernel@...r.kernel.org,
linux-usb@...r.kernel.org,
michal.pecio@...il.com,
netdev@...r.kernel.org,
pabeni@...hat.com,
petkan@...leusys.com,
skhan@...uxfoundation.org,
syzbot+78cae3f37c62ad092caa@...kaller.appspotmail.com,
viswanathiyyappan@...il.com
Subject: Re: [PATCH net v2] net: usb: Remove disruptive netif_wake_queue in rtl8150_set_multicast
Hi Jakub,
I found the topic very interesting. So I looked into the existing drivers and almost all of them seem to be using `usb_submit_urb`s except `lan78xx` and `smsc75xx`, which have a work item to do the configuration. But I see no synchronization between their work and the data that is used to do the configuration (which can involve multiple requests to the device). Is there any synchronization that I am missing here?
Thanks,
Deepak Sharma
Powered by blists - more mailing lists