From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932089AbcFFRtB (ORCPT ); Mon, 6 Jun 2016 13:49:01 -0400 Received: from ausc60ps301.us.dell.com ([143.166.148.206]:51568 "EHLO ausc60ps301.us.dell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752857AbcFFRs7 convert rfc822-to-8bit (ORCPT ); Mon, 6 Jun 2016 13:48:59 -0400 DomainKey-Signature: s=smtpout; d=dell.com; c=nofws; q=dns; h=X-LoopCount0:X-IronPort-AV:From:To:CC:Subject: Thread-Topic:Thread-Index:Date:Message-ID:References: In-Reply-To:Accept-Language:Content-Language: X-MS-Has-Attach:X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader:x-originating-ip: Content-Type:Content-Transfer-Encoding:MIME-Version: Return-Path; b=o2GA/hXaTUshN8yNqCq+6tZXutalwYz7HX2INyNhE77TxoxEmIRLEzpr fmF2kU6lFj6UToyFJFKMV6I527ZoeVwJMFuVu+alzpVP36z4WEicWHl8b bDGeBzT8BkSZNc/AirsxuwLwpprthd9E/tACi4v00pJtC5Qz0QuU8+nL2 c=; X-LoopCount0: from 10.170.28.39 X-IronPort-AV: E=Sophos;i="5.26,428,1459832400"; d="scan'208";a="831698543" From: To: , CC: , , , , , Subject: RE: [EXT] [PATCH v4] r8152: Add support for setting pass through MAC address on RTL8153-AD Thread-Topic: [EXT] [PATCH v4] r8152: Add support for setting pass through MAC address on RTL8153-AD Thread-Index: AQHRwBe0h8kyrWqYPUCTt81mY3I+up/dCVUA//+sP2A= Date: Mon, 6 Jun 2016 17:48:56 +0000 Message-ID: <2260b0a15ba2427fa83dcf2a0c211b3f@ausx13mpc124.AMER.DELL.COM> References: <1465233569-13585-1-git-send-email-mario_limonciello@dell.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.11.181.4] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > -----Original Message----- > From: Konstantin Shkolnyy [mailto:Konstantin.Shkolnyy@silabs.com] > Sent: Monday, June 6, 2016 12:43 PM > To: Limonciello, Mario ; > hayeswang@realtek.com > Cc: LKML ; Netdev > ; Linux USB ; > pali.rohar@gmail.com; anthony.wong@canonical.com; Greg KH > > Subject: RE: [EXT] [PATCH v4] r8152: Add support for setting pass through > MAC address on RTL8153-AD > > > -----Original Message----- > > From: linux-usb-owner@vger.kernel.org [mailto:linux-usb- > > owner@vger.kernel.org] On Behalf Of Mario Limonciello > > Sent: Monday, June 06, 2016 12:19 > > To: hayeswang@realtek.com > > Cc: LKML; Netdev; Linux USB; pali.rohar@gmail.com; > > anthony.wong@canonical.com; Greg KH; Mario Limonciello > > Subject: [EXT] [PATCH v4] r8152: Add support for setting pass through MAC > > address on RTL8153-AD > > > > The RTL8153-AD supports a persistent system specific MAC address. > > This means a device plugged into two different systems with host side > > support will show different (but persistent) MAC addresses. > > > > This information for the system's persistent MAC address is burned in > when > > the system HW is built and available under _SB\AMAC in the DSDT at > > runtime. > > > > This technology is currently implemented in the Dell TB15 and WD15 Type-C > > docks. More information is available here: > > http://www.dell.com/support/article/us/en/04/SLN301147 > > What is going to happen if I connect multiple dongles? Will they all get the > same address? If you connect a dongle without a RTL8153-AD or without that bit they'll get the MAC that was burned into the dongle. If you connect multiple docks that have this Realtek chip with this bit set, yes they'll all get the same address. I confirmed that's what happens on Windows too.