From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0E455C433EF for ; Thu, 24 Mar 2022 03:30:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344815AbiCXDbq (ORCPT ); Wed, 23 Mar 2022 23:31:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32774 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235030AbiCXDbp (ORCPT ); Wed, 23 Mar 2022 23:31:45 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CFA5795A04 for ; Wed, 23 Mar 2022 20:30:13 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 1B4E9B8220E for ; Thu, 24 Mar 2022 03:30:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id BB00BC340E9; Thu, 24 Mar 2022 03:30:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1648092610; bh=pHix/1yng0yZb/bAjNgkFL2iKbYAeQv3MaRiFqL2+IU=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=ophUKo9wq8iCg2ATlAhbjpam7Se6pCmy8wfpivH4P+MhNzsQpXbAOXhWuo6ZwcxpT DI7lUpjn86fTAV/deTjS66bjDUSQFi7wLocLMfCwNI5pk5DsTHwsumJhDeah06ckgg +k+zhz93rBLi7VMvRtj7AhjVxqa2lj7KgHxRHji+QGKZKZd7yK8mbn+OmCpxddVCam sHj+QDe8yywHCUCmbCI2LaUW6oGqDzivU0VdAIvt70A4aluk6c5k0POs9otFoDSErb hmaEvCRI9mgEQJwb4cfLf3napP3PTXkZl6v/KGre/LGVuFZYOmdPenzo3/g2D6nzM4 HCBhhHmBopfdQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 9F2E1E6D44B; Thu, 24 Mar 2022 03:30:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH iproute2-next 0/2] ss: remove implicit dependency on rpcinfo From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164809261064.4724.12273301402459681800.git-patchwork-notify@kernel.org> Date: Thu, 24 Mar 2022 03:30:10 +0000 References: In-Reply-To: To: Andrea Claudi Cc: netdev@vger.kernel.org, stephen@networkplumber.org, dsahern@gmail.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This series was applied to iproute2/iproute2-next.git (main) by David Ahern : On Wed, 16 Mar 2022 19:52:12 +0100 you wrote: > ss uses rpcinfo to get info about rpc service sockets. However, rpcinfo > is not part of iproute2 and it's an implicit dependency for ss. > > This series uses libtirpc[1] API to implement the same feature of > rpcinfo for ss. This makes it possible to get info about rpc sockets, > provided ss is compiled with libtirpc support. > > [...] Here is the summary with links: - [iproute2-next,1/2] configure: add check_libtirpc() https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=1ee309a49aa0 - [iproute2-next,2/2] ss: remove an implicit dependency on rpcinfo https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=292509f95dd4 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html