Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
FELIX(4)		     Kernel Interfaces Manual			FELIX(4)

NAME
     felix -- driver for Microchip Ocelot Felix switch

SYNOPSIS
     To compile this driver into the kernel the following lines must be present
     in the kernel configuration file:

     options SOC_NXP_LS
     device pci
     device fdt
     device mdio
     device enetc
     device etherswitch
     device felix

DESCRIPTION
     The  felix driver provides a management interface to Microchip Ocelot Felix
     switch (VSC9959) found in NXP LS1028A SoC. It is a PCI device, part of  the
     larger ENETC root complex. The driver is using etherswitch(4) framework.

     This  driver  supports  only  dot1q  vlan.  dot1q support port base addtag,
     striptag, dropuntagged, dropuntagged.

EXAMPLES
     Configure dot1q vlan by etherswitchcfg command.

	   # etherswitchcfg config vlan_mode dot1q

     Configure port 5 is tagging port.

	   # etherswitchcfg port5 addtag

     Disable port 5 is tagging port.

	   # etherswitchcfg port5 -addtag

SEE ALSO
     etherswitch(4), etherswitchcfg(8)

HISTORY
     The felix device driver first appeared in FreeBSD 14.0.

AUTHORS
     The felix driver was written by Kornel Duleba (mindal@semihalf.com) and
     Lukasz Hajec (lha@semihalf.com)

FreeBSD 15.1			  June 21, 2021 			FELIX(4)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=felix&sektion=4&manpath=FreeBSD+15.1-RELEASE+and+Ports.quarterly>

home | help