* [PATCH iproute] configure: drop test for ATM
@ 2023-12-22 17:29 Stephen Hemminger
2023-12-22 18:10 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2023-12-22 17:29 UTC (permalink / raw)
To: netdev; +Cc: Stephen Hemminger
The ATM qdisc was removed by:
commit 8a20feb6388f ("tc: drop support for ATM qdisc")
but configure check was not removed.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
configure | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/configure b/configure
index eb689341d17d..488c5f880962 100755
--- a/configure
+++ b/configure
@@ -26,26 +26,6 @@ check_toolchain()
echo "YACC:=${YACC}" >>$CONFIG
}
-check_atm()
-{
- cat >$TMPDIR/atmtest.c <<EOF
-#include <atm.h>
-int main(int argc, char **argv) {
- struct atm_qos qos;
- (void) text2qos("aal5,ubr:sdu=9180,rx:none",&qos,0);
- return 0;
-}
-EOF
-
- if $CC -I$INCLUDE -o $TMPDIR/atmtest $TMPDIR/atmtest.c -latm >/dev/null 2>&1; then
- echo "TC_CONFIG_ATM:=y" >>$CONFIG
- echo yes
- else
- echo no
- fi
- rm -f $TMPDIR/atmtest.c $TMPDIR/atmtest
-}
-
check_xtables()
{
if ! ${PKG_CONFIG} xtables --exists; then
@@ -616,9 +596,6 @@ check_toolchain
echo "TC schedulers"
-echo -n " ATM "
-check_atm
-
check_xtables
if ! grep -q TC_CONFIG_NO_XT $CONFIG; then
echo -n " IPT "
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH iproute] configure: drop test for ATM
2023-12-22 17:29 [PATCH iproute] configure: drop test for ATM Stephen Hemminger
@ 2023-12-22 18:10 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-12-22 18:10 UTC (permalink / raw)
To: Stephen Hemminger; +Cc: netdev
Hello:
This patch was applied to iproute2/iproute2.git (main)
by Stephen Hemminger <stephen@networkplumber.org>:
On Fri, 22 Dec 2023 09:29:06 -0800 you wrote:
> The ATM qdisc was removed by:
> commit 8a20feb6388f ("tc: drop support for ATM qdisc")
> but configure check was not removed.
>
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> ---
> configure | 23 -----------------------
> 1 file changed, 23 deletions(-)
Here is the summary with links:
- [iproute] configure: drop test for ATM
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=a66a73af6db7
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-12-22 18:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-22 17:29 [PATCH iproute] configure: drop test for ATM Stephen Hemminger
2023-12-22 18:10 ` patchwork-bot+netdevbpf
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).