lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200327185344.GA28023@localhost>
Date:   Fri, 27 Mar 2020 11:53:44 -0700
From:   Richard Cochran <richardcochran@...il.com>
To:     Michal Kubecek <mkubecek@...e.cz>
Cc:     David Miller <davem@...emloft.net>,
        Jakub Kicinski <kuba@...nel.org>, netdev@...r.kernel.org,
        Jiri Pirko <jiri@...nulli.us>, Andrew Lunn <andrew@...n.ch>,
        Florian Fainelli <f.fainelli@...il.com>,
        John Linville <linville@...driver.com>,
        Johannes Berg <johannes@...solutions.net>,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next v2 11/12] ethtool: add timestamping related
 string sets

On Fri, Mar 27, 2020 at 03:08:12PM +0100, Michal Kubecek wrote:
> +const char ts_tx_type_names[][ETH_GSTRING_LEN] = {
> +	[HWTSTAMP_TX_OFF]		= "off",
> +	[HWTSTAMP_TX_ON]		= "on",
> +	[HWTSTAMP_TX_ONESTEP_SYNC]	= "one-step-sync",
> +	[HWTSTAMP_TX_ONESTEP_P2P]	= "one-step-p2p",
> +};

Suggest "onestep-sync" and "onestep-p2p".

Acked-by: Richard Cochran <richardcochran@...il.com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ