Message ID | 159076794319.1387573.8722376887638960093.stgit@firesoul |
---|---|
Headers | show
Return-Path: <SRS0=9vvU=7L=vger.kernel.org=netdev-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=-0.9 required=3.0 tests=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 666C7C433E0 for <netdev@archiver.kernel.org>; Fri, 29 May 2020 15:59:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 36E3C207BC for <netdev@archiver.kernel.org>; Fri, 29 May 2020 15:59:47 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="Q227M0ey" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727973AbgE2P7q (ORCPT <rfc822;netdev@archiver.kernel.org>); Fri, 29 May 2020 11:59:46 -0400 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:23000 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727062AbgE2P7q (ORCPT <rfc822;netdev@vger.kernel.org>); Fri, 29 May 2020 11:59:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1590767985; 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=VntPpR9u98L+N1ionzHID7bD1Jl6O7zFn7tkv1DNgkg=; b=Q227M0eynTMyzyZvuUpvTljthS7+5ZHaC550/PuPf3VqO1/zr1H1qhnF62YAjsL5tfxMuR 0fm+cXVpTWf/kI+IhLNLZjiMMd4/wCPW/TQC2Vt+gXWv/9yzKjl8CDm6+LUdPYkzrofR+Q 43bl6UnWfloJlKNfD1rJqfQm/Ujv1V4= 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-276-RLG4ksL5Ps6bBoIUCXZlAg-1; Fri, 29 May 2020 11:59:41 -0400 X-MC-Unique: RLG4ksL5Ps6bBoIUCXZlAg-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id C6AA7464; Fri, 29 May 2020 15:59:39 +0000 (UTC) Received: from firesoul.localdomain (unknown [10.40.208.32]) by smtp.corp.redhat.com (Postfix) with ESMTP id B876D5D9F3; Fri, 29 May 2020 15:59:36 +0000 (UTC) Received: from [192.168.42.3] (localhost [IPv6:::1]) by firesoul.localdomain (Postfix) with ESMTP id 8B6D9300003E9; Fri, 29 May 2020 17:59:35 +0200 (CEST) Subject: [PATCH bpf-next RFC 0/3] bpf: dynamic map-value config layout via BTF From: Jesper Dangaard Brouer <brouer@redhat.com> To: David Ahern <dsahern@gmail.com>, bpf@vger.kernel.org, netdev@vger.kernel.org Cc: Jesper Dangaard Brouer <brouer@redhat.com>, Daniel Borkmann <borkmann@iogearbox.net>, Alexei Starovoitov <alexei.starovoitov@gmail.com>, Andrii Nakryiko <andrii.nakryiko@gmail.com> Date: Fri, 29 May 2020 17:59:35 +0200 Message-ID: <159076794319.1387573.8722376887638960093.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.14 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: <netdev.vger.kernel.org> X-Mailing-List: netdev@vger.kernel.org |
Series |
bpf: dynamic map-value config layout via BTF
|
expand
|