XIA-for-Linux icon indicating copy to clipboard operation
XIA-for-Linux copied to clipboard

XIA implementation for the Linux kernel

Results 6 XIA-for-Linux issues
Sort by recently updated
recently updated
newest added

I've found no math formulae in PhD thesis available in your wiki - have you did any math theory elaboration? Any theorem proving XIA is efficient and complete network stack?...

Question

This version adopts the hopscotch hashing instead of the simple hashing function to manage the XID types. The hopscotch hashing implementation is based on the original paper: Herlihy, Maurice, Nir...

The Ethernet principal is not properly verifying its XIDs that come from userland to its local and main tables. The Ethernet principal does not check that the interface associated to...

Minor
good first issue

Due to the way that locking was written into this toy LPM implementation, the read-only code in lpm_deliver() obtains a _write_ lock on the tree FIB. The effect of this...