Re: [ethtool] ethtool: Add SFF 8636 date code parsing support

2018-02-27 Thread John W. Linville
On Wed, Feb 21, 2018 at 12:35:09PM -0800, Saeed Mahameed wrote: > Parse date codes according to SFF 8636 and print them to output. > > ethtool -m ethX > [...] > Date code : 160220 > > Signed-off-by: Saeed Mahameed > Reviewed-by: Gal Pressman LGTM -- queued for ethtool-4.16... Th

[PATCH ethtool] ethtool: Add SFF 8636 date code parsing support

2018-02-21 Thread Saeed Mahameed
Parse date codes according to SFF 8636 and print them to output. ethtool -m ethX [...] Date code : 160220 Signed-off-by: Saeed Mahameed Reviewed-by: Gal Pressman --- qsfp.c | 2 ++ qsfp.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/qsfp.c b/qsfp.c index 213802e..aecd