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 15:33:50 -0700 Message-ID: <20180612153350.75e77f01@xeon-e3> References: <20180612191614.916303A4F8E@snark.thyrsus.com> <20180612141700.3a679643@xeon-e3> <20180612220003.GE4849@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]:44390 "EHLO mail-pl0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934314AbeFLWdx (ORCPT ); Tue, 12 Jun 2018 18:33:53 -0400 Received: by mail-pl0-f66.google.com with SMTP id z9-v6so293694plk.11 for ; Tue, 12 Jun 2018 15:33:53 -0700 (PDT) In-Reply-To: <20180612220003.GE4849@thyrsus.com> Sender: netdev-owner@vger.kernel.org List-ID: 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.