>-----Original Message----- >From: Honnappa Nagarahalli [mailto:[email protected]] >Sent: Thursday, October 11, 2018 11:32 PM >To: Richardson, Bruce <[email protected]>; De Lara Guarch, Pablo ><[email protected]> >Cc: [email protected]; Wang, Yipeng1 <[email protected]>; >[email protected]; [email protected]; >[email protected]; [email protected] >Subject: [PATCH v3 3/7] hash: correct key store element alignment [Wang, Yipeng] "correct" -> "improve"? > >Correct the key store array element alignment. This is required to >make 'pdata' in 'struct rte_hash_key' align on the correct boundary. [Wang, Yipeng] More explanation in commit message is appreciated, because people may not understand what is "correct" boundary. e.g. Previously pdata could spread across multiple cache lines, which makes the access of pdata non-atomic which may have performance implications.
Otherwise Reviewed-by: Yipeng Wang <[email protected]>

