From: Andrew Lunn <andrew@lunn.ch>
To: David Miller <davem@davemloft.net>,
Florian Fainelli <f.fainelli@gmail.com>
Cc: netdev <netdev@vger.kernel.org>, Andrew Lunn <andrew@lunn.ch>
Subject: [PATCH net-next 0/2] Add support for PHY packet generators
Date: Wed, 17 Feb 2016 21:32:05 +0100 [thread overview]
Message-ID: <1455741127-25453-1-git-send-email-andrew@lunn.ch> (raw)
Some Ethernet PHYs contain a simple packet generator. This can be
useful for bringing up new devices, trying to determine if a problem
lies in the MAC-PHY connection or PHY-Socket. Also, the PHY generators
can generate invalid packets, which is hard to do in software.
Add support ethtool(1) and wire up the Marvell PHY packet generator.
Andrew Lunn (2):
net: ethtool: Add support for PHY packet generators
phy: marvell: Add support for phy packet generator
drivers/net/phy/marvell.c | 92 ++++++++++++++++++++++++++++++++++++++++++++
include/linux/phy.h | 4 ++
include/uapi/linux/ethtool.h | 26 +++++++++++++
net/core/ethtool.c | 22 +++++++++++
4 files changed, 144 insertions(+)
--
2.7.0
next reply other threads:[~2016-02-17 20:32 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-17 20:32 Andrew Lunn [this message]
2016-02-17 20:32 ` [PATCH net-next 1/2] net: ethtool: Add support for PHY packet generators Andrew Lunn
2016-02-17 21:06 ` Ben Hutchings
2016-02-17 21:55 ` Andrew Lunn
2016-02-17 23:28 ` Ben Hutchings
2016-02-17 20:32 ` [PATCH net-next 2/2] phy: marvell: Add support for phy packet generator Andrew Lunn
2016-02-17 22:33 ` Lino Sanfilippo
2016-02-17 23:49 ` Florian Fainelli
2016-02-18 20:45 ` [PATCH net-next 0/2] Add support for PHY packet generators David Miller
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=1455741127-25453-1-git-send-email-andrew@lunn.ch \
--to=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=f.fainelli@gmail.com \
--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;
as well as URLs for NNTP newsgroup(s).