From: ratheesh kannoth <ratheesh.ksz@gmail.com>
To: e1000-devel@lists.sourceforge.net, linux-net@vger.kernel.org,
netdev@vger.kernel.org
Subject: igb mtu change
Date: Wed, 17 Oct 2012 20:11:09 +0530 [thread overview]
Message-ID: <CAGZFCEHACn8e99vL3hA_ErvmQ=5E4dfEbO7TjEU=92eeUUT7UQ@mail.gmail.com> (raw)
igb_change_mtu change is only changing adapter->rx_ring[0]->rx_buffer_len.
1) we dont have to change adapter->tx_ring[0]->rx_buffer_len ?
2) Is there any way to set different values to
adapter->tx_ring[0]->rx_buffer_len and
adapter->rx_ring[0]->rx_buffer_len ?
I am facing a problem because i have a strange requirement....i have
2KB bufffer pools ( GFP_DMA ) in kernel.
When i receive a jumbo pkt of size 9126, five rx_desc should be
used to recieve paket. So the first rx_desc will have a status error
bit indicating that it is not
EOP ( eop ) ....I could easily keep track of my 2KB buffer pools.
But when sending ...i wll collect all 2KB buffers of same jumbo frame
and dma to tx_ring....
So i need 1500 on rx_ring[0]->rx_buffer_len and 9126 on
adapter->tx_ring[0]->rx_buffer_len. .Is there any way ?
Thanks,
Ratheesh
next reply other threads:[~2012-10-17 14:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-17 14:41 ratheesh kannoth [this message]
2012-10-17 20:09 ` igb mtu change Alexander Duyck
2012-10-18 0:10 ` ratheesh kannoth
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='CAGZFCEHACn8e99vL3hA_ErvmQ=5E4dfEbO7TjEU=92eeUUT7UQ@mail.gmail.com' \
--to=ratheesh.ksz@gmail.com \
--cc=e1000-devel@lists.sourceforge.net \
--cc=linux-net@vger.kernel.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 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).