From nobody Mon Nov 29 04:05:27 2021 X-Original-To: freebsd-hackers@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id EFB3A18C6314 for ; Mon, 29 Nov 2021 04:05:38 +0000 (UTC) (envelope-from ozkan.kirik@gmail.com) Received: from mail-vk1-xa32.google.com (mail-vk1-xa32.google.com [IPv6:2607:f8b0:4864:20::a32]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4J2Wwf6Ggfz3hjb for ; Mon, 29 Nov 2021 04:05:38 +0000 (UTC) (envelope-from ozkan.kirik@gmail.com) Received: by mail-vk1-xa32.google.com with SMTP id u68so10079528vke.11 for ; Sun, 28 Nov 2021 20:05:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:cc :content-transfer-encoding; bh=+3WZ4ipaNNTHFNXqURBCvMqNkdtPL83SrfBgWcMrN4A=; b=S5lO7u3U1Fz/RaJtPIa0aPo1J1AppHo93gqH5f2TggQ1OJ64udIxJX4eeADNaCZcAX WF84DATGlAK3ZJQkWGW6T4rPN5KuSkPaBVrXStnGy7Xpit/T/vlGI3A8EnswLQmxXaqH 7bNpf40Yr7skvP38uG1Sb+/cCLWtsyJmFdxWf9elL5sRH9FCbm+i7qNCKSOv+nFWdh56 ZHJZVfhYMS/CGiHfZGW+gsWMibIbtAu9vXCcF2ejV9LTS0JVK8qUKG+1X5JAMIyBuGJX pN9qlnN9DYUti+lS8VkZI2ITdR86sbyHqSgfA+B+7+vh9J6U9n4xmqMB5MwmAbor8/cL N5zQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:cc:content-transfer-encoding; bh=+3WZ4ipaNNTHFNXqURBCvMqNkdtPL83SrfBgWcMrN4A=; b=X2c2YHOKQ8Vbjb70DSKSD5w5EZQUOEXotAwmFlX6GRS7rKl3WRZZkvIxAAmhQNDBqd nbNNnUg023ztL81EJfJ4vIzA24R10DVKAgU9tBO1oVy4A4nqDKjLWlMuhuSwyJG01cBU 9Ax1YVMk3uyXRodevq9nrwjioHP38j1dGJDVmMDFa8MpypvJGp1WyYf6PavQmrqeIsdR axwfyoh5F4bhH+vkwUx0/pH87Q6iMlPQZqlfmOmqvRnPMZp7GJiIkKkU90nKv45ZAL1a 72KRa24OE8boru4eFw9CBwoxTtVCWN/f9JfQwJ7UTBr0LCoE8fMzD8jDHgOs70HuJY48 MDWg== X-Gm-Message-State: AOAM53213OWLu+wah1+Z+J8NNih5wAbl6LPi2YNQ7OEV7VHzORdt8rRm /NFiZyuXs0OsB7QKzBK0ztAjI7q4F+eD2aA7oFleJE7p X-Google-Smtp-Source: ABdhPJzDCtAL27IfjYp3oPP+OWD1NFJ0IERSsTEfIs4qTbUir1yq7rGFl9gR5dDbWlSWWqAx5RZ4knEYAKt3xgxSAFo= X-Received: by 2002:a1f:18cb:: with SMTP id 194mr33587975vky.16.1638158738065; Sun, 28 Nov 2021 20:05:38 -0800 (PST) List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@freebsd.org MIME-Version: 1.0 References: <861r36xzpe.fsf@phe.ftfl.ca> In-Reply-To: From: =?UTF-8?B?w5Z6a2FuIEtJUklL?= Date: Mon, 29 Nov 2021 07:05:27 +0300 Message-ID: Subject: Re: Call for Foundation-supported Project Ideas Cc: freebsd-hackers@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4J2Wwf6Ggfz3hjb X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N SCTP support for pf On Mon, Nov 29, 2021 at 6:58 AM =C3=96zkan KIRIK wr= ote: > > Now, FreeBSD doesn't have a good Traffic Shaper. > ALTQ doesn't support multiqueue NICs. > DUMMYNET is single threaded and it's easly to saturate cpu core with > high pps rates. > > We need a good, multiqueue NICs supported and multi threaded traffic > shaper. Some NICs can offload "tc". Is it possible to port "tc" to > FreeBSD ? > But I don't know if "tc" meets this requirements. > > Have a nice day > > On Mon, Nov 29, 2021 at 6:53 AM grarpamp wrote: > > > > jail -t , sets the initial time inside the jail at launch, > > from which time then progresses inside as usual. > >