From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 1CD1DC43603 for ; Thu, 19 Dec 2019 22:29:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D9AED24672 for ; Thu, 19 Dec 2019 22:29:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=cloudflare.com header.i=@cloudflare.com header.b="Eif7wPUh" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727024AbfLSW3w (ORCPT ); Thu, 19 Dec 2019 17:29:52 -0500 Received: from mail-qk1-f195.google.com ([209.85.222.195]:42356 "EHLO mail-qk1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726818AbfLSW3v (ORCPT ); Thu, 19 Dec 2019 17:29:51 -0500 Received: by mail-qk1-f195.google.com with SMTP id z14so4766976qkg.9 for ; Thu, 19 Dec 2019 14:29:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cloudflare.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=XsmZBNUHHCXNS0fS7nTCTITHP4EPFsvNRDCD9lzBi+w=; b=Eif7wPUhZhBXMbOxcCVIswCva/mJdhNlrsuySiCKIsGVgAwqU2+iXh8mFqr1Ly77XZ 3zrlNnVfxN8cmFagAZzCQxkFZc5muSCRZIWQP8lohsbiOw0LOiLeHiWMKr6iEGSNusnk nmGYzxrqB8oInl31JkeAFmM1Y/DZedeZOVuyI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=XsmZBNUHHCXNS0fS7nTCTITHP4EPFsvNRDCD9lzBi+w=; b=XVZvMk/zyVPByvl1mBRIbwQXQxM//y0V/KQTMDyeb2DoLqMcw86QO2J85Q1tTD4Cmx Uu12srULSryn7UQ1Hjv/M/YZHxtaXNKQXdz+oCp3j7OrK05WxwwWJLiqqlPLALu0pZM/ Du8840tTp7xveDksNfKy+OZRkXYz31AxA7ntsdBTFwGymYmNHCJ2EIVrpFWeJ3NB1N8y YD0i/BYNC4gCxNdoTmgOh2Tynbn7VCvFvc+SUv+ycBTDyBQ3DZCVqJpPrlo6bDcxZ8/g 7eapbUy5R+sls8IRL7jIU4yu5GKOuj31FaQr2lNuuKK0hHHUVjjYYqrR8pobrPNb6oNh MftA== X-Gm-Message-State: APjAAAViJtXs3hmkdY+P4NxDD6IwGI8Evohq//+KSVFhSNDmoTrq8Vdf VuHciFkxCKFZ6/chZIgdwL/yJggOPp6rvv7NukLfXQ== X-Google-Smtp-Source: APXvYqxtFJZffZC3OR8xTVwXjUOlIiGd63DxAjijFLC1qabFOPp4JBCYMvJ6UkYGbSpHsGZPZsp2ah9pH2Cx2WhdDsc= X-Received: by 2002:a05:620a:102c:: with SMTP id a12mr10051027qkk.95.1576794590648; Thu, 19 Dec 2019 14:29:50 -0800 (PST) MIME-Version: 1.0 References: <20191219201601.7378-1-aforster@cloudflare.com> In-Reply-To: From: Alex Forster Date: Thu, 19 Dec 2019 16:29:39 -0600 Message-ID: Subject: Re: [PATCH bpf-next] libbpf: fix AF_XDP helper program to support kernels without the JMP32 eBPF instruction class To: Alexei Starovoitov Cc: Network Development , Alexei Starovoitov , =?UTF-8?B?QmrDtnJuIFTDtnBlbA==?= Content-Type: text/plain; charset="UTF-8" Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org > I though af_xdp landed after jmp32 ? They were indeed pretty close together, but AF_XDP became usable in late 2018 with either 4.18 or 4.19. JMP32 landed in early 2019 with 5.1. Alex Forster