rjarry / grout

grout # a graph router based on DPDK
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

mbuf: use private data instead of dynfield #35

Closed rjarry closed 2 weeks ago

rjarry commented 2 weeks ago

The dynfield area is not big enough to fit data for IPv6. Allocate a private and dedicated mbuf area of one cache line (64 bytes) to store up at least two IPv6 addresses and a few pointers.

christophefontaine commented 2 weeks ago

Nice: this allows the usage of Niantic (ixgbe) nics with grout.