> On Thu, Sep 29, 2022 at 2:05 PM Olivier Matz <olivier.m...@6wind.com> wrote: > > > > The CDEV_LOG_* macros already add a '\n' at the end of > > the line. Remove it from format strings to avoid duplicated > > newlines. > > > > Signed-off-by: Olivier Matz <olivier.m...@6wind.com> > > I had the exact same patch in store :-). > We may want to backport it, but otherwise: > Reviewed-by: David Marchand <david.march...@redhat.com> > Added fixes tags. Fixes: 725d2a7fbf7 ("cryptodev: add APIs to assist PMD initialisation") Fixes: e764cd72a9b ("cryptodev: update symmetric session structure") Fixes: 1d6f89885e1 ("cryptodev: add sym session mempool create") Fixes: 1f1e4b7cbaa ("cryptodev: use single mempool for asymmetric session") Fixes: 757f40e28e1 ("cryptodev: modify return value for asym session create") Fixes: cea66374dcb ("cryptodev: support asymmetric operations") Cc: sta...@dpdk.org
Acked-by: Akhil Goyal <gak...@marvell.com> Applied to dpdk-next-crypto Thanks for fixes Olivier.