All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yahui Chen <goodluckwillcomesoon@gmail.com>
To: "bpf@vger.kernel.org" <bpf@vger.kernel.org>
Subject: Talk about AF_XDP support multithread concurrently receive packet
Date: Tue, 23 Jun 2020 14:20:27 +0800	[thread overview]
Message-ID: <CAPydje97m+hG3_Cqg560uHoq8aKG9eDpTHA1eJC=hLuKtMf_vw@mail.gmail.com> (raw)

I have make an issue for the libbpf in github, issue number 163.

Andrii suggest me sending a mail here. So ,I paste out the content of the issue:

Currently, libbpf do not support concurrently receive pkts using AF_XDP.

For example: I create 4 af_xdp sockets on nic's ring 0. Four sockets
receiving packets concurrently can't work correctly because the API of
cq `xsk_ring_prod__reserve` and `xsk_ring_prod__submit` don't support
concurrence.

So, my question is why libbpf was designed non-concurrent mode, is the
limit of kernel or other reason? I want to change the code to support
concurrent receive pkts, therefore I want to find out whether this is
theoretically supported.

Thx.

             reply	other threads:[~2020-06-23  6:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-23  6:20 Yahui Chen [this message]
2020-06-23  7:27 ` Talk about AF_XDP support multithread concurrently receive packet Björn Töpel
2020-06-23 11:27   ` Yahui Chen

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='CAPydje97m+hG3_Cqg560uHoq8aKG9eDpTHA1eJC=hLuKtMf_vw@mail.gmail.com' \
    --to=goodluckwillcomesoon@gmail.com \
    --cc=bpf@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.