Thread (47 messages) flat view 47 messages, 5 authors, 2019-02-21

Re: [RFC PATCH net-next v3 14/21] ethtool: provide link mode names as a string set

From: Michal Kubecek <hidden>
Date: 2019-02-21 09:57:14
Also in: lkml

On Wed, Feb 20, 2019 at 07:21:58PM -0800, Florian Fainelli wrote:
quoted
+const char *const link_mode_names[] = {
Maybe you can define a macro (totally untested) to build the table an
avoid some of the repetition, something like:

#define ETHTOOL_LINK_NAME(speed, duplex) \
	[ETHTOOL_LINK_MODE_##speed_##duplex_BIT]	= stringify(speed ## "/" ##
duplex)
Thanks for the tip, that should work for most of the modes.

Michal
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help