GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
FELIX(4) FreeBSD Kernel Interfaces Manual FELIX(4)

felixdriver for Microchip Ocelot Felix switch

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

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.

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

etherswitch(4), etherswitchcfg(8)

The felix device driver first appeared in FreeBSD 14.0.

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

June 21, 2021 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 4 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.