[U-Boot] [PATCH v3 10/16] drivers/net/vsc9953: Add commands to enable/disable HW learning

2015-07-24 Thread Codrin Ciubotariu
The command: ethsw [port ] learning { [help] | show | auto | disable } can be used to enable/disable HW learning on a port. This patch also adds this command to the generic ethsw parser from cmd_ethsw. Signed-off-by: Johnson Leung Signed-off-by: Codrin Ciubotariu --- Changes for v2: -

Re: [U-Boot] [PATCH v3 10/16] drivers/net/vsc9953: Add commands to enable/disable HW learning

2015-08-07 Thread Joe Hershberger
Hi Codrin, On Fri, Jul 24, 2015 at 8:55 AM, Codrin Ciubotariu wrote: > The command: > ethsw [port ] learning { [help] | show | auto | disable } > > can be used to enable/disable HW learning on a port. > This patch also adds this command to the generic ethsw parser from > cmd_ethsw. > > Signed-off