mbox series

[net-next,0/2] split phylink PCS operations and add PCS support for dpaa2

Message ID 20200326151458.GC25745@shell.armlinux.org.uk
Headers show
Series split phylink PCS operations and add PCS support for dpaa2 | expand

Message

Russell King (Oracle) March 26, 2020, 3:14 p.m. UTC
This series splits the phylink_mac_ops structure so that PCS can be
supported separately with their own PCS operations, separating them
from the MAC layer.  This may need adaption later as more users come
along.

 drivers/net/phy/phylink.c | 102 ++++++++++++++++++++++++++++++----------------
 include/linux/phylink.h   |  11 +++++
 2 files changed, 78 insertions(+), 35 deletions(-)

Comments

Russell King (Oracle) March 26, 2020, 3:19 p.m. UTC | #1
On Thu, Mar 26, 2020 at 03:14:58PM +0000, Russell King - ARM Linux admin wrote:
> This series splits the phylink_mac_ops structure so that PCS can be
> supported separately with their own PCS operations, separating them
> from the MAC layer.  This may need adaption later as more users come
> along.

I see I've messed up the subject line on this email, does it matter, or
shall I resend again?