Re: [PATCH net-next] net: ethtool: add support for forward error correction modes

2017-02-11 Thread Vidya Chowdary
On Sat, Feb 11, 2017 at 5:33 AM, Mintz, Yuval wrote: >> +/** >> + * struct ethtool_fecparam - Ethernet forward error correction(fec) >> +parameters >> + * @cmd: Command number = %ETHTOOL_GFECPARAM or >> %ETHTOOL_SFECPARAM >> + * @active_fec: FEC mode which is active on porte >> + * @fec: Bitmask o

Re: [ethtool PATCH v7 1/2] ethtool.c: add support for ETHTOOL_xLINKSETTINGS ioctls

2016-06-13 Thread Vidya Chowdary
Acked-by:Vidya Sagar Ravipati Validated this patch with various modules. On Thu, Jun 9, 2016 at 5:55 PM, David Decotigny wrote: > From: David Decotigny > > More info with kernel commit 8d3f2806f8fb ("Merge branch > 'ethtool-ksettings'"). > > Note: The new features implemented in this patch dep