On Sun, Jun 13, 2021 at 10:25 AM Xueming Li <xuemi...@nvidia.com> wrote: > > From: Thomas Monjalon <tho...@monjalon.net> > > The string copy api rte_strscpy() doesn't set rte_errno during failures, > instead it just return negative error number. > > Sets rte_errrno if the destination buffer is too small. > > Signed-off-by: Thomas Monjalon <tho...@monjalon.net> > Signed-off-by: Xueming Li <xuemi...@nvidia.com>
Reviewed-by: David Marchand <david.march...@redhat.com> Added RN update. Applied, thanks. -- David Marchand