Message ID | 160571331409.2801246.11527010115263068327.stgit@firesoul (mailing list archive) |
---|---|
Headers | show
Return-Path: <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=-10.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 16E37C5519F for <bpf@archiver.kernel.org>; Wed, 18 Nov 2020 15:29:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9FB7724766 for <bpf@archiver.kernel.org>; Wed, 18 Nov 2020 15:29:35 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="SY+7jhF0" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726136AbgKRP3f (ORCPT <rfc822;bpf@archiver.kernel.org>); Wed, 18 Nov 2020 10:29:35 -0500 Received: from us-smtp-delivery-124.mimecast.com ([63.128.21.124]:42968 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725772AbgKRP3f (ORCPT <rfc822;bpf@vger.kernel.org>); Wed, 18 Nov 2020 10:29:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1605713374; 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=Ffc91GEWOCpdtszPK5VYxH/SLStWrWHwBtPWV5XFZtM=; b=SY+7jhF01k2+UoiENA5IXDzQBWdqsD5VCy92+cODrvNTv4YdBTAZ2JSUX7vRWYqNLAiZre LYLYrPKNWaGXaD1W9DDepPya6Pi15bSkDuYMU8MPLGdN4RDhf9Ho52QuE0OCUKbqMKC7SY vXBvtMMGPyymLk80sYcY8XWli9un78Y= 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-384-Xlf3acBlOZuaXjX7iykkXw-1; Wed, 18 Nov 2020 10:29:32 -0500 X-MC-Unique: Xlf3acBlOZuaXjX7iykkXw-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 23494800FFF; Wed, 18 Nov 2020 15:29:30 +0000 (UTC) Received: from firesoul.localdomain (unknown [10.40.208.7]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6E5451346E; Wed, 18 Nov 2020 15:29:26 +0000 (UTC) Received: from [192.168.42.3] (localhost [IPv6:::1]) by firesoul.localdomain (Postfix) with ESMTP id 3EA8F32138454; Wed, 18 Nov 2020 16:29:25 +0100 (CET) Subject: [PATCH bpf-next V6 0/7] bpf: New approach for BPF MTU handling 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, colrack@gmail.com Date: Wed, 18 Nov 2020 16:29:25 +0100 Message-ID: <160571331409.2801246.11527010115263068327.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.11 Precedence: bulk List-ID: <bpf.vger.kernel.org> X-Mailing-List: bpf@vger.kernel.org X-Patchwork-Delegate: bpf@iogearbox.net |
Series |
bpf: New approach for BPF MTU handling
|
expand
|