lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 19 Apr 2013 15:58:59 -0400 (EDT)
From:	David Miller <davem@...emloft.net>
To:	gregkh@...uxfoundation.org
Cc:	stephen@...workplumber.org, netdev@...r.kernel.org
Subject: Re: [RFC 1/2] netmap: infrastructure (in staging)

From: Greg KH <gregkh@...uxfoundation.org>
Date: Fri, 19 Apr 2013 12:45:37 -0700

> On Fri, Apr 19, 2013 at 12:06:51PM -0700, Stephen Hemminger wrote:
>> Netmap is a framework for packet generation and capture from user
>> space. It allows for efficient packet handling (up to line rate on
>> 10Gb) with minimum system load.  For more info see:
>> 	http://info.iet.unipi.it/~luigi/netmap/

So are you saying that people can't get line rate today?

Even the the suricata folks are doing deep packet inspection at line
rate using AF_PACKET fanouts just fine.  That means they aren't just
grabbing packets, they are actually processing them and making
stateful decisions based upon the packet's contents.

That means that capture is cheap enough already that they have all
the compute left over that they need.

The existing mechanisms also have the huge advantage that they are
already implemented, require zero driver specific changes, and are
already starting to be deployed to end users.

Given that and how incredibly gross this code is right now, the only
reaction I can have is "meh".

If you are going to propose something, please show a real and genuine
need.
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ