[PATCH v5] mbuf perf test, please ignore

2022-12-06 Thread Morten Brørup
Playing around with the mbuf structure, trying to reduce the use of the second cache line in some common scenarios. v5: * Fix rte_pktmbuf_chain() for the case where the head is a single segment. v4: * Use tabs, not spaces. * Fix copy-paste bug in linearize. v3: * Make 'next' depend on 'nb_segs' >

[PATCH v5] mbuf perf test, please ignore

2022-12-04 Thread Morten Brørup
Playing around with the mbuf structure, trying to reduce the use of the second cache line in some common scenarios. v5: * Fix rte_pktmbuf_chain() for the case where the head is a single segment. v4: * Use tabs, not spaces. * Fix copy-paste bug in linearize. v3: * Make 'next' depend on 'nb_segs' >