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 X-Spam-Level: X-Spam-Status: No, score=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6A251C433E0 for ; Mon, 15 Feb 2021 05:41:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2FE2B64DF4 for ; Mon, 15 Feb 2021 05:41:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229640AbhBOFlS (ORCPT ); Mon, 15 Feb 2021 00:41:18 -0500 Received: from mail.kernel.org ([198.145.29.99]:58750 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229489AbhBOFlQ (ORCPT ); Mon, 15 Feb 2021 00:41:16 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id AB49564DF2; Mon, 15 Feb 2021 05:40:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1613367636; bh=32gZRSjfiMbtLYsrvgcIRRcwN+NIOr9YF5E1JXBKnmo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mcRrO6HSYqf8j2y8zNgeovpyq6IEUz47aQXkG+LhXi9OiaMLZVcTS0q03qx9b8/hM RAujO0FkZvJFP4/BPPoCS1oazqqNSJ0y2HTlVv7iArQOLIdEFNxHRPH6hRLwIjMWCH lWBWReUyrya0E/whs/9kLrTWi0ZWXDfvuX6Ewu48MZR5kueai4y3Ojv5dxj6G618sV H0ZZK/a4BkX36G8U2+iYjQY3da6akVlICSLQF/fo2IU9A47fxfd3QIO+YTo19JFuJX 7Gk7Ou941mWHExtW+xjjmEYE3GA1c3c/KYED1ZGUz1V7jPOIWMh5BCKStGSr03aoHD 5bcsn2hnepevA== Date: Mon, 15 Feb 2021 07:40:32 +0200 From: Leon Romanovsky To: David Ahern Cc: Stephen Hemminger , Ido Kalir , linux-netdev , RDMA mailing list Subject: Re: [PATCH iproute2-rc] rdma: Fix statistics bind/unbing argument handling Message-ID: References: <20210214083335.19558-1-leon@kernel.org> <5e9a8752-24a1-7461-e113-004b014dcde9@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5e9a8752-24a1-7461-e113-004b014dcde9@gmail.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Sun, Feb 14, 2021 at 08:26:16PM -0700, David Ahern wrote: > what does iproute2-rc mean? Patch target is iproute2.git: https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/ vs -next repo: https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/ How do you want me to mark the patches? https://git.kernel.org/pub/scm/network/iproute2/ Thanks