From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: Problems in tc-matchall.8, tc-sample.8 Date: Tue, 12 Jun 2018 17:24:39 -0700 Message-ID: <20180612172439.6416b4e7@xeon-e3> References: <20180612191614.916303A4F8E@snark.thyrsus.com> <20180612141700.3a679643@xeon-e3> <20180612220003.GE4849@thyrsus.com> <20180612153350.75e77f01@xeon-e3> <20180612234103.GB14546@thyrsus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: "Eric S. Raymond" Return-path: Received: from mail-pl0-f66.google.com ([209.85.160.66]:38379 "EHLO mail-pl0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934812AbeFMAYm (ORCPT ); Tue, 12 Jun 2018 20:24:42 -0400 Received: by mail-pl0-f66.google.com with SMTP id b14-v6so437786pls.5 for ; Tue, 12 Jun 2018 17:24:42 -0700 (PDT) In-Reply-To: <20180612234103.GB14546@thyrsus.com> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, 12 Jun 2018 19:41:03 -0400 "Eric S. Raymond" wrote: > Stephen Hemminger : > > On Tue, 12 Jun 2018 18:00:03 -0400 > > "Eric S. Raymond" wrote: > > > > > Stephen Hemminger : > > > > Please resubmit as real patch with signed-off-by > > > > > > I would like to follow your intructions, but that description leaves me > > > not quite certain what you want. A git format-patch thing? If so, what > > > git url should I clone from? > > > > iproute patches are handled the same as the Linux kernel. > > Please submit patches to the netdev@vger.kernel.org with the same kind > > of diff format (and signed-off-by) as the kernel. > > > > Like the kernel, patches which are pure bug fixes go to the master > > branch, and patches with new functionality are handled with the iproute2-next repository. > > Then I should bugfix against this repository? > > https://github.com/shemminger/iproute2 The upstream repositories for master and net-next branch are now split. Master branch is at: git://git.kernel.org/pub/scm/network/iproute2/iproute2.gti and patches for next release are in (master branch): git://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git Github is an out of date clone (like all the kernels on there).