mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Bjarni Jonasson <bjarni.jonasson@microchip.com>
To: Russell King - ARM Linux admin <linux@armlinux.org.uk>
Cc: Andrew Lunn <andrew@lunn.ch>,
	Heiner Kallweit <hkallweit1@gmail.com>,
	"David S. Miller" <davem@davemloft.net>,
	Jakub Kicinski <kuba@kernel.org>, <netdev@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>,
	UNGLinuxDriver <UNGLinuxDriver@microchip.com>
Subject: Re: [PATCH v1 0/2] Add 100 base-x mode
Date: Wed, 13 Jan 2021 10:45:25 +0100	[thread overview]
Message-ID: <2488993f2ee8182bc9003c77a27ab9b3267ebf6e.camel@microchip.com> (raw)
In-Reply-To: <20210112160532.GC1551@shell.armlinux.org.uk>

[-- Attachment #1: Type: text/plain, Size: 1950 bytes --]

On Tue, 2021-01-12 at 16:05 +0000, Russell King - ARM Linux admin
wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you
> know the content is safe
> 
> On Tue, Jan 12, 2021 at 03:33:34PM +0100, Bjarni Jonasson wrote:
> > On Mon, 2021-01-11 at 14:18 +0000, Russell King - ARM Linux admin
> > wrote:
> > > EXTERNAL EMAIL: Do not click links or open attachments unless you
> > > know the content is safe
> > > 
> > > On Mon, Jan 11, 2021 at 02:06:55PM +0100, Bjarni Jonasson wrote:
> > > > Adding support for 100 base-x in phylink.
> > > > The Sparx5 switch supports 100 base-x pcs (IEEE 802.3 Clause
> > > > 24)
> > > > 4b5b encoded.
> > > > These patches adds phylink support for that mode.
> > > > 
> > > > Tested in Sparx5, using sfp modules:
> > > > Axcen 100fx AXFE-1314-0521
> > > > Cisco GLC-FE-100LX
> > > > HP SFP 100FX J9054C
> > > > Excom SFP-SX-M1002
> > > 
> > > For each of these modules, please send me:
> > > 
> > > ethtool -m ethx raw on > module.bin
> > > 
> > > so I can validate future changes with these modules. Thanks.
> > > 
> > > --
> > > RMK's Patch system: 
> > > https://www.armlinux.org.uk/developer/patches/
> > > FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!
> > 
> > I've included the dump from ethtool for:
> > Axcen 100fx AXFE-1314-0521
> > Axcen 100lx AXFE-1314-0551
> > Excom SFP-SX-M1002
> > HP SFP 100FX J9054C
> > The "ethtool raw" output seems a bit garbled so I added the hex
> > output
> > as well.
> 
> It is exactly the command that I quoted above that I require. Yes,
> the output will be "garbled" as it is a raw binary dump of the EEPROM
> contents - it's not meant to be displayed directly on the console.
> 
> Please resend.
> 
> Thanks.
> 
> --
> RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
> FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!

Resending the raw format for the 4 modules.
Rgds
--
Bjarni Jonasson
Microchip

[-- Attachment #2: axcen_100fx_axfe_1314_0521.bin --]
[-- Type: application/octet-stream, Size: 256 bytes --]

[-- Attachment #3: axcen_100lx_axfe_1314_0551.bin --]
[-- Type: application/octet-stream, Size: 256 bytes --]

[-- Attachment #4: excom_sfp_sx_m1002.bin --]
[-- Type: application/octet-stream, Size: 512 bytes --]

[-- Attachment #5: hp_100fx_j9054c.bin --]
[-- Type: application/octet-stream, Size: 512 bytes --]

      reply	other threads:[~2021-01-13  9:47 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-11 13:06 Bjarni Jonasson
2021-01-11 13:06 ` [PATCH v1 1/2] net: phy: " Bjarni Jonasson
2021-01-11 14:19   ` Russell King - ARM Linux admin
2021-01-11 14:26   ` Andrew Lunn
2021-01-11 16:47   ` Russell King - ARM Linux admin
2021-01-12 15:32     ` Bjarni Jonasson
2021-01-11 19:37   ` Michał Mirosław
2021-01-12 15:34     ` Bjarni Jonasson
2021-01-11 13:06 ` [PATCH v1 2/2] sfp: add support for 100 base-x SFPs Bjarni Jonasson
2021-01-11 14:22   ` Russell King - ARM Linux admin
2021-01-12 15:31     ` Bjarni Jonasson
2021-01-12 15:39       ` Andrew Lunn
2021-01-11 14:18 ` [PATCH v1 0/2] Add 100 base-x mode Russell King - ARM Linux admin
2021-01-12 14:33   ` Bjarni Jonasson
2021-01-12 16:05     ` Russell King - ARM Linux admin
2021-01-13  9:45       ` Bjarni Jonasson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2488993f2ee8182bc9003c77a27ab9b3267ebf6e.camel@microchip.com \
    --to=bjarni.jonasson@microchip.com \
    --cc=UNGLinuxDriver@microchip.com \
    --cc=andrew@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=hkallweit1@gmail.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®