From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) by huchra.bufferbloat.net (Postfix) with ESMTP id E727221F4F3 for ; Thu, 24 Jul 2014 12:02:59 -0700 (PDT) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1406228577; h=Date: From: Reply-To: To: Message-Id: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding: Sender; bh=M9X3rGHNg/uy5Q1vzMEdZtdZnjsDISpXz1XBwi/xF24=; b=UuYg85/7iBCmfesNjCiYD1DXG3ErX9Ql2MZaT+KFMFfe9+oGRtDNfbp0bGyYHN8DzUyrxFRX xBx84ZmE/D5pWCxr2T7Tmp+1N73m7Tpxg+mRnB4+5Friwl99MYu1tbFZOD4Di7NNL8eNIci3 7GfLx4+1w9MACFR0Tf1KyFbvNnE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=github.com; s=mailo; q=dns; h=Date: From: Reply-To: To: Message-Id: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding: Sender; b=bRioR1mGtVKLieNgXJAOxc3kJJBrGqDf6h2+++KGMZkOzLWHjao8pKXe8FFNBk1S3Gwnnb +5dK9oI/8MaDSwz9tAIZcJgD9Kmcr/fWClcek5MA1lrS4a/llNtADDlRU+nsA76YmCUxYbQC 49y3dBCA77vaMfsQC+igZW97XDpww= Received: from github.com (Unknown [192.30.252.42]) by mxa.mailgun.org with ESMTP id 53d15852.7fe02c310fc0-in2; Thu, 24 Jul 2014 19:02:42 -0000 (UTC) Date: Thu, 24 Jul 2014 12:02:40 -0700 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-Id: <53d1585077dff_23db689d401206bd@hookshot-fe2-cp1-prd.iad.github.net.mail> Subject: [dtaht/ceropackages-3.10] de4bd8: Remove too early call to fiffserve() from simple.q... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_53d1585077818_23db689d40120596"; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Mailgun-Sid: WyIzOWVlZSIsICJjZXJvd3J0LWNvbW1pdHNAbGlzdHMuYnVmZmVyYmxvYXQubmV0IiwgIjQwZiJd Sender: noreply@github.com X-BeenThere: cerowrt-commits@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list Reply-To: GitHub List-Id: Development commits for the cerowrt project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2014 19:03:00 -0000 ----==_mimepart_53d1585077818_23db689d40120596 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.10 Commit: de4bd8654bd298b740cbe0d42abfb5d557b82543 https://github.com/dtaht/ceropackages-3.10/commit/de4bd8654bd298b740cbe0d42abfb5d557b82543 Author: Sebastian Moeller Date: 2014-07-24 (Thu, 24 Jul 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/simple.qos Log Message: ----------- Remove too early call to fiffserve() from simple.qos Trying to run diffserv on ifb0 before ifb0 has been set up properly is a sure recipe for to create a number or netlink errors of the following type: RTNETLINK answers: Invalid argument We have an error talking to the kernel Don't do that then... ----==_mimepart_53d1585077818_23db689d40120596--