DPDK patches and discussions
 help / color / mirror / Atom feed
From: Hemant Agrawal <hemant.agrawal@nxp.com>
To: Stephen Hemminger <stephen@networkplumber.org>,
	"dev@dpdk.org" <dev@dpdk.org>
Cc: Cristian Dumitrescu <cristian.dumitrescu@intel.com>,
	Konstantin Ananyev <konstantin.v.ananyev@yandex.ru>,
	David Hunt <david.hunt@intel.com>,
	Chengwen Feng <fengchengwen@huawei.com>,
	Kevin Laatz <kevin.laatz@intel.com>,
	Bruce Richardson <bruce.richardson@intel.com>,
	Yipeng Wang <yipeng1.wang@intel.com>,
	Sameh Gobriel <sameh.gobriel@intel.com>,
	Vladimir Medvedkin <vladimir.medvedkin@intel.com>,
	Harman Kalra <hkalra@marvell.com>, Chas Williams <chas3@att.com>,
	"Min Hu (Connor)" <humin29@huawei.com>,
	Sachin Saxena <sachin.saxena@nxp.com>,
	Erik Gabriel Carrillo <erik.g.carrillo@intel.com>
Subject: RE: [PATCH v5 03/19] test: replace use word sanity
Date: Thu, 30 Nov 2023 05:48:40 +0000	[thread overview]
Message-ID: <PAXPR04MB9328D29CB8CC883E3BCA69D78982A@PAXPR04MB9328.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <20231129173122.126895-4-stephen@networkplumber.org>


> -----Original Message-----
> From: Stephen Hemminger <stephen@networkplumber.org>
> Sent: Wednesday, November 29, 2023 10:56 PM
> To: dev@dpdk.org
> Cc: Stephen Hemminger <stephen@networkplumber.org>; Cristian
> Dumitrescu <cristian.dumitrescu@intel.com>; Konstantin Ananyev
> <konstantin.v.ananyev@yandex.ru>; David Hunt <david.hunt@intel.com>;
> Chengwen Feng <fengchengwen@huawei.com>; Kevin Laatz
> <kevin.laatz@intel.com>; Bruce Richardson <bruce.richardson@intel.com>;
> Yipeng Wang <yipeng1.wang@intel.com>; Sameh Gobriel
> <sameh.gobriel@intel.com>; Vladimir Medvedkin
> <vladimir.medvedkin@intel.com>; Harman Kalra <hkalra@marvell.com>;
> Chas Williams <chas3@att.com>; Min Hu (Connor) <humin29@huawei.com>;
> Sachin Saxena <sachin.saxena@nxp.com>; Hemant Agrawal
> <hemant.agrawal@nxp.com>; Erik Gabriel Carrillo <erik.g.carrillo@intel.com>
> Subject: [PATCH v5 03/19] test: replace use word sanity
> Importance: High
> 
> The word "sanity" is on the not-allowed inclusive naming list. Replace the
> unnecessary usage in tests.
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> ---
>  app/test/test_bitmap.c             |  4 +--
>  app/test/test_bpf.c                |  6 ++--
>  app/test/test_common.c             |  2 +-
>  app/test/test_distributor.c        | 46 +++++++++++++++---------------
>  app/test/test_dmadev.c             |  2 +-
>  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               |  2 +-
>  app/test/test_rawdev.c             |  2 +-
>  app/test/test_timer.c              | 10 +++----
>  12 files changed, 54 insertions(+), 53 deletions(-)
> 
> diff --git a/app/test/test_bitmap.c b/app/test/test_bitmap.c index
> bab11812c767..a074b64f2e98 100644
> --- a/app/test/test_bitmap.c
> +++ b/app/test/test_bitmap.c
> @@ -33,7 +33,7 @@ test_bitmap_scan_operations(struct rte_bitmap *bmp)
>  	}
> 
>  	if (slab1_magic != out_slab) {
> -		printf("Scan operation sanity failed.\n");
> +		printf("Scan operation magic number check failed.\n");
>  		return TEST_FAILED;
>  	}
> 
> @@ -43,7 +43,7 @@ test_bitmap_scan_operations(struct rte_bitmap *bmp)
>  	}
> 
>  	if (slab2_magic != out_slab) {
> -		printf("Scan operation sanity failed.\n");
> +		printf("Scan operation magic number check failed.\n");
>  		return TEST_FAILED;
>  	}
> 
> diff --git a/app/test/test_bpf.c b/app/test/test_bpf.c index
> f83e72a9adfd..ffadcece2212 100644
> --- a/app/test/test_bpf.c
> +++ b/app/test/test_bpf.c
> @@ -3329,9 +3329,9 @@ test_bpf_match(pcap_t *pcap, const char *str,
>  	return ret;
>  }
> 
> -/* Basic sanity test can we match a IP packet */
> +/* Basic test can we match a IP packet */
>  static int
> -test_bpf_filter_sanity(pcap_t *pcap)
> +test_bpf_filter_match(pcap_t *pcap)
>  {
>  	const uint32_t plen = 100;
>  	struct rte_mbuf mb, *m;
> @@ -3463,7 +3463,7 @@ test_bpf_convert(void)
>  		return -1;
>  	}
> 
> -	rc = test_bpf_filter_sanity(pcap);
> +	rc = test_bpf_filter_match(pcap);
>  	for (i = 0; i < RTE_DIM(sample_filters); i++)
>  		rc |= test_bpf_filter(pcap, sample_filters[i]);
> 
> diff --git a/app/test/test_common.c b/app/test/test_common.c index
> 21eb2285e1b2..784cdaf3d640 100644
> --- a/app/test/test_common.c
> +++ b/app/test/test_common.c
> @@ -19,7 +19,7 @@
>  	{printf(x "() test failed!\n");\
>  	return -1;}
> 
> -/* this is really a sanity check */
> +/* this is really a consistency check */
>  static int
>  test_macros(int __rte_unused unused_parm)  { diff --git
> a/app/test/test_distributor.c b/app/test/test_distributor.c index
> 6cb27f4de111..915de3027bd0 100644
> --- a/app/test/test_distributor.c
> +++ b/app/test/test_distributor.c
> @@ -80,7 +80,7 @@ clear_packet_count(void)
>  			__ATOMIC_RELAXED);
>  }
> 
> -/* this is the basic worker function for sanity test
> +/* this is the basic worker function
>   * it does nothing but return packets and count them.
>   */
>  static int
> @@ -105,7 +105,7 @@ handle_work(void *arg)
>  	return 0;
>  }
> 
> -/* do basic sanity testing of the distributor. This test tests the following:
> +/* do basic testing of the distributor. This test tests the following:
>   * - send 32 packets through distributor with the same tag and ensure they
>   *   all go to the one worker
>   * - send 32 packets through the distributor with two different tags and @@
> -117,7 +117,7 @@ handle_work(void *arg)
>   *   not necessarily in the same order (as different flows).
>   */
>  static int
> -sanity_test(struct worker_params *wp, struct rte_mempool *p)
> +basic_test(struct worker_params *wp, struct rte_mempool *p)
>  {
>  	struct rte_distributor *db = wp->dist;
>  	struct rte_mbuf *bufs[BURST];
> @@ -126,7 +126,7 @@ sanity_test(struct worker_params *wp, struct
> rte_mempool *p)
>  	unsigned int retries;
>  	unsigned int processed;
> 
> -	printf("=== Basic distributor sanity tests ===\n");
> +	printf("=== Basic distributor tests ===\n");
>  	clear_packet_count();
>  	if (rte_mempool_get_bulk(p, (void *)bufs, BURST) != 0) {
>  		printf("line %d: Error getting mbufs from pool\n", __LINE__);
> @@ -163,7 +163,7 @@ sanity_test(struct worker_params *wp, struct
> rte_mempool *p)
>  		printf("Worker %u handled %u packets\n", i,
>  			__atomic_load_n(&worker_stats[i].handled_packets,
>  					__ATOMIC_RELAXED));
> -	printf("Sanity test with all zero hashes done.\n");
> +	printf("Test with all zero hashes done.\n");
> 
>  	/* pick two flows and check they go correctly */
>  	if (rte_lcore_count() >= 3) {
> @@ -191,7 +191,7 @@ sanity_test(struct worker_params *wp, struct
> rte_mempool *p)
>  				__atomic_load_n(
>  					&worker_stats[i].handled_packets,
>  					__ATOMIC_RELAXED));
> -		printf("Sanity test with two hash values done\n");
> +		printf("Test with two hash values done\n");
>  	}
> 
>  	/* give a different hash value to each packet, @@ -219,11 +219,11
> @@ sanity_test(struct worker_params *wp, struct rte_mempool *p)
>  		printf("Worker %u handled %u packets\n", i,
>  			__atomic_load_n(&worker_stats[i].handled_packets,
>  					__ATOMIC_RELAXED));
> -	printf("Sanity test with non-zero hashes done\n");
> +	printf("Test with non-zero hashes done\n");
> 
>  	rte_mempool_put_bulk(p, (void *)bufs, BURST);
> 
> -	/* sanity test with BIG_BATCH packets to ensure they all arrived back
> +	/* test with BIG_BATCH packets to ensure they all arrived back
>  	 * from the returned packets function */
>  	clear_packet_count();
>  	struct rte_mbuf *many_bufs[BIG_BATCH],
> *return_bufs[BIG_BATCH]; @@ -288,7 +288,7 @@ sanity_test(struct
> worker_params *wp, struct rte_mempool *p)
>  			return -1;
>  		}
>  	}
> -	printf("Sanity test of returned packets done\n");
> +	printf("Test of returned packets done\n");
> 
>  	rte_mempool_put_bulk(p, (void *)many_bufs, BIG_BATCH);
> 
> @@ -326,20 +326,20 @@ handle_work_with_free_mbufs(void *arg)
>  	return 0;
>  }
> 
> -/* Perform a sanity test of the distributor with a large number of packets,
> +/* Perform a test of the distributor with a large number of packets,
>   * where we allocate a new set of mbufs for each burst. The workers then
>   * free the mbufs. This ensures that we don't have any packet leaks in the
>   * library.
>   */
>  static int
> -sanity_test_with_mbuf_alloc(struct worker_params *wp, struct
> rte_mempool *p)
> +basic_test_with_mbuf_alloc(struct worker_params *wp, struct
> rte_mempool
> +*p)
>  {
>  	struct rte_distributor *d = wp->dist;
>  	unsigned i;
>  	struct rte_mbuf *bufs[BURST];
>  	unsigned int processed;
> 
> -	printf("=== Sanity test with mbuf alloc/free (%s) ===\n", wp->name);
> +	printf("=== Test with mbuf alloc/free (%s) ===\n", wp->name);
> 
>  	clear_packet_count();
>  	for (i = 0; i < ((1<<ITER_POWER)); i += BURST) { @@ -367,7 +367,7
> @@ sanity_test_with_mbuf_alloc(struct worker_params *wp, struct
> rte_mempool *p)
>  		return -1;
>  	}
> 
> -	printf("Sanity test with mbuf alloc/free passed\n\n");
> +	printf("Test with mbuf alloc/free passed\n\n");
>  	return 0;
>  }
> 
> @@ -433,13 +433,13 @@ handle_work_for_shutdown_test(void *arg)  }
> 
> 
> -/* Perform a sanity test of the distributor with a large number of packets,
> +/* Perform a test of the distributor with a large number of packets,
>   * where we allocate a new set of mbufs for each burst. The workers then
>   * free the mbufs. This ensures that we don't have any packet leaks in the
>   * library.
>   */
>  static int
> -sanity_test_with_worker_shutdown(struct worker_params *wp,
> +basic_test_with_worker_shutdown(struct worker_params *wp,
>  		struct rte_mempool *p)
>  {
>  	struct rte_distributor *d = wp->dist;
> @@ -449,7 +449,7 @@ sanity_test_with_worker_shutdown(struct
> worker_params *wp,
>  	unsigned int failed = 0;
>  	unsigned int processed = 0;
> 
> -	printf("=== Sanity test of worker shutdown ===\n");
> +	printf("=== Test of worker shutdown ===\n");
> 
>  	clear_packet_count();
> 
> @@ -515,7 +515,7 @@ sanity_test_with_worker_shutdown(struct
> worker_params *wp,
>  	if (failed)
>  		return -1;
> 
> -	printf("Sanity test with worker shutdown passed\n\n");
> +	printf("Test with worker shutdown passed\n\n");
>  	return 0;
>  }
> 
> @@ -611,13 +611,13 @@ handle_and_mark_work(void *arg)
>  	return 0;
>  }
> 
> -/* sanity_mark_test sends packets to workers which mark them.
> +/* mark_test sends packets to workers which mark them.
>   * Every packet has also encoded sequence number.
>   * The returned packets are sorted and verified if they were handled
>   * by proper workers.
>   */
>  static int
> -sanity_mark_test(struct worker_params *wp, struct rte_mempool *p)
> +mark_test(struct worker_params *wp, struct rte_mempool *p)
>  {
>  	const unsigned int buf_count = 24;
>  	const unsigned int burst = 8;
> @@ -898,13 +898,13 @@ test_distributor(void)
> 
>  		rte_eal_mp_remote_launch(handle_work,
>  				&worker_params, SKIP_MAIN);
> -		if (sanity_test(&worker_params, p) < 0)
> +		if (basic_test(&worker_params, p) < 0)
>  			goto err;
>  		quit_workers(&worker_params, p);
> 
> 
> 	rte_eal_mp_remote_launch(handle_work_with_free_mbufs,
>  				&worker_params, SKIP_MAIN);
> -		if (sanity_test_with_mbuf_alloc(&worker_params, p) < 0)
> +		if (basic_test_with_mbuf_alloc(&worker_params, p) < 0)
>  			goto err;
>  		quit_workers(&worker_params, p);
> 
> @@ -912,7 +912,7 @@ test_distributor(void)
> 
> 	rte_eal_mp_remote_launch(handle_work_for_shutdown_test,
>  					&worker_params,
>  					SKIP_MAIN);
> -			if
> (sanity_test_with_worker_shutdown(&worker_params,
> +			if
> (basic_test_with_worker_shutdown(&worker_params,
>  					p) < 0)
>  				goto err;
>  			quit_workers(&worker_params, p);
> @@ -927,7 +927,7 @@ test_distributor(void)
> 
> 
> 	rte_eal_mp_remote_launch(handle_and_mark_work,
>  					&worker_params, SKIP_MAIN);
> -			if (sanity_mark_test(&worker_params, p) < 0)
> +			if (mark_test(&worker_params, p) < 0)
>  				goto err;
>  			quit_workers(&worker_params, p);
> 
> diff --git a/app/test/test_dmadev.c b/app/test/test_dmadev.c index
> 7581fc2b4cb0..899786b345ed 100644
> --- a/app/test/test_dmadev.c
> +++ b/app/test/test_dmadev.c
> @@ -1087,7 +1087,7 @@ test_dma(void)
> 
>  	parse_dma_env_var();
> 
> -	/* basic sanity on dmadev infrastructure */
> +	/* basic validation on dmadev infrastructure */
>  	if (test_apis() < 0)
>  		ERR_RETURN("Error performing API tests\n");
> 
> diff --git a/app/test/test_eal_flags.c b/app/test/test_eal_flags.c index
> 6cb4b0675730..9c082ff91496 100644
> --- a/app/test/test_eal_flags.c
> +++ b/app/test/test_eal_flags.c
> @@ -314,7 +314,7 @@ get_number_of_sockets(void)
> 
>  /*
>   * Test that the app doesn't run with invalid allow option.
> - * Final tests ensures it does run with valid options as sanity check (one
> + * Final tests ensures it does run with valid options as basic test
> + (one
>   * test for with Domain+BDF, second for just with BDF)
>   */
>  static int
> @@ -382,7 +382,7 @@ test_allow_flag(void)
> 
>  /*
>   * Test that the app doesn't run with invalid blocklist option.
> - * Final test ensures it does run with valid options as sanity check
> + * Final test ensures it does run with valid options as basic check.
>   */
>  static int
>  test_invalid_b_flag(void)
> @@ -429,7 +429,7 @@ test_invalid_b_flag(void)
> 
>  /*
>   *  Test that the app doesn't run with invalid vdev option.
> - *  Final test ensures it does run with valid options as sanity check
> + *  Final test ensures it does run with valid options basic check.
>   */
>  static int
>  test_invalid_vdev_flag(void)
> @@ -554,7 +554,7 @@ test_missing_c_flag(void)
>  	/* bad coremask value */
>  	const char *argv3[] = { prgname, prefix, mp_flag,
>  				"-c", "error" };
> -	/* sanity check of tests - valid coremask value */
> +	/* check of tests - valid coremask value */
>  	const char *argv4[] = { prgname, prefix, mp_flag,
>  				"-c", "1" };
>  	/* -l flag but no corelist value */
> @@ -581,7 +581,7 @@ test_missing_c_flag(void)
>  				"-l", RTE_STR(RTE_MAX_LCORE) };
>  	const char * const argv14[] = { prgname, prefix, mp_flag,
>  				"-l", "1-"RTE_STR(RTE_MAX_LCORE) };
> -	/* sanity check test - valid corelist value */
> +	/* check test - valid corelist value */
>  	const char * const argv15[] = { prgname, prefix, mp_flag,
>  				 "-l", "1-2,3" };
> 
> @@ -613,7 +613,7 @@ test_missing_c_flag(void)
>  				 "--lcores", "(4-7)=(1,3)" };
>  	const char * const argv28[] = { prgname, prefix, mp_flag,
>  				 "--lcores", "[4-7]@(1,3)" };
> -	/* sanity check of tests - valid lcores value */
> +	/* more complex valid lcores value */
>  	const char * const argv29[] = { prgname, prefix, mp_flag,
>  				 "--lcores",
>  				 "0-1,2@(5-7),(3-5)@(0,2),(0,6),7"};
> @@ -744,7 +744,7 @@ test_main_lcore_flag(void)
> 
>  /*
>   * Test that the app doesn't run with invalid -n flag option.
> - * Final test ensures it does run with valid options as sanity check
> + * Final test ensures it does run with valid options as basic check.
>   * Since -n is not compulsory for MP, we instead use --no-huge and --no-
> shconf
>   * flags.
>   */
> @@ -772,10 +772,10 @@ test_invalid_n_flag(void)
>  	/* zero is invalid */
>  	const char *argv3[] = { prgname, prefix, no_huge, no_shconf,
>  				"-n", "0" };
> -	/* sanity test - check with good value */
> +	/* check with good value */
>  	const char *argv4[] = { prgname, prefix, no_huge, no_shconf,
>  				"-n", "2" };
> -	/* sanity test - check with no -n flag */
> +	/* check with no -n flag */
>  	const char *argv5[] = { prgname, prefix, no_huge, no_shconf};
> 
>  	if (launch_proc(argv1) == 0
> @@ -977,7 +977,7 @@ test_misc_flags(void)
>  	 * All cases, apart from the first, app should run.
>  	 * No further testing of output done.
>  	 */
> -	/* sanity check - failure with invalid option */
> +	/* failure with invalid option */
>  	const char *argv0[] = {prgname, prefix, mp_flag, "--invalid-opt"};
> 
>  	/* With --no-pci */
> diff --git a/app/test/test_hash.c b/app/test/test_hash.c index
> d586878a2244..54e751b5eede 100644
> --- a/app/test/test_hash.c
> +++ b/app/test/test_hash.c
> @@ -1088,7 +1088,7 @@ fbk_hash_unit_test(void)
>  		.socket_id = 0,
>  	};
> 
> -	/* this is a sanity check for "same name" test
> +	/* this is a check for "same name" test
>  	 * creating this hash will check if we are actually able to create
>  	 * multiple hashes with different names (instead of having just one).
>  	 */
> diff --git a/app/test/test_interrupts.c b/app/test/test_interrupts.c index
> 3952f9685fd9..42b830e9368a 100644
> --- a/app/test/test_interrupts.c
> +++ b/app/test/test_interrupts.c
> @@ -48,7 +48,7 @@ static union intr_pipefds pfds;
>   * Check if the interrupt handle is valid.
>   */
>  static inline int
> -test_interrupt_handle_sanity_check(struct rte_intr_handle *intr_handle)
> +test_interrupt_handle_check(struct rte_intr_handle *intr_handle)
>  {
>  	if (!intr_handle || rte_intr_fd_get(intr_handle) < 0)
>  		return -1;
> @@ -164,7 +164,7 @@ test_interrupt_handle_compare(struct
> rte_intr_handle *intr_handle_l,  #else
>  /* to be implemented for bsd later */
>  static inline int
> -test_interrupt_handle_sanity_check(struct rte_intr_handle *intr_handle)
> +test_interrupt_handle_check(struct rte_intr_handle *intr_handle)
>  {
>  	RTE_SET_USED(intr_handle);
> 
> @@ -215,7 +215,7 @@ test_interrupt_callback(void *arg)
>  		return;
>  	}
> 
> -	if (test_interrupt_handle_sanity_check(intr_handle) < 0) {
> +	if (test_interrupt_handle_check(intr_handle) < 0) {
>  		printf("null or invalid intr_handle for %s\n", __func__);
>  		flag = -1;
>  		return;
> @@ -241,7 +241,8 @@ static void
>  test_interrupt_callback_1(void *arg)
>  {
>  	struct rte_intr_handle *intr_handle = arg;
> -	if (test_interrupt_handle_sanity_check(intr_handle) < 0) {
> +
> +	if (test_interrupt_handle_check(intr_handle) < 0) {
>  		printf("null or invalid intr_handle for %s\n", __func__);
>  		flag = -1;
>  		return;
> diff --git a/app/test/test_link_bonding_mode4.c
> b/app/test/test_link_bonding_mode4.c
> index ff13dbed93f3..299b89f669ee 100644
> --- a/app/test/test_link_bonding_mode4.c
> +++ b/app/test/test_link_bonding_mode4.c
> @@ -224,7 +224,7 @@ add_member(struct member_conf *member,
> uint8_t start)
>  	struct rte_ether_addr addr, addr_check;
>  	int retval;
> 
> -	/* Some sanity check */
> +	/* Some basic tests. */
>  	RTE_VERIFY(test_params.member_ports <= member &&
>  		member - test_params.member_ports <
> (int)RTE_DIM(test_params.member_ports));
>  	RTE_VERIFY(member->bonding == 0);
> diff --git a/app/test/test_mbuf.c b/app/test/test_mbuf.c index
> 261c6e5d71e9..7c73880090d4 100644
> --- a/app/test/test_mbuf.c
> +++ b/app/test/test_mbuf.c
> @@ -1701,7 +1701,7 @@ test_mbuf_validate_tx_offload(const char
> *test_name,
>  	struct rte_mbuf *m = NULL;
>  	int ret = 0;
> 
> -	/* alloc a mbuf and do sanity check */
> +	/* alloc a mbuf and do some basic checks */
>  	m = rte_pktmbuf_alloc(pktmbuf_pool);
>  	if (m == NULL)
>  		GOTO_FAIL("%s: mbuf allocation failed!\n", __func__); diff --
> git a/app/test/test_rawdev.c b/app/test/test_rawdev.c index
> d34691dacf5f..0d4f0ce1fa17 100644
> --- a/app/test/test_rawdev.c
> +++ b/app/test/test_rawdev.c
> @@ -47,7 +47,7 @@ test_rawdev_selftests(void)
>  	int ret = 0;
>  	int i;
> 
> -	/* basic sanity on rawdev infrastructure */
> +	/* basic check on rawdev infrastructure */
>  	if (test_rawdev_selftest_skeleton() < 0)
>  		return -1;
> 
[Hemant] 

Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>


  reply	other threads:[~2023-11-30  5:48 UTC|newest]

Thread overview: 122+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-17 16:15 [PATCH 00/20] Replace use of term sanity-check Stephen Hemminger
2023-05-17 16:15 ` [PATCH 01/20] mbuf: replace term sanity check Stephen Hemminger
2023-05-17 22:58   ` Morten Brørup
2023-05-22  6:52   ` Andrew Rybchenko
2023-05-17 16:15 ` [PATCH 02/20] eal: replace use of sanity check in comments and messages Stephen Hemminger
2023-05-18 11:39   ` Burakov, Anatoly
2023-05-17 16:15 ` [PATCH 03/20] net/ring: replace use of sanity Stephen Hemminger
2023-05-17 16:15 ` [PATCH 04/20] test: replace use word sanity Stephen Hemminger
2023-05-17 16:15 ` [PATCH 05/20] examples: remove term sanity Stephen Hemminger
2023-05-17 16:15 ` [PATCH 06/20] lib: replace use of sanity check in comments and messages Stephen Hemminger
2023-05-17 16:15 ` [PATCH 07/20] net/nfp: remove word sanity Stephen Hemminger
2023-05-18  1:37   ` Chaoyong He
2023-05-17 16:15 ` [PATCH 08/20] doc/eventdev_pipeline: remove sanity Stephen Hemminger
2023-05-17 16:15 ` [PATCH 09/20] net/fm10k, net/ixgbe: remove word sanity Stephen Hemminger
2023-05-17 16:15 ` [PATCH 10/20] net/mlx[45]: " Stephen Hemminger
2023-05-17 16:15 ` [PATCH 11/20] net/sfc: remove term "sanity check" Stephen Hemminger
2023-05-22  6:53   ` Andrew Rybchenko
2023-05-17 16:15 ` [PATCH 12/20] net/ark: replace use of term sanity Stephen Hemminger
2023-05-17 16:15 ` [PATCH 13/20] net/bnxt: " Stephen Hemminger
2023-05-17 16:15 ` [PATCH 14/20] net/bnx2x: remove reference to sanity Stephen Hemminger
2023-05-17 16:15 ` [PATCH 15/20] cnxk: replace term sanity Stephen Hemminger
2023-05-17 16:15 ` [PATCH 16/20] event/opdl: remove " Stephen Hemminger
2023-05-17 16:16 ` [PATCH 17/20] net/txgbe: replace " Stephen Hemminger
2023-05-17 16:16 ` [PATCH 18/20] net/cxgbe: remove use of " Stephen Hemminger
2023-05-17 16:16 ` [PATCH 19/20] crypto/bcmfs: replace term sanity check Stephen Hemminger
2023-05-17 16:16 ` [PATCH 20/20] Remove use of " Stephen Hemminger
2023-05-18  9:21   ` [EXT] " Devendra Singh Rawat
2023-05-18 10:24   ` Hemant Agrawal
2023-05-17 22:05 ` [PATCH 00/20] Replace use of term sanity-check Tyler Retzlaff
2023-05-18 16:45 ` [PATCH v2 00/19] Replace use of the " Stephen Hemminger
2023-05-18 16:45   ` [PATCH v2 01/19] mbuf: replace term sanity check Stephen Hemminger
2023-05-18 16:52     ` Stephen Hemminger
2023-05-18 16:45   ` [PATCH v2 02/19] eal: replace use of sanity check in comments and messages Stephen Hemminger
2023-05-18 16:45   ` [PATCH v2 03/19] test: replace use word sanity Stephen Hemminger
2023-05-18 16:45   ` [PATCH v2 04/19] examples: remove term sanity Stephen Hemminger
2023-05-18 16:45   ` [PATCH v2 05/19] lib: replace use of sanity check in comments and messages Stephen Hemminger
2023-05-18 16:45   ` [PATCH v2 06/19] doc/eventdev_pipeline: remove sanity Stephen Hemminger
2023-05-18 16:45   ` [PATCH v2 07/19] net/ring: replace use of sanity Stephen Hemminger
2023-05-18 16:45   ` [PATCH v2 08/19] net/fm10k, net/ixgbe: remove word sanity Stephen Hemminger
2023-05-18 16:45   ` [PATCH v2 09/19] net/mlx[45]: " Stephen Hemminger
2023-05-18 16:45   ` [PATCH v2 10/19] net/sfc: remove term "sanity check" Stephen Hemminger
2023-05-18 16:45   ` [PATCH v2 11/19] net/ark: replace use of term sanity Stephen Hemminger
2023-05-18 16:45   ` [PATCH v2 12/19] net/bnxt: " Stephen Hemminger
2023-05-18 16:45   ` [PATCH v2 13/19] net/bnx2x: remove reference to sanity Stephen Hemminger
2023-05-18 16:45   ` [PATCH v2 14/19] cnxk: replace term sanity Stephen Hemminger
2023-05-18 16:45   ` [PATCH v2 15/19] event/opdl: remove " Stephen Hemminger
2023-05-18 16:45   ` [PATCH v2 16/19] net/txgbe: replace " Stephen Hemminger
2023-05-18 16:45   ` [PATCH v2 17/19] net/cxgbe: remove use of " Stephen Hemminger
2023-05-18 16:45   ` [PATCH v2 18/19] crypto/bcmfs: replace term sanity check Stephen Hemminger
2023-05-18 16:45   ` [PATCH v2 19/19] Remove use of " Stephen Hemminger
2023-05-19 17:45 ` [PATCH v3 00/19] Replace use "sanity check" Stephen Hemminger
2023-05-19 17:45   ` [PATCH v3 01/19] mbuf: replace term sanity check Stephen Hemminger
2023-05-20  7:08     ` Morten Brørup
2023-05-22  6:54     ` Andrew Rybchenko
2023-05-19 17:45   ` [PATCH v3 02/19] eal: replace use of sanity check in comments and messages Stephen Hemminger
2023-05-19 17:45   ` [PATCH v3 03/19] test: replace use word sanity Stephen Hemminger
2023-05-19 17:45   ` [PATCH v3 04/19] examples: remove term sanity Stephen Hemminger
2023-05-19 17:45   ` [PATCH v3 05/19] lib: replace use of sanity check in comments and messages Stephen Hemminger
2023-05-19 17:45   ` [PATCH v3 06/19] doc/eventdev_pipeline: remove sanity Stephen Hemminger
2023-05-19 17:45   ` [PATCH v3 07/19] net/ring: replace use of sanity Stephen Hemminger
2023-05-19 17:46   ` [PATCH v3 08/19] net/fm10k, net/ixgbe: remove word sanity Stephen Hemminger
2023-05-19 17:46   ` [PATCH v3 09/19] net/mlx[45]: " Stephen Hemminger
2023-05-19 17:46   ` [PATCH v3 10/19] net/sfc: remove term "sanity check" Stephen Hemminger
2023-05-22  6:54     ` Andrew Rybchenko
2023-05-19 17:46   ` [PATCH v3 11/19] net/ark: replace use of term sanity Stephen Hemminger
2023-05-19 17:46   ` [PATCH v3 12/19] net/bnxt: " Stephen Hemminger
2023-05-19 17:46   ` [PATCH v3 13/19] net/bnx2x: remove reference to sanity Stephen Hemminger
2023-05-19 17:46   ` [PATCH v3 14/19] cnxk: replace term sanity Stephen Hemminger
2023-05-19 17:46   ` [PATCH v3 15/19] event/opdl: remove " Stephen Hemminger
2023-05-19 17:46   ` [PATCH v3 16/19] net/txgbe: replace " Stephen Hemminger
2023-05-19 17:46   ` [PATCH v3 17/19] net/cxgbe: remove use of " Stephen Hemminger
2023-05-19 17:46   ` [PATCH v3 18/19] crypto/bcmfs: replace term sanity check Stephen Hemminger
2023-05-19 17:46   ` [PATCH v3 19/19] Remove use of " Stephen Hemminger
2023-05-19 20:12   ` [PATCH v3 00/19] Replace use "sanity check" Ajit Khaparde
2023-08-02 23:25 ` [PATCH v4 00/19] replace use of term " Stephen Hemminger
2023-08-02 23:25   ` [PATCH v4 01/19] mbuf: replace term sanity check Stephen Hemminger
2023-08-02 23:25   ` [PATCH v4 02/19] eal: replace use of sanity check in comments and messages Stephen Hemminger
2023-08-02 23:25   ` [PATCH v4 03/19] test: replace use word sanity Stephen Hemminger
2023-08-02 23:25   ` [PATCH v4 04/19] examples: remove term sanity Stephen Hemminger
2023-08-02 23:25   ` [PATCH v4 05/19] lib: replace use of sanity check in comments and messages Stephen Hemminger
2023-08-02 23:25   ` [PATCH v4 06/19] doc/eventdev_pipeline: remove sanity Stephen Hemminger
2023-08-02 23:25   ` [PATCH v4 07/19] net/ring: replace use of sanity Stephen Hemminger
2023-08-02 23:25   ` [PATCH v4 08/19] net/fm10k, net/ixgbe: remove word sanity Stephen Hemminger
2023-08-02 23:25   ` [PATCH v4 09/19] net/mlx[45]: " Stephen Hemminger
2023-08-02 23:25   ` [PATCH v4 10/19] net/sfc: remove term "sanity check" Stephen Hemminger
2023-08-02 23:25   ` [PATCH v4 11/19] net/ark: replace use of term sanity Stephen Hemminger
2023-08-02 23:25   ` [PATCH v4 12/19] net/bnxt: " Stephen Hemminger
2023-08-02 23:25   ` [PATCH v4 13/19] net/bnx2x: remove reference to sanity Stephen Hemminger
2023-08-02 23:25   ` [PATCH v4 14/19] cnxk: replace term sanity Stephen Hemminger
2023-08-02 23:25   ` [PATCH v4 15/19] event/opdl: remove " Stephen Hemminger
2023-08-21 15:52     ` Liang Ma
2023-08-02 23:25   ` [PATCH v4 16/19] net/txgbe: replace " Stephen Hemminger
2023-08-02 23:25   ` [PATCH v4 17/19] net/cxgbe: remove use of " Stephen Hemminger
2023-08-02 23:25   ` [PATCH v4 18/19] crypto/bcmfs: replace term sanity check Stephen Hemminger
2023-08-02 23:25   ` [PATCH v4 19/19] drivers: remove use of " Stephen Hemminger
2023-08-03  3:13     ` [EXT] " Devendra Singh Rawat
2023-11-29 17:25   ` [PATCH v5 00/19] remove use of the term "sanity check" Stephen Hemminger
2023-11-29 17:25     ` [PATCH v5 01/19] mbuf: replace term sanity check Stephen Hemminger
2023-11-29 17:25     ` [PATCH v5 02/19] eal: replace use of sanity check in comments and messages Stephen Hemminger
2023-11-29 17:25     ` [PATCH v5 03/19] test: replace use word sanity Stephen Hemminger
2023-11-30  5:48       ` Hemant Agrawal [this message]
2023-11-29 17:25     ` [PATCH v5 04/19] examples: remove term sanity Stephen Hemminger
2023-11-29 17:25     ` [PATCH v5 05/19] lib: replace use of sanity check in comments and messages Stephen Hemminger
2023-11-29 17:26     ` [PATCH v5 06/19] doc/eventdev_pipeline: remove sanity Stephen Hemminger
2023-11-29 17:26     ` [PATCH v5 07/19] net/ring: replace use of sanity Stephen Hemminger
2023-11-29 17:26     ` [PATCH v5 08/19] net/fm10k, net/ixgbe: remove word sanity Stephen Hemminger
2023-11-29 17:26     ` [PATCH v5 09/19] net/mlx[45]: " Stephen Hemminger
2023-12-07  8:50       ` Dariusz Sosnowski
2023-11-29 17:26     ` [PATCH v5 10/19] net/sfc: remove term "sanity check" Stephen Hemminger
2023-11-29 17:26     ` [PATCH v5 11/19] net/ark: replace use of term sanity Stephen Hemminger
2023-11-29 17:26     ` [PATCH v5 12/19] net/bnxt: " Stephen Hemminger
2023-11-30  3:31       ` Somnath Kotur
2023-11-29 17:26     ` [PATCH v5 13/19] net/bnx2x: remove reference to sanity Stephen Hemminger
2023-11-29 17:26     ` [PATCH v5 14/19] cnxk: replace term sanity Stephen Hemminger
2023-11-29 17:26     ` [PATCH v5 15/19] event/opdl: remove " Stephen Hemminger
2023-11-29 17:26     ` [PATCH v5 16/19] net/txgbe: replace " Stephen Hemminger
2023-11-29 17:26     ` [PATCH v5 17/19] net/cxgbe: remove use of " Stephen Hemminger
2023-11-29 17:26     ` [PATCH v5 18/19] crypto/bcmfs: replace term sanity check Stephen Hemminger
2023-11-29 17:26     ` [PATCH v5 19/19] drivers: remove use of " Stephen Hemminger
2023-11-30  1:21       ` Chaoyong He
2023-11-30  2:14       ` [EXT] " Devendra Singh Rawat
2023-11-30  5:37         ` Hemant Agrawal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=PAXPR04MB9328D29CB8CC883E3BCA69D78982A@PAXPR04MB9328.eurprd04.prod.outlook.com \
    --to=hemant.agrawal@nxp.com \
    --cc=bruce.richardson@intel.com \
    --cc=chas3@att.com \
    --cc=cristian.dumitrescu@intel.com \
    --cc=david.hunt@intel.com \
    --cc=dev@dpdk.org \
    --cc=erik.g.carrillo@intel.com \
    --cc=fengchengwen@huawei.com \
    --cc=hkalra@marvell.com \
    --cc=humin29@huawei.com \
    --cc=kevin.laatz@intel.com \
    --cc=konstantin.v.ananyev@yandex.ru \
    --cc=sachin.saxena@nxp.com \
    --cc=sameh.gobriel@intel.com \
    --cc=stephen@networkplumber.org \
    --cc=vladimir.medvedkin@intel.com \
    --cc=yipeng1.wang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).