From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexei Starovoitov Subject: Re: [PATCH iproute2] tc: bpf: add initial man page Date: Thu, 21 May 2015 16:55:08 -0700 Message-ID: <555E705C.5070202@plumgrid.com> References: <1bb51d4d3bc272e787bd963671047712bed97ada.1432246443.git.daniel@iogearbox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: Daniel Borkmann , stephen@networkplumber.org Return-path: Received: from mail-ig0-f177.google.com ([209.85.213.177]:33316 "EHLO mail-ig0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756117AbbEUXzL (ORCPT ); Thu, 21 May 2015 19:55:11 -0400 Received: by igbpi8 with SMTP id pi8so23870194igb.0 for ; Thu, 21 May 2015 16:55:11 -0700 (PDT) In-Reply-To: <1bb51d4d3bc272e787bd963671047712bed97ada.1432246443.git.daniel@iogearbox.net> Sender: netdev-owner@vger.kernel.org List-ID: On 5/21/15 3:17 PM, Daniel Borkmann wrote: > Add a start of a man-page to the misc section as a reference and > guide on (e)BPF classifier and actions. Given that tc is only tersely > documented, this is provided in the hope that users will have an > easier getting started with tc and (e)BPF. And, that there's now more > incentive for others to also start documenting their classifier and > actions as well. ;) > > Signed-off-by: Daniel Borkmann Very well written! Better than a blog :) Acked-by: Alexei Starovoitov