James A Shackleford f4d90513c8 staging: silicom: fix sparse warning for static variable 11 years ago
..
bypasslib c1ad28a399 staging: silicom/bypasslib/bp_ioctl.h: Fix erroneous global variable definitions 11 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 f137058f82 staging: silicom: Fix line over 80 characters. 11 years ago
bpctl_mod.c f4d90513c8 staging: silicom: fix sparse warning for static variable 11 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.