> From: changfengnan [mailto:changfeng...@bytedance.com] > Sent: Monday, 14 November 2022 08.15 > > rte_mempool_create put tailq entry into rte_mempool_tailq list before > populate, and pool_data set when populate. So in multi process, if > process A create mempool, and process B can get mempool through > rte_mempool_lookup before pool_data set, if B call rte_mempool_lookup, > it will cause segment fault. > Fix this by put tailq entry into rte_mempool_tailq after populate. > > Signed-off-by: changfengnan <changfeng...@bytedance.com> > ---
Good catch. You must use your real name (not your username) before the email address in the sign-off line, or the patch cannot be accepted. Please refer to: https://doc.dpdk.org/guides/contributing/patches.html#commit-messages-body With a proper sign-off line, Acked-by: Morten Brørup <m...@smartsharesystems.com>