[dpdk-stable] [PATCH 0/4] 16.11 Requested backports

Andy Green andy at warmcat.com
Fri May 18 14:15:56 CEST 2018


The following series are the requested patches including
the BR patch introducing strlcpy and excluding a patch
that in not needed, same as on 18.02.

I am unable to build test it, since even on trusty 16.11 build spews
errors even without any changes.

However it probably builds since it's based on 18.02 with
the removal of some stuff caught in the diff for those patches
that doesn't exist on 16.11.

---

Andy Green (3):
      bus/pci: fix size of driver name buffer
      net/qede: fix strncpy
      net/qede: replace strncpy by strlcpy

Bruce Richardson (1):
      eal: support strlcpy function


 config/common_base                             |    1 +
 devtools/cocci/strlcpy.cocci                   |    8 ++++++
 drivers/net/qede/base/ecore_int.c              |    9 +++++--
 drivers/net/qede/qede_main.c                   |    6 ++---
 lib/librte_eal/common/include/rte_string_fns.h |   31 ++++++++++++++++++++++++
 lib/librte_eal/linuxapp/eal/eal_pci.c          |    7 +++--
 mk/rte.app.mk                                  |    3 ++
 7 files changed, 56 insertions(+), 9 deletions(-)
 create mode 100644 devtools/cocci/strlcpy.cocci

--
Signature


More information about the stable mailing list