From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt0-x230.google.com (mail-qt0-x230.google.com [IPv6:2607:f8b0:400d:c0d::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id ACF263B29E for ; Sat, 25 Nov 2017 21:27:41 -0500 (EST) Received: by mail-qt0-x230.google.com with SMTP id w10so23374591qtb.10 for ; Sat, 25 Nov 2017 18:27:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:subject:from:to:cc:date:in-reply-to:references :mime-version:content-transfer-encoding; bh=LY6ObnY+zrlR4StTGbQL9ITwkd1GK1tigP9lK48taXY=; b=oQOd8gWZ8uUGTLGWzhNmEtWWppWerGmdzbDvB2Gy4q8b5A9TBkbOLR5ipqBXxZ/Yh6 B7gQaiphen9C43pdv3ALmiVPHdr6N5w4QcYxsBHDkbhvnk0Sc0YOclj7hSmEkgOg3Zwy bL181IoQS+ePOxjU+kzRgWjBE/HL0mZlfZ3iw9jL18OWCBdNrfWKP4GrWFGhK0YMUE1P Icclz4ltYyGvpDWrMc680Wwa0QvAjSLOPi+JvCb10O5kqfGiu0G32on49VFWtcddkrpQ E4EK49w0k8sIG9enWxVA9Vhs8SGY2Io45duHPoNbcI3DFuMCaN1AG3CzzgaEtp8yXQt2 MA3A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:mime-version:content-transfer-encoding; bh=LY6ObnY+zrlR4StTGbQL9ITwkd1GK1tigP9lK48taXY=; b=KSA00FmbQ331rW09b2H0Ysy3CVSuztKHrY0v+jZkVdcMMeQfWoEhiVC4+ZmkCbw8cI ByyhLXHU4iCBxGwpce92o2TPoZlw0XPzWjFSbfPf6uJiakr67bnRP3nqLpyjTWJB4BQw Vi6KkIeZ7UK+kG27MuMbCiCAWOjPIXGQ+dYwAkvTK2r0CODpdHL90Yx7+yVt3GOAgim8 ij1R6nv9dSPVmpCnjGQZM/ct7qGEvyuiYRpgr0Jp30/CzlqDrn/BqlTdqnkdO3AVP1rv ZkfIipPSAxMSjFSRwRhQ+r1Ou4g8mRY0pCMQ8HE9DydRfUiMT7E60tyneHkxgDr5ouK1 +Djg== X-Gm-Message-State: AJaThX68OMbBekDt5VA3dBzwsBK3+Czp9d8MXfj/R/kdT5xkco4Byyva D5QXyU91WMNquTwWswUOam4= X-Google-Smtp-Source: AGs4zMY1vvgLWXF49WJPYB6rQNiBZXbvTaFIfkS9kvD+cLMVChiXR8mjYZ0IQFcCIEwUCxJGIne/fQ== X-Received: by 10.200.63.161 with SMTP id d30mr53769342qtk.311.1511663261106; Sat, 25 Nov 2017 18:27:41 -0800 (PST) Received: from ns02008878md.ninds.nih.gov ([156.40.252.1]) by smtp.gmail.com with ESMTPSA id u26sm17666614qtb.1.2017.11.25.18.27.40 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 25 Nov 2017 18:27:40 -0800 (PST) Message-ID: <1511663259.1714.2.camel@gmail.com> From: gamanakis@gmail.com To: Dave Taht Cc: George Amanakis via Cake Date: Sat, 25 Nov 2017 21:27:39 -0500 In-Reply-To: References: <59515a10-e1c5-7b58-851f-ece09191fb43@gmail.com> <2d095770-e896-f5dd-6ba9-efb91da71451@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.26.2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Cake] new patchset for upstream net-next X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Nov 2017 02:27:41 -0000 Just finished building, setting both sch_cake and nf_conntrack as integral succeeds. Setting nf_conntrack as module fails with sch_cake as integral (makes sense). I am remote right now and cannot test the newly built kernel, hopefully I will get it done tonight. George On Sat, 2017-11-25 at 17:00 -0800, Dave Taht wrote: > I just got back from town and pushed a version that builds into the > for_upstream_4.16 branch, with kevins latest. > > Trying another build here, with "m", takes hours. thx for trying 'y'! > > As for what's going wrong... is nf_conntrack being built? as a module > ? as integral? We've always built cake and nf_conntrack as modules > before. > >