From owner-freebsd-net@FreeBSD.ORG Tue Jul 1 17:24:44 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 80615117; Tue, 1 Jul 2014 17:24:44 +0000 (UTC) Received: from mail-qa0-x22f.google.com (mail-qa0-x22f.google.com [IPv6:2607:f8b0:400d:c00::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 309262988; Tue, 1 Jul 2014 17:24:44 +0000 (UTC) Received: by mail-qa0-f47.google.com with SMTP id hw13so8002386qab.34 for ; Tue, 01 Jul 2014 10:24:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=qplSQQFgTXSo2B44iwRAOTcCRAvLVaFLOuZacq1Qw5Q=; b=zB2aVxo9AZO5phXTzK53rkVosWfgQh6mrfbLcBPg22pezuleQUcO+ZRraGYWgJP4sR 7dg6XGkNjcNHju9X91YI10gxmD0TR3wXPIx1a1no9CEGlz3x1mKDukRBDB+QvkC4lHHz Rkz3evY+2T11vDo4DSZDQEI6Y3gwCdaJa2DwgzyCPFATE9lPFwY1H4hkzvs/kXH+/qdm ENpfP6AVrs6XAT4pRrUPnr0xJo3B4ZePbDaRTl44kBQ9CkHHfI1Zx4VQ5/t9tbEQ215A darDVFign55N/t82hL27MlDCXKSr0IVSCvaS4aWaoCKBP2hL3neGvulGqMOZdeF2I3iC bPNQ== MIME-Version: 1.0 X-Received: by 10.224.66.70 with SMTP id m6mr77949266qai.55.1404235483405; Tue, 01 Jul 2014 10:24:43 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.202.193 with HTTP; Tue, 1 Jul 2014 10:24:43 -0700 (PDT) In-Reply-To: <84BEBDAC-189F-431F-932D-C280649F5D65@netapp.com> References: <84BEBDAC-189F-431F-932D-C280649F5D65@netapp.com> Date: Tue, 1 Jul 2014 10:24:43 -0700 X-Google-Sender-Auth: U4HDKadrc0dhAYamzt81UpLEu08 Message-ID: Subject: Re: [rfc] tcp timer update for RSS From: Adrian Chadd To: "Eggert, Lars" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Net , "freebsd-arch@freebsd.org" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2014 17:24:44 -0000 On 1 July 2014 06:14, Eggert, Lars wrote: > Hi, > > [elars@stanley:/home/elars/src] 1 =E2=8C=80 grep -r IP_RSSCPUID sys > sys/netinet/in.h:/* 71 - XXX was IP_RSSCPUID - can recycle whenever */ > sys/netinet/ip_output.c: case IP_RSSCPUID: > > kernel compilation with RSS currently fails, because IP_RSSCPUID is still= used in ip_output.c. I thought I committed a fix to remove that! I'll go fix that soon. Thanks! -a