Can you fix the commit messages with signed-off and Fixes
Acked-by: Kai Ji mailto:kai...@intel.com>>
From: Stephen Hemminger
Sent: 31 May 2023 00:34
To: Fan Zhang
Cc: dev@dpdk.org
Subject: ring name length simplificat
I was looking at places in DPDK that are using rte_strlcpy which should be
using strlcpy
directly instead. Looking at this code in ipsec_mb, the use of strlcpy is
actually
not needed at all.
/** Create a ring to place processed operations on */
static struct rte_ring
*ipsec_mb_qp_create_process
2 matches
Mail list logo