On Mon, Jun 10, 2019 at 11:40:43AM +0300, Ido Schimmel wrote: > From: Amit Cohen <am...@mellanox.com> > +declare -A speed_values > + > +speed_values=( [10baseT/Half]=0x001 > + [10baseT/Full]=0x002 > + [100baseT/Half]=0x004 > + [100baseT/Full]=0x008 > + [1000baseT/Half]=0x010 > + [1000baseT/Full]=0x020
Hi Ido, Amit 100BaseT1 and 1000BaseT1 were added recently. Andrew