DPDK / grout

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

mbuf: use private data instead of dynfield #35

Closed rjarry closed 2 months ago

rjarry commented 2 months 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 months ago

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