[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090615.020240.84385988.davem@davemloft.net>
Date: Mon, 15 Jun 2009 02:02:40 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: therbert@...gle.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH v2] Receive Packet Steering
From: Tom Herbert <therbert@...gle.com>
Date: Sun, 14 Jun 2009 22:52:13 -0700
>> Just to keep this topic alive, I want to mention two things:
>>
>> 1) Just the other day support for the IXGBE "Flow Director" was
>> added to net-next-2.6, it basically does flow steering in
>> hardware. It remembers where the last TX for a flow was
>> made, and steers RX traffic there.
>>
>
> That's very cool. Is this able to preserve in order delivery?
I don't know how the hardware works to this level of detail,
sorry. But yet that's a very important issue.
> What is the advantage over using a shared skbuff queue and making
> doing a single IPI to schedule the backlog device on the remote CPU?
No locking. Queue is only ever accessed by the local cpu.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists