Tonghao Zhang Sun, 22 Sep 2019 20:57:09 -0700
Hi Pravin one question about openvswitch, why we add BUILD_BUG_ON in flow_hash? It is never be true, right ?
flow_hash ... /* Make sure number of hash bytes are multiple of u32. */ BUILD_BUG_ON(sizeof(long) % sizeof(u32)); ...