Message ID | 160208770557.798237.11181325462593441941.stgit@firesoul (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=AFkz=DO=vger.kernel.org=bpf-owner@kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 26192C47095 for <bpf@archiver.kernel.org>; Wed, 7 Oct 2020 16:22:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AE03C215A4 for <bpf@archiver.kernel.org>; Wed, 7 Oct 2020 16:22:47 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="C6yntpy+" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727817AbgJGQWr (ORCPT <rfc822;bpf@archiver.kernel.org>); Wed, 7 Oct 2020 12:22:47 -0400 Received: from us-smtp-delivery-124.mimecast.com ([63.128.21.124]:57472 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726702AbgJGQWq (ORCPT <rfc822;bpf@vger.kernel.org>); Wed, 7 Oct 2020 12:22:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1602087765; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Rp7x0JW9bNLOMUE/nE7dKFbiSH89cz3sD3TzyBD4/dk=; b=C6yntpy+Fn09+E9A6CmKSX+2u8MfOXtsItZt6p7Gazlrypbhe6SGmOvFyRNW3UUyYJaN8H s9E9BP5TPV96pLvZ9ARYqNhQcb1ORBkVZT1uvHY3NW/a/tntbeehUxajiqTuw3ycCHc92d vU1qSAYD4uyjYT91wBz9jUd8NPicRew= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-150-6Eb2u6ntMBm5d1XJeelfUQ-1; Wed, 07 Oct 2020 12:22:41 -0400 X-MC-Unique: 6Eb2u6ntMBm5d1XJeelfUQ-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 8886D10BBECC; Wed, 7 Oct 2020 16:22:39 +0000 (UTC) Received: from firesoul.localdomain (unknown [10.40.208.18]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6DA5375120; Wed, 7 Oct 2020 16:22:36 +0000 (UTC) Received: from [192.168.42.3] (localhost [IPv6:::1]) by firesoul.localdomain (Postfix) with ESMTP id 4CDFF30736C8B; Wed, 7 Oct 2020 18:22:35 +0200 (CEST) Subject: [PATCH bpf-next V2 0/6] bpf: New approach for BPF MTU handling and enforcement From: Jesper Dangaard Brouer <brouer@redhat.com> To: bpf@vger.kernel.org Cc: Jesper Dangaard Brouer <brouer@redhat.com>, netdev@vger.kernel.org, Daniel Borkmann <borkmann@iogearbox.net>, Alexei Starovoitov <alexei.starovoitov@gmail.com>, maze@google.com, lmb@cloudflare.com, shaun@tigera.io, Lorenzo Bianconi <lorenzo@kernel.org>, marek@cloudflare.com, John Fastabend <john.fastabend@gmail.com>, Jakub Kicinski <kuba@kernel.org>, eyal.birger@gmail.com Date: Wed, 07 Oct 2020 18:22:35 +0200 Message-ID: <160208770557.798237.11181325462593441941.stgit@firesoul> User-Agent: StGit/0.19 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 Precedence: bulk List-ID: <bpf.vger.kernel.org> X-Mailing-List: bpf@vger.kernel.org |
Series |
bpf: New approach for BPF MTU handling and enforcement
|
expand
|