Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1665365

Re: [PATCH V2 net-next 7/8] net: hns3: Add Ethtool support to HNS3 driver

From Andrew Lunn <andrew@lunn.ch>
Newsgroups linux.kernel
Subject Re: [PATCH V2 net-next 7/8] net: hns3: Add Ethtool support to HNS3 driver
Date 2017-06-14 04:30 +0200
Message-ID <tS6ed-7FK-3@gated-at.bofh.it> (permalink)
References <tS3gl-5Od-5@gated-at.bofh.it> <tS3gm-5Od-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


> +	switch (media_type) {
> +	case HNAE3_MEDIA_TYPE_FIBER:
> +		cmd->base.port = PORT_FIBRE;
> +		supported_caps = HNS3_LM_FIBRE_BIT | HNS3_LM_AUTONEG_BIT |
> +			HNS3_LM_PAUSE_BIT | HNS3_LM_40000BASELR4_FULL_BIT |
> +			HNS3_LM_10000BASEKR_FULL_BIT |
> +			HNS3_LM_1000BASET_FULL_BIT;
> +		/* TODO: add speed 100G/50G/25G when ethtool and linux kernel
> +		 * is ready to support.

Linux already has:

linux/ethtool.h:	ETHTOOL_LINK_MODE_25000baseCR_Full_BIT	= 31,
linux/ethtool.h:	ETHTOOL_LINK_MODE_25000baseKR_Full_BIT	= 32,
linux/ethtool.h:	ETHTOOL_LINK_MODE_25000baseSR_Full_BIT	= 33,
linux/ethtool.h:	ETHTOOL_LINK_MODE_50000baseCR2_Full_BIT	= 34,
linux/ethtool.h:	ETHTOOL_LINK_MODE_50000baseKR2_Full_BIT	= 35,
linux/ethtool.h:	ETHTOOL_LINK_MODE_100000baseKR4_Full_BIT  = 36,
linux/ethtool.h:	ETHTOOL_LINK_MODE_100000baseSR4_Full_BIT  = 37,
linux/ethtool.h:	ETHTOOL_LINK_MODE_100000baseCR4_Full_BIT  = 38,
linux/ethtool.h:	ETHTOOL_LINK_MODE_100000baseLR4_ER4_Full_BIT	= 39,

	Andrew

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH V2 net-next 7/8] net: hns3: Add Ethtool support to HNS3 driver Salil Mehta <salil.mehta@huawei.com> - 2017-06-14 01:20 +0200
  Re: [PATCH V2 net-next 7/8] net: hns3: Add Ethtool support to HNS3  driver Stephen Hemminger <stephen@networkplumber.org> - 2017-06-14 02:00 +0200
    RE: [PATCH V2 net-next 7/8] net: hns3: Add Ethtool support to HNS3  driver Salil Mehta <salil.mehta@huawei.com> - 2017-06-17 13:10 +0200
  Re: [PATCH V2 net-next 7/8] net: hns3: Add Ethtool support to HNS3  driver Andrew Lunn <andrew@lunn.ch> - 2017-06-14 04:30 +0200
    RE: [PATCH V2 net-next 7/8] net: hns3: Add Ethtool support to HNS3  driver Salil Mehta <salil.mehta@huawei.com> - 2017-06-17 13:30 +0200
  Re: [PATCH V2 net-next 7/8] net: hns3: Add Ethtool support to HNS3  driver Andrew Lunn <andrew@lunn.ch> - 2017-06-14 04:40 +0200
    RE: [PATCH V2 net-next 7/8] net: hns3: Add Ethtool support to HNS3  driver Salil Mehta <salil.mehta@huawei.com> - 2017-06-17 14:00 +0200

csiph-web