numam-dpdk/drivers/net/bnxt
Bruce Richardson 6723c0fc72 replace snprintf with strlcpy
Do a global replace of snprintf(..."%s",...) with strlcpy, adding in the
rte_string_fns.h header if needed.  The function changes in this patch were
auto-generated via command:

  spatch --sp-file devtools/cocci/strlcpy.cocci --dir . --in-place

and then the files edited using awk to add in the missing header:

  gawk -i inplace '/include <rte_/ && ! seen { \
  	print "#include <rte_string_fns.h>"; seen=1} {print}'

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
2019-04-04 22:46:05 +02:00
..
bnxt_cpr.c net/bnxt: support trusted VF 2018-10-11 18:53:48 +02:00
bnxt_cpr.h net/bnxt: support Tx batching 2018-07-03 01:35:58 +02:00
bnxt_ethdev.c net/bnxt: silence IOVA warnings 2019-03-20 18:15:42 +01:00
bnxt_filter.c net/bnxt: get rid of ff pools and use VNIC info array 2018-10-11 18:53:48 +02:00
bnxt_filter.h net/bnxt: move function check zero bytes 2018-07-03 01:35:58 +02:00
bnxt_flow.c net/bnxt: get rid of ff pools and use VNIC info array 2018-10-11 18:53:48 +02:00
bnxt_hwrm.c net/bnxt: change PTP message to debug level 2019-03-20 18:15:42 +01:00
bnxt_hwrm.h net/bnxt: support extended port counters 2018-10-11 18:53:48 +02:00
bnxt_irq.c net/bnxt: use first completion ring for fwd and async event 2018-05-23 00:35:01 +02:00
bnxt_irq.h
bnxt_nvm_defs.h
bnxt_ring.c net/bnxt: fix queue start/stop operations 2018-07-03 01:35:58 +02:00
bnxt_ring.h net/bnxt: fix queue start/stop operations 2018-07-03 01:35:58 +02:00
bnxt_rxq.c net/bnxt: suppress spurious error log 2019-03-20 18:15:42 +01:00
bnxt_rxq.h net/bnxt: fix queue start/stop operations 2018-07-03 01:35:58 +02:00
bnxt_rxr.c net/bnxt: fix Rx VLAN offload flags 2019-03-29 17:25:32 +01:00
bnxt_rxr.h net/bnxt: optimize Rx processing 2018-07-03 01:35:58 +02:00
bnxt_stats.c replace snprintf with strlcpy 2019-04-04 22:46:05 +02:00
bnxt_stats.h
bnxt_txq.c net/bnxt: validate structs and pointers before use 2018-05-14 22:31:48 +01:00
bnxt_txq.h net/bnxt: support Tx batching 2018-07-03 01:35:58 +02:00
bnxt_txr.c net/bnxt: fix uninitialized pointer access in Tx 2018-10-11 18:53:48 +02:00
bnxt_txr.h net/bnxt: fix HW Tx checksum offload check 2018-07-03 01:35:58 +02:00
bnxt_util.c net/bnxt: move function check zero bytes 2018-07-03 01:35:58 +02:00
bnxt_util.h net/bnxt: move function check zero bytes 2018-07-03 01:35:58 +02:00
bnxt_vnic.c net/bnxt: get rid of ff pools and use VNIC info array 2018-10-11 18:53:48 +02:00
bnxt_vnic.h net/bnxt: fix Rx ring count limitation 2018-07-03 01:35:58 +02:00
bnxt.h drivers/net: fix shifting 32-bit signed variable 31 times 2019-03-01 18:17:36 +01:00
hsi_struct_def_dpdk.h net/bnxt: update HWRM version 2018-10-11 18:53:48 +02:00
Makefile net/bnxt: refactor filter/flow 2018-07-03 01:35:58 +02:00
meson.build net/bnxt: refactor filter/flow 2018-07-03 01:35:58 +02:00
rte_pmd_bnxt_version.map
rte_pmd_bnxt.c
rte_pmd_bnxt.h