> -----Original Message-----
> From: Chaitanya Babu, TalluriX
> Sent: Tuesday, November 13, 2018 12:55 PM
> To: dev@dpdk.org
> Cc: Marohn, Byron <byron.mar...@intel.com>; Pattan, Reshma
> <reshma.pat...@intel.com>; De Lara Guarch, Pablo
> <pablo.de.lara.gua...@intel.com>; Chaitanya Babu, TalluriX
> <tallurix.chaitanya.b...@intel.com>; sta...@dpdk.org
> Subject: [PATCH] lib: fix write unlock during ring creation
Heading should have lib/efd:
>
> In rte_efd_create() write lock has already been unlocked before ring creation
> itself.
> So second unlock after the ring creation has been removed and added freeing of
> tail queue entry and efd table.
Changes do not have free of tailq entry, so remove the mention of it from
commit message.
> - /* Create ring (Dummy slot index is not enqueued) */
> + /* Create ring (Dummy slot index is not enqueued) */
Undo this change. Unrelated.
Other than these looks ok.
Acked-by: Reshma Pattan <reshma.pat...@intel.com>
Thanks,
Reshma