Re: [PATCH trivial] fcoe: use defines from ethtool for 20Gbit and 40Gbit speeds

2016-07-13 Thread Martin K. Petersen
> "Johannes" == Johannes Thumshirn writes: Johannes> Use defines from ethtool for 20Gbit and 40Gbit speeds instead Johannes> of magic numbers. Applied to 4.8/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-s

Re: [PATCH trivial] fcoe: use defines from ethtool for 20Gbit and 40Gbit speeds

2016-07-07 Thread Laurence Oberman
; > Sent: Thursday, July 7, 2016 9:41:58 AM > Subject: [PATCH trivial] fcoe: use defines from ethtool for 20Gbit and 40Gbit > speeds > > Use defines from ethtool for 20Gbit and 40Gbit speeds instead of magic > numbers. > > Signed-off-by: Johannes Thumshirn > --- > d

[PATCH trivial] fcoe: use defines from ethtool for 20Gbit and 40Gbit speeds

2016-07-07 Thread Johannes Thumshirn
Use defines from ethtool for 20Gbit and 40Gbit speeds instead of magic numbers. Signed-off-by: Johannes Thumshirn --- drivers/scsi/fcoe/fcoe_transport.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/fcoe/fcoe_transport.c b/drivers/scsi/fcoe/fcoe_transport.