From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.toke.dk (mail.toke.dk [52.28.52.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id C780B3BA8E for ; Mon, 23 Apr 2018 09:33:04 -0400 (EDT) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1524490383; bh=Ylr00C1+cGnx1U2wF983qDRAjFBw5dyZbxu6tyA2I3o=; h=From:To:Subject:Date:From; b=M8Kk7ySKrzj48LkVyKZ3HyT3UOMKnSyChSaHbvhxrONXnl651uxzg3cJA9xMBBng9 678EZiJEzqmyl9j/5uSr9+jutr7qbUgSMQRzmD8dJKrdEb9tGJSUIHMz65VaQG6VyF xAP1rpCebDcYHqyb2ArMgcBnz33LG/f93gjte75TWBHN5WiMkDZUebgFLOTaaHjdAt I4SD0QnqWSzkOxub+EUNHjCT1kuku3B9+6YdrhTrA0bDWRk1VkURvXwdFOEM6ffXhN cvpPpBYEN17qcqYofklVSzDxAC/6zxp1/l1Hg6uZNYGcERGRZKmhconOZ547WG8gTw Xlke1rciQL33Q== To: cake@lists.bufferbloat.net Date: Mon, 23 Apr 2018 15:33:02 +0200 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87bmeavyi9.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Subject: [Cake] SKB queue API usage 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: Mon, 23 Apr 2018 13:33:05 -0000 I've started looking at what changes are needed before Cake can be submitted upstream (see the upstream-4.18 branch of the repo). While looking over the data structures I noticed that struct cake_flow contains pointers to struct sk_buff instread of using the in-kernel struct sk_buff_head queueing structure. Why is that? -Toke