[U-Boot] [PATCH v3 14/16] drivers/net/vsc9953: Add command for shared/private VLAN learning

Joe Hershberger joe.hershberger at gmail.com
Fri Aug 7 22:18:47 CEST 2015


Hi Codrin,

On Fri, Jul 24, 2015 at 8:55 AM, Codrin Ciubotariu
<codrin.ciubotariu at freescale.com> wrote:
> The command:
> ethsw vlan fdb { [help] | show | shared | private }
>  - make VLAN learning shared or private"
>
> configures the FDB to share the FDB entries learned on multiple VLANs
> or to keep them separated. By default, the FBD uses private VLAN
> learning. This command has also been added to the ethsw generic parser
> from common/cmd_ethsw.c
>
> Signed-off-by: Johnson Leung <johnson.leung at freescale.com>
> Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu at freescale.com>
> ---
>
> Changes for v2:
>         - removed Change-id field;
>
> Changes for v3:
>         - replaced values returned by functions called by the parser with CMD_RET_* macros;
>         - removed "CONFIG_" from macros added in vsc9953.h;
>         - each variabled is declared on a separate line, with one space instead of tab(s);
>
>  common/cmd_ethsw.c    | 65 +++++++++++++++++++++++++++++++++++
>  drivers/net/vsc9953.c | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++
>  include/ethsw.h       |  4 +++
>  include/vsc9953.h     |  3 ++
>  4 files changed, 167 insertions(+)

Acked-by: Joe Hershberger <joe.hershberger at ni.com>


More information about the U-Boot mailing list