From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) (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 88EA91E00B4; Fri, 3 Jan 2025 13:17:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.183.197 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735910257; cv=none; b=K+wW7QDoII9VciNqr2jzcJsRuUxb60irvQuZesXqtoz1iNsmc5vk/JEpdJCNsqj+epO0XYsnXlXSonYqHIg4faaTQrD96RfYUTtWnXp6EhOrSw3WZur8//0YJyUxFUHV3OPn1zHmaUdvoyLm+1Fo83EmSyQp8xjjEkWwTnjF9kc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735910257; c=relaxed/simple; bh=PMa3t4VFdc0cEUG6n0D73E69wmCrHy/FHFxulprvgNU=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=DwIpimN2lFJUwzzjsHUhwlNSa+302kLfPyjwcRIzF2c36yKwAhRTXNoLMbKSXXuqYGYhNMLklOHc0SS0HG2XyChCdd+pbOvlPQjCCOPuJUAWNDr/RIYC4blFSoaRtE7XtPssu1KZB15XEB1BDkjQYuxLZSR9bh2RPpOiKVHjsG0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=Ss+nFNl4; arc=none smtp.client-ip=217.70.183.197 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="Ss+nFNl4" Received: by mail.gandi.net (Postfix) with ESMTPSA id 7683B1C0005; Fri, 3 Jan 2025 13:17:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1735910246; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6fnjfa9S6M4rYYiaM1PrtnkytV8ZE2YbvjptvwGouvg=; b=Ss+nFNl4et6AiebbpSOid+30hkkjxfU0Z8utO2uk1So404Qrmbd79THBB5zJozQhOvW6Nn tUyj/w3mdUxOE6I8gNlU6/wxwCHc41AeaisMkpCaELq2/kJuS0Beawd29AmP2125plAxT4 NN22+jUqVmRZ9Yi4RH7Vd5Gsw1c6Qv1cfYtnseldTPLGxqcirfKp3heTcpAaK4mhlkR4UE 3wwB1gt75kySpUEbuV979lYjYXynOXy5UOLj0zdnaC8oDqcZxdyfdKRSBxZdtLLxacAvUb yqsq12VH+SCASW+fXLdCPW4NFoVXf+egLARdrF/UWC181zPhX3h8TCj82lq37Q== Message-ID: <1c7bcca1-a940-44e4-aba3-b83b82d3bfbf@bootlin.com> Date: Fri, 3 Jan 2025 14:17:24 +0100 Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 2/3] selftests/bpf: Migrate test_xdp_redirect.sh to xdp_do_redirect.c To: "Bastien Curutchet (eBPF Foundation)" , Alexei Starovoitov , Daniel Borkmann , "David S. Miller" , Jakub Kicinski , Jesper Dangaard Brouer , John Fastabend , Andrii Nakryiko , Martin KaFai Lau , Eduard Zingerman , Song Liu , Yonghong Song , KP Singh , Stanislav Fomichev , Hao Luo , Jiri Olsa , Mykola Lysenko , Shuah Khan Cc: Thomas Petazzoni , netdev@vger.kernel.org, bpf@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org References: <20250103-xdp_redirect-v1-0-e93099f59069@bootlin.com> <20250103-xdp_redirect-v1-2-e93099f59069@bootlin.com> From: =?UTF-8?Q?Alexis_Lothor=C3=A9?= Content-Language: en-US In-Reply-To: <20250103-xdp_redirect-v1-2-e93099f59069@bootlin.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-GND-Sasl: alexis.lothore@bootlin.com On 1/3/25 11:10, Bastien Curutchet (eBPF Foundation) wrote: > test_xdp_redirect.sh can't be used by the BPF CI. > + dummy_prog = bpf_object__find_program_by_name(skel_dummy->obj, "xdp_dummy_prog"); Also missed this one: why not using directly skel_dummy->progs.xdp_dummy_prog ? (same for all progs below) Thanks, Alexis -- Alexis Lothoré, Bootlin Embedded Linux and Kernel engineering https://bootlin.com