DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ferruh Yigit <ferruh.yigit@intel.com>
To: Ciara Loftus <ciara.loftus@intel.com>, <dev@dpdk.org>
Cc: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
Subject: Re: [dpdk-dev] [PATCH] net/af_xdp: use bpf link for XDP programs
Date: Tue, 19 Oct 2021 14:14:00 +0100	[thread overview]
Message-ID: <caf673e3-f9b0-35bb-3065-f8359ec2ea13@intel.com> (raw)
In-Reply-To: <20211014095040.29773-1-ciara.loftus@intel.com>

On 10/14/2021 10:50 AM, Ciara Loftus wrote:
> --- a/drivers/net/af_xdp/compat.h
> +++ b/drivers/net/af_xdp/compat.h
> @@ -2,9 +2,11 @@
>    * Copyright(c) 2020 Intel Corporation.
>    */
>   
> +#include <bpf/bpf.h>
>   #include <bpf/xsk.h>
>   #include <linux/version.h>
>   #include <poll.h>
> +#include <xdp/filter.h>

Hi Ciara,

I am getting build error because xdp/filter.h is missing [1], where
that header should be?
And should the meson recognize the missing header/library and behave
according, or is the build error expected?


[1]
In file included from ../drivers/net/af_xdp/rte_eth_af_xdp.c:42:
../drivers/net/af_xdp/compat.h:9:10: fatal error: xdp/filter.h: No such file or directory
     9 | #include <xdp/filter.h>
       |

  reply	other threads:[~2021-10-19 13:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-14  9:50 Ciara Loftus
2021-10-19 13:14 ` Ferruh Yigit [this message]
2021-10-22 10:29   ` Loftus, Ciara
2021-10-22 10:42 ` [dpdk-dev] [PATCH v2] " Ciara Loftus
2021-11-02 16:50   ` Ferruh Yigit

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=caf673e3-f9b0-35bb-3065-f8359ec2ea13@intel.com \
    --to=ferruh.yigit@intel.com \
    --cc=ciara.loftus@intel.com \
    --cc=dev@dpdk.org \
    --cc=maciej.fijalkowski@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).