DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ferruh Yigit <ferruh.yigit@amd.com>
To: Stephen Hemminger <stephen@networkplumber.org>,
	chaoyong.he@corigine.com,
	 Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>
Cc: dev@dpdk.org
Subject: Re: [PATCH] app/test: fix reference to master in bonding test
Date: Thu, 21 Sep 2023 17:10:58 +0100	[thread overview]
Message-ID: <c05af2e4-b6d1-4bb3-ac02-fe395870521d@amd.com> (raw)
In-Reply-To: <20230818024448.33782-1-stephen@networkplumber.org>

On 8/18/2023 3:44 AM, Stephen Hemminger wrote:
> Missed in previous patch
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> ---
>  app/test/test_link_bonding.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/app/test/test_link_bonding.c b/app/test/test_link_bonding.c
> index 8dceb14ed0c3..779b24ce6022 100644
> --- a/app/test/test_link_bonding.c
> +++ b/app/test/test_link_bonding.c
> @@ -4301,7 +4301,7 @@ test_tlb_tx_burst(void)
>  			burst_size);
>  	TEST_ASSERT_EQUAL(nb_tx, 0, " bad number of packet in burst");
>  
> -	/* Clean ugit checkout masterp and remove members from bonded device */
> +	/* Clean up check and  remove members from bonded device */
>  	return remove_members_and_stop_bonded_device();
>  }
>  
>
> Acked-by: Tyler Retzlaff <roretzla@linux.microsoft.com>
>

    Fixes: 0c8396e6d786 ("bond: unit tests for mode 5")
    Cc: stable@dpdk.org


'git checkout master' seems slip in, updated comment as following (on
top of latest head):
/* Clean up and remove members from bonding device */


Applied to dpdk-next-net/main, thanks.

  parent reply	other threads:[~2023-09-21 16:11 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-17  6:59 [PATCH] net/bonding: replace master/slave to main/member Chaoyong He
2023-05-17 14:52 ` Stephen Hemminger
2023-05-18  3:26   ` Chaoyong He
2023-05-18  6:32 ` [PATCH v2] " Chaoyong He
2023-05-18  7:01   ` [PATCH v3] " Chaoyong He
2023-05-18  8:44     ` [PATCH v4] " Chaoyong He
2023-05-18 15:39       ` Stephen Hemminger
2023-06-02 15:05         ` Ferruh Yigit
2023-08-16  6:27       ` [PATCH v5 0/2] " Chaoyong He
2023-08-16  6:27         ` [PATCH v5 1/2] ethdev: remove bonding deprecated macro Chaoyong He
2023-08-17  2:28           ` lihuisong (C)
2023-08-16  6:27         ` [PATCH v5 2/2] net/bonding: replace master/slave to main/member Chaoyong He
2023-08-16 14:42           ` Stephen Hemminger
2023-08-17  2:36           ` lihuisong (C)
2023-08-18  2:44           ` [PATCH] app/test: fix reference to master in bonding test Stephen Hemminger
2023-08-21 15:59             ` Tyler Retzlaff
2023-09-21 16:10             ` Ferruh Yigit [this message]
2023-09-20 14:00         ` [PATCH v5 0/2] replace master/slave to main/member Ferruh Yigit

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=c05af2e4-b6d1-4bb3-ac02-fe395870521d@amd.com \
    --to=ferruh.yigit@amd.com \
    --cc=chaoyong.he@corigine.com \
    --cc=danielx.t.mrzyglod@intel.com \
    --cc=dev@dpdk.org \
    --cc=stephen@networkplumber.org \
    /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).