From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 10D0D430C3; Mon, 21 Aug 2023 17:59:44 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F184F43254; Mon, 21 Aug 2023 17:59:43 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id C625840DF5 for ; Mon, 21 Aug 2023 17:59:41 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id 2E23A211FA3E; Mon, 21 Aug 2023 08:59:41 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 2E23A211FA3E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1692633581; bh=KLrScAk3E8etu/jyqvHe8r4oOzA4BOJOZb1Ldk7EDM8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IRkZHwgGh5vIzAbdq/wPhPyUGLzooAUrRHCE9hsx4V9Py2dyxMN7zbeOg8J6sOTCG 9k2m1knr8JkzS2opgIF044E/bW69g7kMXiOoZ5e0aALff3mSHi4wD2tQrKAE/O2FQb HopAqDEJZOV1kdvh6ptm20FZzNMlk+Sfz6HccWis= Date: Mon, 21 Aug 2023 08:59:41 -0700 From: Tyler Retzlaff To: Stephen Hemminger Cc: chaoyong.he@corigine.com, dev@dpdk.org Subject: Re: [PATCH] app/test: fix reference to master in bonding test Message-ID: <20230821155941.GB22978@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20230816062710.2188087-3-chaoyong.he@corigine.com> <20230818024448.33782-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230818024448.33782-1-stephen@networkplumber.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Thu, Aug 17, 2023 at 07:44:48PM -0700, Stephen Hemminger wrote: > Missed in previous patch > > Signed-off-by: Stephen Hemminger > --- Acked-by: Tyler Retzlaff