[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <19315.47503.661788.785038@gargle.gargle.HOWL>
Date: Thu, 11 Feb 2010 09:02:23 +0100
From: robert@...julf.net
To: Jeff Kirsher <jeffrey.t.kirsher@...el.com>
Cc: davem@...emloft.net, netdev@...r.kernel.org, gospo@...hat.com
Subject: [net-next-2.6 PATCH v5 0/3] Introduce n-tuple ethtool support
Nice. Next step would be to control the RSS-traffic. Doing this we
can easily get total separation between "control" and "data" plane.
We did a dirty hack to separate out bgp/ssh to one queue/cpu.
I think just a RSS_mask would be a good start - each bit controlling
if queue should receive RSS traffic or not.
Cheers
--ro
Jeff Kirsher writes:
> One more round of fixes, based on feedback from Patrick McHardy
>
> 1) Change the list count to an unsigned value
> 2) Fix a memory leak
> 3) Removed an unnecessary list traversal in the ethtool core
> 4) Moved all list destruction to a helper function, allowing the driver
> to control when it clears the list (aside from when free_netdev() kills
> the cached list).
>
> ---
>
> Peter Waskiewicz (3):
> ixgbe: Bump driver version up
> ixgbe: Add support for the new ethtool n-tuple programming interface
> ethtool: Introduce n-tuple filter programming support
>
>
> drivers/net/ixgbe/ixgbe.h | 4
> drivers/net/ixgbe/ixgbe_82599.c | 106 ++++++++++--
> drivers/net/ixgbe/ixgbe_ethtool.c | 111 ++++++++++++
> drivers/net/ixgbe/ixgbe_main.c | 18 ++
> drivers/net/ixgbe/ixgbe_type.h | 9 +
> include/linux/ethtool.h | 50 ++++++
> include/linux/netdevice.h | 3
> net/core/dev.c | 6 +
> net/core/ethtool.c | 332 +++++++++++++++++++++++++++++++++++++
> 9 files changed, 619 insertions(+), 20 deletions(-)
>
> --
> Cheers,
> Jeff
> --
> 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
--
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