All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vlad Yasevich <vladislav.yasevich@hp.com>
To: DHAJOGLO <DHAJOGLO@smumn.edu>
Cc: netdev@vger.kernel.org, kernelnewbies@nl.linux.org
Subject: Re: skb configured but can't get data allocated
Date: Wed, 12 Sep 2007 16:12:37 -0400	[thread overview]
Message-ID: <46E84835.1040206@hp.com> (raw)
In-Reply-To: <200709121731456120c5e4ad@mail.smumn.edu>

You may want to read this page:
http://vger.kernel.org/~davem/skb.html

You will then see you problem.

Essentially, you are writing your data into an
area that is never sent.

What you are end up is this:

---------------------------------------------
| your data| space | ll-header | IPv4 header|
---------------------------------------------

-vlad

      parent reply	other threads:[~2007-09-12 20:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-12 17:31 skb configured but can't get data allocated DHAJOGLO
2007-09-12 18:21 ` cc: " Macnish
2007-09-12 20:12 ` Vlad Yasevich [this message]

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=46E84835.1040206@hp.com \
    --to=vladislav.yasevich@hp.com \
    --cc=DHAJOGLO@smumn.edu \
    --cc=kernelnewbies@nl.linux.org \
    --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.