login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
openbsd-misc
»
2007
»
October
»
22
Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLAN_HWTAGGING ?
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Tony Sarendal
Subject:
Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLAN_HWTAGGING ?
Date: Monday, October 22, 2007 - 9:12 am
On 10/22/07, Henning Brauer <lists-openbsd@bsws.de> wrote:
quoted text
> > * Tony Sarendal <tony@polarcap.org> [2007-10-22 14:59]: > > On 10/22/07, Henning Brauer <lists-openbsd@bsws.de> wrote: > > > * Tony Sarendal <tony@polarcap.org> [2007-10-22 01:19]: > > > > On 10/21/07, Henning Brauer <lists-openbsd@bsws.de> wrote: > > > > > well, you can go stateful up to a certain point and handle stuff > above > > > > > stateless (better than dropping), like > > > > > > > > > > pass out on X from $foo > > > > > pass in on X to $foo > > > > > pass out on X from $foo keep state(max 10000) > > > > To design a reliable IP network I would need the devices to be able > to > > > > handle > > > > the desired pps rate even when that state limit is exceeded. > > > so? where is the contradiction here? > > No contradiction. If the requirement is to be wirespeed the forwarding > > performance under ideal conditions is not relevant. > > with the amount of states you can handle, I don't think it is a limit > very relevant in practice. Or, in other words, if you need to handle so > many more flows than we can handle statefully, you are at a point where > you cannot realisticly use a commodity hardware router any more. > > > > Many routing devices have over the years achieved good performance by > > > > different flow caching > > > > methods, we have over the years also learnt that this is a bad thing > in > > > > uncontrolled environments > > > > like the Internet. > > > no, that is entirely bullshit, sorry. > > > > > > if flow cahcing allows your device to work more efficient in the usual > > > case, hey, excellent, you would be dumb to not use it. > > > > > > this does NOT save you from either leaving enough headroom that you > can > > > heandle the packet rate when exceeding your state limit or at least > > > know about and live with the limitation. > > A Cisco6509 SUPA1/MSFC2 could do around 10Mpps under normal conditions, > > but not even 500kpps when flow count exceeded what it could handle > > in hardware. Good boxes for the internal network, horrible for the > > datacenter or internet core/edge. > > and I bet I can make up a 10 or maybe 100 Kpps stream that makes it fall > over. > > > > A reliable IP router is wirespeed and stateless. There is no getting > > > around > > > > that. > > > > > > oh really. > > > I say it is bullshit > > Are you officially stating that the added complexity of stateful > forwarding > > does not increase the likelyhood of unpredictable behaviour ? > > yes. the state tracking is not THAT difficult and very very very mature. > > > > there is no single wirespeed in all circumstances router on the > market, > > > not even for fast ethernet. that is a marketing gag. a 10 MBit/s > stream > > > of correctly and purposefully craftet packets brings each and every > > > router you can buy to its knees. if it works like an OpenBSD machine > > > with stateful filters which prefers established states in the overload > > > case, it doesn't suffer as badly as the stateless ones. > > Something as simple as being able to forward packets independently > > of the source/destination pattern and protocol hardly qualifies as > > the specific/unknown case where you can make a 80Mpps per line card > > CRS-1's not even forward 10Mbps. > > i can't parse what you wanna say here. > > > OpenBSD once shipped with a remote root compromise, this was addressed. > > When we find new scenarios that can prevent the routers from performing > > as expected we try to address that. There will always be unknown corner > > cases showing up, and that we need to handle. > > which is totally independent from specific implementations. this is > true for each and every piece of hard & software available. > > > No need to get aggressive, Henning. > > I'm not aggressive :) > > > I don't agree with you. I say that a stateless device in general is more > > reliable than a stateful one. > > and I say that is totally poop. It is a marketing lie.
I didn't get that opinion from marketing. No matter, we disagree, lets leave it at that. /Tony
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
em(4) - IFCAP_VLAN_MTU & IFCAP_VLAN_HWTAGGING ?
, Brian A. Seklecki
, (Tue Oct 16, 1:54 pm)
Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLAN_HWTAGGING ?
, Henning Brauer
, (Wed Oct 17, 1:52 am)
Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLAN_HWTAGGING ?
, Brian A. Seklecki
, (Wed Oct 17, 4:16 pm)
Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLAN_HWTAGGING ?
, Tony Sarendal
, (Thu Oct 18, 6:16 am)
Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLAN_HWTAGGING ?
, Brian A. Seklecki
, (Thu Oct 18, 7:19 am)
Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLAN_HWTAGGING ?
, Tony Sarendal
, (Thu Oct 18, 7:27 am)
Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLAN_HWTAGGING ?
, Tony Sarendal
, (Sat Oct 20, 12:38 am)
Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLAN_HWTAGGING ?
, Henning Brauer
, (Sat Oct 20, 3:48 am)
Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLAN_HWTAGGING ?
, Tony Sarendal
, (Sat Oct 20, 4:19 am)
Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLAN_HWTAGGING ?
, Henning Brauer
, (Sat Oct 20, 7:18 am)
Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLAN_HWTAGGING ?
, Tony Sarendal
, (Sat Oct 20, 8:59 am)
Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLAN_HWTAGGING ?
, Henning Brauer
, (Sun Oct 21, 5:15 am)
Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLAN_HWTAGGING ?
, Tony Sarendal
, (Sun Oct 21, 5:44 am)
Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLAN_HWTAGGING ?
, Henning Brauer
, (Sun Oct 21, 7:38 am)
Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLAN_HWTAGGING ?
, Tony Sarendal
, (Sun Oct 21, 8:13 am)
Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLAN_HWTAGGING ?
, Henning Brauer
, (Sun Oct 21, 3:25 pm)
Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLAN_HWTAGGING ?
, Tony Sarendal
, (Sun Oct 21, 4:12 pm)
CEF / MLS (WAS: Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLAN_HW ...
, Brian A Seklecki (Mo ...
, (Sun Oct 21, 6:23 pm)
Re: CEF / MLS (WAS: Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLA ...
, Claudio Jeker
, (Sun Oct 21, 11:11 pm)
Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLAN_HWTAGGING ?
, Henning Brauer
, (Mon Oct 22, 3:00 am)
Re: CEF / MLS (WAS: Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLA ...
, Henning Brauer
, (Mon Oct 22, 3:01 am)
Re: CEF / MLS (WAS: Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLA ...
, Henning Brauer
, (Mon Oct 22, 3:04 am)
Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLAN_HWTAGGING ?
, Tony Sarendal
, (Mon Oct 22, 5:47 am)
Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLAN_HWTAGGING ?
, Henning Brauer
, (Mon Oct 22, 7:46 am)
Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLAN_HWTAGGING ?
, Tony Sarendal
, (Mon Oct 22, 9:12 am)
Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLAN_HWTAGGING ?
, Henning Brauer
, (Tue Oct 23, 5:02 am)
Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLAN_HWTAGGING ?
, Tony Sarendal
, (Tue Oct 23, 7:53 am)
Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLAN_HWTAGGING ?
, Henning Brauer
, (Tue Oct 23, 9:19 am)
Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLAN_HWTAGGING ?
, ropers
, (Tue Oct 23, 9:39 am)
Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLAN_HWTAGGING ?
, Tony Sarendal
, (Tue Oct 23, 10:04 am)
Re: CEF / MLS (WAS: Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLA ...
, Brian A Seklecki (Mo ...
, (Fri Oct 26, 8:02 am)
Re: CEF / MLS (WAS: Re: em(4) - IFCAP_VLAN_MTU & IFCAP_VLA ...
, Henning Brauer
, (Sat Oct 27, 8:02 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Mel Gorman
Re: [PATCH 1/4] vmstat: remove zone->lock from walk_zones_in_node
Guenter Roeck
Re: [lm-sensors] Location for thermal drivers
David Woodhouse
Re: RFC: Moving firmware blobs out of the kernel.
Siddha, Suresh B
Re: [PATCH 2.6.21 review I] [11/25] x86: default to physical mode on hotplug CPU k...
Peter Zijlstra
Re: [patch 4/6] mm: merge populate and nopage into fault (fixes nonlinear)
git-commits-head
:
Linux Kernel Mailing List
[MIPS] Fix potential latency problem due to non-atomic cpu_wait.
Linux Kernel Mailing List
USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESS
Linux Kernel Mailing List
lib/vsprintf.c: fix bug omitting minus sign of numbers (module_param)
Linux Kernel Mailing List
[Bluetooth] Initiate authentication during connection establishment
Linux Kernel Mailing List
[POWERPC] 4xx: Add ppc40x_defconfig
linux-netdev
:
MERCEDES
Your mail id has won 950,000.00 in the MERCEDES Benz Online Promo.for claims send:
David Miller
Re: [PATCH] xen/netfront: do not mark packets of length < MSS as GSO
David Miller
Re: skb_segment() questions
Shan Wei
[RFC PATCH net-next 2/5]IPv6:netfilter: Send an ICMPv6 "Fragment Reassembly Timeou...
Stanislaw Gruszka
[PATCH 1/4] bnx2x: use smp_mb() to keep ordering of read write operations
git
:
Nicolas Sebrecht
git-svn died of signal 11 (was "3 failures on test t9100 (svn)")
Junio C Hamano
Re: [PATCH 2/2] Add url.<base>.pushInsteadOf: URL rewriting for push only
Martin Langhoff
Re: [PATCH] GIT commit statistics.
Alexandre Julliard
[PATCH] gitweb: Put back shortlog instead of graphiclog in the project list.
Josh Triplett
[PATCH 2/2] Add url.<base>.pushInsteadOf: URL rewriting for push only
openbsd-misc
:
Taisto Qvist XX
Re: AMD GEODE LX-800 just works with kernel from install42.iso and kernelpanics wi...
Nico Meijer
Re: gOS Develop Kit with VIA pc-1 Processor Platform VIA C7-D
Andreas Bihlmaier
Re: jetway board sensors (Fintek F71805F)
admin
Drive a 2009 car from R799p/m
Antti Harri
Re: how to create a sha256 hash
Colocation donated by:
Syndicate