Fork of Intel(R) Ethernet Switch (IES) Software API. Contains support for Silicom PE3100G2DQIRM-QX4, and other features.
Go to file
DataHoarder c6127bd30e
All checks were successful
continuous-integration/drone/push Build is passing
Allow resource4 module version to not exist on modules part of kernel
2021-11-27 11:05:37 +01:00
dist Update to release 4.3.0. 2016-02-04 11:29:43 -08:00
include Added logging on several functions, match line count of target better, patched differences 2021-11-08 13:44:45 +01:00
src Allow resource4 module version to not exist on modules part of kernel 2021-11-27 11:05:37 +01:00
.drone.jsonnet Build on clang, and also arm 2021-10-28 07:52:06 +02:00
.gitignore Added rpath to Makefile.am 2021-11-02 08:16:12 +01:00
autogen.sh Initial IES API 4.1.3 commit. 2015-06-12 11:02:05 -07:00
configure.ac Do not require removed files 2021-10-28 07:50:10 +02:00
COPYING Revamp README and COPYING 2021-10-28 07:40:01 +02:00
Makefile.am Rename _FM_ARCH_x86_64 to _FM_ARCH_64, as 64-bit is not x86 specific 2021-10-28 08:12:26 +02:00
README.md Revamp README and COPYING 2021-10-28 07:40:01 +02:00
version.sh Initial IES API 4.1.3 commit. 2015-06-12 11:02:05 -07:00

Intel(R) Ethernet Switch (IES) Software API - GammaSpectra Sillycom Mod

Patched version of Intel's IES, based on version 4.3.0_0447_00330361. Includes patches to make Silicom cards work, and other bugfixes and/or improvements.

Switch Manager

Feel free to write your own against the interface provided. See match as an example Switch Manager.

Binary Diffing

Check out IES-binary-diffing project for a ready to use setup for binary comparing against compiled shared libraries, matching compilation environment.