Hi Stephen,

I was testing Grout on one of our baremetal servers today while DTS was
running at the same time (this was an accident - I thought I had it marked
offline in our CI system). Unfortunately as a result DTS conflicted with
Grout which was using the same mellanox card, and a false fail was reported
for this testsuite.

I will trigger a rerun and the false failure will be overwritten within a
couple hours.

Thanks for your patience.

On Wed, Apr 2, 2025 at 7:24 PM Stephen Hemminger <step...@networkplumber.org>
wrote:

> Remove use of expression sanity check across DPDK drivers
> and documentation.
>
> The term sanity-check is on the Tier 2 word list from the Inclusive
> Naming project.
>    https://inclusivenaming.org/word-lists/tier-2/sanity-check/
>
> Rationale
>         This term might be derogatory to neurodiverse people.
>         Jargon, such as “sanity test”, is difficult to translate and is
> difficult
>         to understand by readers whose first language is not English.
>
> v12 - rebase on 25.07
>       mark old mbuf API functions as deprecated
>
> Stephen Hemminger (10):
>   mbuf: replace term sanity check
>   net/avp: replace use of rte_mbuf_sanity_check
>   net/sfc: replace use of rte_mbuf_sanity_check
>   examples: remove term sanity
>   eal: replace use of sanity check in comments and messages
>   test: replace use word sanity
>   dts: replace use of sanity check in comment
>   doc: remove sanity
>   lib: replace use of sanity check in comments and
>   drivers: remove use of term sanity check
>
>  app/test/test_bitmap.c                        |  4 +-
>  app/test/test_bpf.c                           |  6 +-
>  app/test/test_common.c                        |  2 +-
>  app/test/test_cryptodev.c                     |  2 +-
>  app/test/test_distributor.c                   | 46 +++++------
>  app/test/test_eal_flags.c                     | 20 ++---
>  app/test/test_hash.c                          |  2 +-
>  app/test/test_interrupts.c                    |  9 ++-
>  app/test/test_link_bonding_mode4.c            |  2 +-
>  app/test/test_mbuf.c                          | 30 +++----
>  app/test/test_rawdev.c                        |  2 +-
>  app/test/test_timer.c                         | 10 +--
>  doc/guides/gpus/cuda.rst                      |  2 +-
>  doc/guides/prog_guide/mbuf_lib.rst            |  4 +-
>  doc/guides/rel_notes/deprecation.rst          |  3 +
>  .../sample_app_ug/eventdev_pipeline.rst       |  2 +-
>  doc/guides/tools/testbbdev.rst                |  8 +-
>  drivers/bus/fslmc/qbman/qbman_sys_decl.h      |  2 +-
>  drivers/common/cnxk/roc_nix_tm_ops.c          |  2 +-
>  drivers/common/cnxk/roc_npa.c                 |  6 +-
>  drivers/common/dpaax/caamflib/desc.h          |  2 +-
>  drivers/common/mlx5/linux/mlx5_common_os.c    |  2 +-
>  drivers/common/sfc_efx/base/ef10_nvram.c      |  4 +-
>  drivers/common/sfc_efx/base/efx_rx.c          |  2 +-
>  drivers/crypto/bcmfs/hw/bcmfs4_rm.c           |  6 +-
>  drivers/crypto/bcmfs/hw/bcmfs5_rm.c           |  6 +-
>  drivers/dma/idxd/idxd_pci.c                   |  2 +-
>  drivers/event/opdl/opdl_evdev.c               |  2 +-
>  drivers/event/opdl/opdl_evdev_init.c          |  2 +-
>  drivers/net/ark/ark_ethdev.c                  |  8 +-
>  drivers/net/ark/ark_ethdev_rx.c               |  2 +-
>  drivers/net/avp/avp_ethdev.c                  | 18 ++---
>  drivers/net/bnx2x/bnx2x.c                     |  2 +-
>  drivers/net/bnx2x/bnx2x_stats.c               |  8 +-
>  drivers/net/bnx2x/ecore_sp.c                  |  2 +-
>  drivers/net/bnx2x/elink.c                     |  4 +-
>  drivers/net/bnxt/bnxt_hwrm.c                  |  2 +-
>  drivers/net/bnxt/hsi_struct_def_dpdk.h        |  2 +-
>  drivers/net/bonding/rte_eth_bond_8023ad.c     |  2 +-
>  drivers/net/cnxk/cnxk_ethdev.c                |  4 +-
>  drivers/net/cxgbe/cxgbe_ethdev.c              | 10 +--
>  drivers/net/cxgbe/cxgbevf_main.c              |  4 +-
>  drivers/net/intel/fm10k/fm10k_ethdev.c        |  2 +-
>  drivers/net/intel/fm10k/fm10k_rxtx.c          |  2 +-
>  drivers/net/intel/ixgbe/ixgbe_fdir.c          |  2 +-
>  drivers/net/intel/ixgbe/ixgbe_ipsec.c         |  2 +-
>  drivers/net/intel/ixgbe/ixgbe_rxtx.c          |  2 +-
>  drivers/net/mlx4/mlx4.c                       |  2 +-
>  drivers/net/mlx4/mlx4_flow.c                  |  6 +-
>  drivers/net/mlx5/mlx5_flow_dv.c               |  2 +-
>  drivers/net/mlx5/mlx5_flow_hw.c               |  6 +-
>  drivers/net/mlx5/mlx5_rxq.c                   |  2 +-
>  drivers/net/mlx5/mlx5_rxtx_vec.h              |  2 +-
>  drivers/net/mvpp2/mrvl_qos.c                  |  2 +-
>  drivers/net/nfp/flower/nfp_flower_flow.c      |  2 +-
>  drivers/net/nfp/nfp_net_flow.c                |  2 +-
>  drivers/net/ntnic/nthw/nthw_rac.c             |  2 +-
>  drivers/net/qede/qede_rxtx.c                  |  6 +-
>  drivers/net/ring/rte_eth_ring.c               |  7 +-
>  drivers/net/sfc/sfc_dp_rx.h                   |  2 +-
>  drivers/net/sfc/sfc_ef100_rx.c                |  6 +-
>  drivers/net/sfc/sfc_ef10_essb_rx.c            |  4 +-
>  drivers/net/sfc/sfc_ef10_rx.c                 |  4 +-
>  drivers/net/sfc/sfc_rx.c                      |  2 +-
>  drivers/net/txgbe/txgbe_ipsec.c               |  2 +-
>  drivers/net/txgbe/txgbe_rxtx.c                |  2 +-
>  dts/tests/TestSuite_blocklist.py              |  2 +-
>  examples/ipsec-secgw/event_helper.c           |  2 +-
>  examples/ipv4_multicast/main.c                |  2 +-
>  examples/qos_sched/args.c                     |  2 +-
>  lib/eal/common/eal_common_memory.c            |  2 +-
>  lib/eal/common/eal_common_proc.c              |  3 +-
>  lib/eal/common/eal_common_trace.c             |  2 +-
>  lib/eal/common/eal_memcfg.h                   |  2 +-
>  lib/eal/common/rte_malloc.c                   |  2 +-
>  lib/eal/freebsd/eal.c                         |  2 +-
>  lib/eal/linux/eal.c                           |  2 +-
>  lib/eal/linux/eal_timer.c                     |  2 +-
>  lib/eal/windows/eal.c                         |  2 +-
>  lib/graph/graph.c                             |  2 +-
>  lib/graph/graph_stats.c                       |  2 +-
>  lib/graph/node.c                              |  2 +-
>  lib/jobstats/rte_jobstats.c                   |  6 +-
>  lib/mbuf/rte_mbuf.c                           | 23 ++++--
>  lib/mbuf/rte_mbuf.h                           | 79 ++++++++++---------
>  lib/mbuf/version.map                          |  1 +
>  lib/metrics/rte_metrics.c                     |  2 +-
>  lib/pcapng/rte_pcapng.c                       |  2 +-
>  88 files changed, 244 insertions(+), 235 deletions(-)
>
> --
> 2.47.2
>
>

Reply via email to