You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR#16 changed RxRing and TxRing to use the new slab::Slab trait.
PR#16 moved HeapSlab to the new slab module, and made it implement slab::Slab, changing it so that items are always pushed to the front and popped from the back, unlike the previous implementation which allowed both.
PR#16 fixed some undefined behavior in the netlink code used to query NIC capabilities.
PR#16 fixed a bug where TX metadata would not be added and would return an error if the packet headroom was not large enough for the metadata, this is irrelevant.
PR#17 fixed the exceptional case where a UDP checksum is calculated to be 0, in which case it is set to 0xffff instead.