Vladimir c429df9df0 Staging: silicom: Remove useless unneeded semicolons 12 years ago
..
bypasslib 22ca14a9d9 Staging: silicom: move symbol exports beneath definitions in bypass.c 12 years ago
Kconfig 2206209e75 net: Add missing dependencies on NETDEVICES 12 years ago
Makefile 685e55eb51 silicom: bury bp_proc.c 12 years ago
README 7040e556c9 staging: add Silicom Bypass driver 13 years ago
TODO 739309d0cd Staging: silicom: Force depend on module 13 years ago
bits.h 7040e556c9 staging: add Silicom Bypass driver 13 years ago
bp_ioctl.h 13d6b7b21a Staging: silicom: minor cleanup: remove unused define 13 years ago
bp_mod.h c482ca7294 Staging: silicom: remove the EXPORT_SYMBOL_NOVERS macro 12 years ago
bpctl_mod.c c429df9df0 Staging: silicom: Remove useless unneeded semicolons 12 years ago
bypass.h b2774ed427 Staging: silicom: bypass.h: checkpatch whitespace 13 years ago
libbp_sd.h 25dd851204 Staging: silicom: checkpatch cleanup: header file whitespace 13 years ago

README


Theory of Operation:

The Silicom Bypass Network Interface Cards (NICs) are network cards with paired ports (2 or 4).
The pairs either act as a "wire" allowing the network packets to pass or insert the device in
between the two ports. When paired with the on-board hardware watchdog or other failsafe,
they provide high availability for the network in the face of software outages or maintenance.

The software requirements are for a kernel level driver that interfaces with the bypass and watchdog,
as well as for control software. User control can be either the provided standalone executable
(/bin/bpctl) or the API exposed by the Silicom library.