Wei Yongjun f489e2d0ee Staging: silicom: bypasslib: remove unused including <linux/version.h> 12 years ago
..
bypasslib f489e2d0ee Staging: silicom: bypasslib: remove unused including <linux/version.h> 12 years ago
Kconfig 8fb0aebddf staging: fix silicom dependencies and build errors 12 years ago
Makefile 7040e556c9 staging: add Silicom Bypass driver 12 years ago
README 7040e556c9 staging: add Silicom Bypass driver 12 years ago
TODO 739309d0cd Staging: silicom: Force depend on module 12 years ago
bits.h 7040e556c9 staging: add Silicom Bypass driver 12 years ago
bp_ioctl.h 13d6b7b21a Staging: silicom: minor cleanup: remove unused define 12 years ago
bp_mod.c 8db0bc7fc2 Staging: silicom: remove unused including <linux/version.h> 12 years ago
bp_mod.h 30f62902e3 Staging: silicom: bp_mod.h: checkpatch tab and space cleanup 12 years ago
bp_proc.c 4c0a655387 Staging: silicom: Fix up version.h includes 12 years ago
bypass.h b2774ed427 Staging: silicom: bypass.h: checkpatch whitespace 12 years ago
libbp_sd.h 25dd851204 Staging: silicom: checkpatch cleanup: header file whitespace 12 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.