Re: ring name length simplification in ipsec_mb_qp_create_processed_ops_ring

2023-06-20 Thread Ji, Kai
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

ring name length simplification in ipsec_mb_qp_create_processed_ops_ring

2023-05-30 Thread Stephen Hemminger
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