From: Ben Greear <greearb@candelatech.com>
To: hadi@cyberus.ca
Cc: "'netdev@oss.sgi.com'" <netdev@oss.sgi.com>
Subject: Re: Pktgen receive hook in dev.c?
Date: Fri, 29 Apr 2005 17:28:35 -0700 [thread overview]
Message-ID: <4272D133.4040201@candelatech.com> (raw)
In-Reply-To: <1114820059.8929.17.camel@localhost.localdomain>
jamal wrote:
> On Fri, 2005-29-04 at 16:30 -0700, Ben Greear wrote:
>
>>I am curious if there is any interest in adding a hook in the netif_receive_skb
>>method to allow receiving (and consuming) pktgen packets. This gives the ability
>>to get some good packet receive & latency stats using pktgen.
>>
>>I asked this a year or so ago and was told no, but since then the netpoll and
>>TC_NCLS hooks have been added.... so maybe hooks are OK again?
>>
>
>
> Write an action. It should be trivial to consume pktgen. Infact if all
> you wanted was to count, use the gact action.
I want a lot more than count, including timestamp, sequence number, etc.
In order to know it's a pktgen packet, I check for a magic value at the beginning
of the UDP header. Since this could potentially collide with some 'real' packet,
I also check a flag to see if the net_device has a particular flag set indicating
it is actively accepting pktgen packets...
I assume this means I'd need a custom match function in the kernel. Is there
an example of how to do something like this using your framework?
Thanks,
Ben
>
> cheers,
> jamal
>
--
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc http://www.candelatech.com
next prev parent reply other threads:[~2005-04-30 0:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-29 23:30 Pktgen receive hook in dev.c? Ben Greear
2005-04-30 0:14 ` jamal
2005-04-30 0:28 ` Ben Greear [this message]
2005-04-30 0:41 ` jamal
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=4272D133.4040201@candelatech.com \
--to=greearb@candelatech.com \
--cc=hadi@cyberus.ca \
--cc=netdev@oss.sgi.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).