From owner-freebsd-current@FreeBSD.ORG Tue Nov 6 10:27:40 2012 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8136C6CF; Tue, 6 Nov 2012 10:27:40 +0000 (UTC) (envelope-from phk@phk.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.freebsd.org (Postfix) with ESMTP id 317538FC08; Tue, 6 Nov 2012 10:27:39 +0000 (UTC) Received: from critter.freebsd.dk (unknown [192.168.61.3]) by phk.freebsd.dk (Postfix) with ESMTP id C4A208A3FC; Tue, 6 Nov 2012 10:27:38 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.14.5/8.14.5) with ESMTP id qA6ARbNX010807; Tue, 6 Nov 2012 10:27:37 GMT (envelope-from phk@phk.freebsd.dk) To: Andre Oppermann Subject: Re: polling's future [was: Re: Dynamic Ticks/HZ] In-reply-to: <5098E526.6070101@freebsd.org> From: "Poul-Henning Kamp" References: <509758B8.1000409@rewt.org.uk> <50975F6F.6010907@rewt.org.uk> <5097898C.9080109@rewt.org.uk> <20121105163654.GA12870@onelab2.iet.unipi.it> <5097E880.8010001@rewt.org.uk> <20121105165748.GA13098@onelab2.iet.unipi.it> <5098E526.6070101@freebsd.org> Date: Tue, 06 Nov 2012 10:27:37 +0000 Message-ID: <10806.1352197657@critter.freebsd.dk> Cc: Davide Italiano , Ryan Stone , Joe Holden , Luigi Rizzo , FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2012 10:27:40 -0000 -------- In message <5098E526.6070101@freebsd.org>, Andre Oppermann writes: >Hi Luigi, > >do you agree on polling having outlived its usefulness in the light >of interrupt moderating NIC's and SMP complications/disadvantages? Can I just point out, that what we have is not in fact "device-polling" but only "some-kinds-of-network-interface-polling" ? I think it should go away, and if there still is a relevant usage segment, be replaced by _real_ "device-polling" which is not tied to the network stack. Amongst the sensible uses for that would be high-speed serial interfaces etc. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.