<div dir="ltr">Dear DPDK devs,<div><br></div><div>We are using DPDK as the backend target of a P4 pipeline (<a href="https://github.com/p4lang/p4-dpdk-target">https://github.com/p4lang/p4-dpdk-target</a>). A recent issue we are trying to solve is to support a naive XOR hash (something like <a href="https://github.com/p4lang/behavioral-model/blob/b7a5c105e5c21414ac07f7f2879b45c000ab2aa4/src/bm_sim/calculations.cpp#L380-L399">this</a>) in this pipeline. This requires an XOR hash implementation in DPDK. I have the following questions:</div><div><ol><li>Is there already an XOR hash implementation in DPDK? I haven't found it myself, but I could have missed it.</li><li>If it doesn't exist, I'm willing to contribute one, as the implementation is quite straightforward. But I might need your help on where to put the code, as I'm not that familiar with the code organization.</li></ol><div>Any help would be appreciated!</div><div><br></div><div>Thanks,</div><div>Bili</div></div><div><br></div></div>