Netdev List
 help / color / mirror / Atom feed
From: Eric Dumazet <eric.dumazet@gmail.com>
To: Alexander Lapidus <alex@wildpark.net>
Cc: netdev@vger.kernel.org
Subject: Re: Intel 82598, RSS and PPPoE
Date: Thu, 28 Jan 2010 16:59:17 +0100	[thread overview]
Message-ID: <1264694357.2930.8.camel@edumazet-laptop> (raw)
In-Reply-To: <201001281334.51123.alex@wildpark.net>

Le jeudi 28 janvier 2010 à 13:34 +0200, Alexander Lapidus a écrit :
> Hello, everybody!
>  Help is needed in such case. We have a linux-box, running under CentOS 5.4 
> with a latest kernel. Intel 10 Gigabit AF DA Dual Port Server Adapter (based 
> on Intel 82598EB) is used for routing purposes. Linux-box is dual CPU Xeon 
> E5530 server.  Interface eth0 is an uplink to the network core with pure IPv4 
> trafic on it. Interface eth1 is an downlink to customers. We have 3000 802.1q 
> VLANs on it. PPPoE server daemon is running on all VLAN interfaces. So we have 
> ethernet frames with 802.1q VLAN tag and PPPoE header incapsulated. Our 
> problem is with RX packet distribution between rx-queues on this  interface. 
> All those packets are coming to RX-queue-0. As i understood from Intel 
> specification on 82598 chipset, problem is with RSS, which can't decode PPPoE 
> header, so packet is going only to queue 0. My question is how to force such 
> packets to spread between different queues. May be it's possible to use VMDq 
> in this configuration, or any other solution?
> 
> P.S. We tried this configuration with in-kernel driver and with latest driver 
> from Intel (ixgbe-2.0.44.14). Situation is the same.
> 
> 

What exact linux kernel version are you using ?

If hardware is not able to spread packets into multiple receive queues
because of VLAN or PPOE encapsulation then you might try RPS (not yet
included in kernel) and add appropriate
PPOE decoding in low level frame handling.

RPS v5 pointer : http://www.spinics.net/lists/netdev/msg118378.html



  reply	other threads:[~2010-01-28 15:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-28 11:34 Intel 82598, RSS and PPPoE Alexander Lapidus
2010-01-28 15:59 ` Eric Dumazet [this message]
2010-01-28 19:32   ` Brandeburg, Jesse

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=1264694357.2930.8.camel@edumazet-laptop \
    --to=eric.dumazet@gmail.com \
    --cc=alex@wildpark.net \
    --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