lkml.org 
[lkml]   [2021]   [Dec]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH RFC V2 3/4] net: introduce media selection IF_PORT_HOMEPLUG
On Sat,  4 Dec 2021 14:17:50 +0100 Stefan Wahren wrote:
> Introduce a new media selection dedicated for HomePlug powerline
> communication. This allows us to use the proper if_port setting in
> HomePlug drivers.
>
> Suggested-by: Andrew Lunn <andrew@lunn.ch>
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>

I _think_ the IF_PORT API is an very ancient (Linux 2.2) way of
switching ports on early Ethernet cards. Isn't it? It predates
ethtool and all the modern interfaces. Quick grep seems to indicate
it's accessed only for old HW as well.

Do you have a use case for setting it?

> diff --git a/include/uapi/linux/netdevice.h b/include/uapi/linux/netdevice.h
> index f3770c5..0f1f536 100644
> --- a/include/uapi/linux/netdevice.h
> +++ b/include/uapi/linux/netdevice.h
> @@ -53,7 +53,8 @@ enum {
> IF_PORT_AUI,
> IF_PORT_100BASET,
> IF_PORT_100BASETX,
> - IF_PORT_100BASEFX
> + IF_PORT_100BASEFX,
> + IF_PORT_HOMEPLUG
> };
>
> /* hardware address assignment types */

\
 
 \ /
  Last update: 2021-12-06 20:30    [W:0.745 / U:0.204 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site