All of lore.kernel.org
 help / color / mirror / Atom feed
From: Li Yu <raise.sail@gmail.com>
To: Eric Dumazet <eric.dumazet@gmail.com>
Cc: Linux Netdev List <netdev@vger.kernel.org>
Subject: Re: [PATCH 1/3] skbtrace v2: core feature and common events
Date: Fri, 19 Oct 2012 15:34:01 +0800	[thread overview]
Message-ID: <50810269.2090504@gmail.com> (raw)
In-Reply-To: <1350630647.2293.194.camel@edumazet-glaptop>

于 2012年10月19日 15:10, Eric Dumazet 写道:
> On Fri, 2012-10-19 at 14:16 +0800, Li Yu wrote:
>> From: Li Yu <bingtian.ly@taobao.com>
>>
>> This patch contains:
>>
>> 1. The glue code of tracepoints subsystem and relay file system.
>> 2. API for particular networking trace points.
>> 3. The skb_rps_info trace point.
>>
>> Thanks
>>
>> Sign-off-by: Li Yu <bingtian.ly@taobao.com>
>>
>>   include/linux/skbtrace.h               |  478 ++++++++++++
>>   include/linux/skbtrace_api.h           |   73 +
>>   include/linux/skbuff.h                 |    7
>>   include/net/skbtrace_api_common.h      |   84 ++
>>   include/net/sock.h                     |   14
>>   include/trace/events/skbtrace.h        |   32
>>   include/trace/events/skbtrace_common.h |   41 +
>>   kernel/trace/Kconfig                   |    8
>>   net/core/Makefile                      |    2
>>   net/core/dev.c                         |    3
>>   net/core/net-traces.c                  |   24
>>   net/core/skbtrace-core.c               | 1226
>> +++++++++++++++++++++++++++++++++
>>   net/core/skbtrace-events-common.c      |   68 +
>>   net/core/skbuff.c                      |    5
>>   net/core/sock.c                        |    9
>>   15 files changed, 2073 insertions(+), 1 deletion(-)
>
>
> Hi
>
> Three months ago I gave my feedback about all this.
>
> And I dont think there is any real answer to my questions.
>
> There is 0 documentation, 0 example of how many bugs you found and fixed
> thanks to this huge patch.
>
> Please fix a dozen of bugs with it, then we will be convinced it might
> be needed to review 2000 LOC
>

Sorry for confused, so far it only has some Chinese documents here, 
http://rover-yu.github.com/skbtrace-kernel/using/index.html

I will supply the English version, add more documents on usage and changes.

Yu

> Thanks
>
>
>

  reply	other threads:[~2012-10-19  7:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-19  6:16 [PATCH 1/3] skbtrace v2: core feature and common events Li Yu
2012-10-19  7:10 ` Eric Dumazet
2012-10-19  7:34   ` Li Yu [this message]
2012-10-19  8:01     ` Eric Dumazet
     [not found]       ` <CA+WLrf8kfYdodMmV7wqETBdVkmKwYWioQ35SSdUVXpGpZocznw@mail.gmail.com>
2012-10-28 13:42         ` Li Yu
2012-10-19  7:30 ` Cong Wang
2012-10-28 13:45   ` Li Yu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50810269.2090504@gmail.com \
    --to=raise.sail@gmail.com \
    --cc=eric.dumazet@gmail.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.