> -----Original Message----- > From: Kai Heng Feng [mailto:kai.heng.f...@canonical.com] > Sent: Friday, November 24, 2017 3:00 AM > To: Greg KH <gre...@linuxfoundation.org> > Cc: David Miller <da...@davemloft.net>; hayesw...@realtek.co; linux- > u...@vger.kernel.org; netdev@vger.kernel.org; LKML <linux- > ker...@vger.kernel.org>; Limonciello, Mario <mario_limoncie...@dell.com> > Subject: Re: [PATCH] r8152: disable rx checksum offload on Dell TB dock > > > > Also the MAC address is different, can you just trigger off of Dell's > > MAC address space instead of the address space of the dongle device? > > A really good idea, never thought of this. Thanks for the hint :) > Still, I need to ask Dell folks to get all the answers. > > Kai-Heng
The MAC address stuff is workable to tell if it's a r8153-AD (which is in Dell Inc Type C dongles, TB16 and WD15 docks). This alone wouldn't be enough to tell if it's a TB16. I believe you'd need to have an extra check for that, but maybe this workaround can run after you verify it's r8153-AD in the special MAC address handling section of r8153 driver.