Message ID | 158945314698.97035.5286827951225578467.stgit@firesoul |
---|---|
Headers | show
Return-Path: <SRS0=l9G/=64=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=-5.8 required=3.0 tests=DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING, SPF_HELO_NONE, SPF_PASS, URIBL_BLOCKED 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 AA02BC433DF for <netdev@archiver.kernel.org>; Thu, 14 May 2020 10:49:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 72F2C206A5 for <netdev@archiver.kernel.org>; Thu, 14 May 2020 10:49:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="dcFhgO28" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726073AbgENKtO (ORCPT <rfc822;netdev@archiver.kernel.org>); Thu, 14 May 2020 06:49:14 -0400 Received: from us-smtp-1.mimecast.com ([205.139.110.61]:33548 "EHLO us-smtp-delivery-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726010AbgENKtO (ORCPT <rfc822;netdev@vger.kernel.org>); Thu, 14 May 2020 06:49:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1589453351; 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=xl3PtZhUoXNCz9X55oC8eYBVnIgmufJyn0mQs9IfJGI=; b=dcFhgO28vuJSpveGYf2KhdfkRHy90mwzH4Jwp9vkYgYyfXQrK0+CrmOgYWxJwIxYcmXiHX cS+kWGDRv6QzcwhQgSSdgg75IP/bE1NgSbwql0nkw2rX0e/jeqfxiDotVKwQT+oSuGDShU WRrEeVgsXRHOGUQN5+2tlbKBFcpNzzE= 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-202-poiv3oWqN-KETWHC9gMMiw-1; Thu, 14 May 2020 06:49:04 -0400 X-MC-Unique: poiv3oWqN-KETWHC9gMMiw-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 C06FE100CCC5; Thu, 14 May 2020 10:49:02 +0000 (UTC) Received: from firesoul.localdomain (unknown [10.40.208.32]) by smtp.corp.redhat.com (Postfix) with ESMTP id DC56276C38; Thu, 14 May 2020 10:48:58 +0000 (UTC) Received: from [192.168.42.3] (localhost [IPv6:::1]) by firesoul.localdomain (Postfix) with ESMTP id 88EEB300020FC; Thu, 14 May 2020 12:48:57 +0200 (CEST) Subject: [PATCH net-next v4 00/33] XDP extend with knowledge of frame size From: Jesper Dangaard Brouer <brouer@redhat.com> To: sameehj@amazon.com Cc: Jesper Dangaard Brouer <brouer@redhat.com>, netdev@vger.kernel.org, bpf@vger.kernel.org, =?utf-8?q?Toke_H=C3=B8iland-J=C3=B8rgensen?= <toke@redhat.com>, Daniel Borkmann <borkmann@iogearbox.net>, Alexei Starovoitov <alexei.starovoitov@gmail.com>, "David S. Miller" <davem@davemloft.net>, John Fastabend <john.fastabend@gmail.com>, Alexander Duyck <alexander.duyck@gmail.com>, Jeff Kirsher <jeffrey.t.kirsher@intel.com>, David Ahern <dsahern@gmail.com>, Ilias Apalodimas <ilias.apalodimas@linaro.org>, Lorenzo Bianconi <lorenzo@kernel.org>, Saeed Mahameed <saeedm@mellanox.com>, Tariq Toukan <tariqt@mellanox.com> Date: Thu, 14 May 2020 12:48:57 +0200 Message-ID: <158945314698.97035.5286827951225578467.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 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: <netdev.vger.kernel.org> X-Mailing-List: netdev@vger.kernel.org |
Series |
XDP extend with knowledge of frame size
|
expand
|