From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 362FD3158D for ; Thu, 16 Nov 2023 14:08:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="soSpI0zR" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 72C6DC433C8; Thu, 16 Nov 2023 14:08:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1700143687; bh=CRvk+wgbPAQeVQNFiysm59ZlZC1tw+/krexl24iwoIU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=soSpI0zR3FnYOumT7CsB1XJ7nihj1ezyMB1+yqrk+whIQ5E4UugxbC/FBTPFsTsRd UvUURXQbtr3Yc0JLb+LCr6uPSychiKISthvb09Jz4du8j48zX6HDVF+N0ZQMUmvPB2 8GkIpIS5jqUBKIaOh2jTmtJW1dTKr/vo9X6djfeTOb3LgCPnI67yBN54RSCZ8ZaH7I NLEkoIcFzUdcxm4jMfeCwMnfmCvI522gXdwOihbkYNWX0WQJI0T1lZABYJrgcbfAwP H3dPTJxGHmZvEBbxhINR1UPJBzpzZr/Uj4PgoIIvMubXgrA41ph3rcx0zjIAH3cACT kIg2z9bmh6zyw== Date: Thu, 16 Nov 2023 14:08:02 +0000 From: Simon Horman To: Pedro Tammela Cc: netdev@vger.kernel.org, jhs@mojatatu.com, xiyou.wangcong@gmail.com, jiri@resnulli.us, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, shuah@kernel.org, victor@mojatatu.com Subject: Re: [PATCH net-next 1/4] selftests: tc-testing: drop '-N' argument from nsPlugin Message-ID: <20231116140802.GA109951@vergenet.net> References: <20231114160442.1023815-1-pctammela@mojatatu.com> <20231114160442.1023815-2-pctammela@mojatatu.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231114160442.1023815-2-pctammela@mojatatu.com> On Tue, Nov 14, 2023 at 01:04:39PM -0300, Pedro Tammela wrote: > This argument would bypass the net namespace creation and run the test in > the root namespace, even if nsPlugin was specified. > Drop it as it's the same as commenting out the nsPlugin from a test and adds > additional complexity to the plugin code. > > Signed-off-by: Pedro Tammela Reviewed-by: Simon Horman