DPDK patches and discussions
 help / color / mirror / Atom feed
From: Lewis Donzis <lew@perftech.com>
To: dev <dev@dpdk.org>
Subject: FreeBSD 13.1 changes
Date: Sun, 29 May 2022 06:36:21 -0500 (CDT)	[thread overview]
Message-ID: <1154975224.4469878.1653824181427.JavaMail.zimbra@donzis.com> (raw)

Apparently FreeBSD 13.1 changed the syntax of the CPUSET macros, so DPDK no longer compiles. 

For example, here's one definition on FreeBSD 13.0 and prior: 

   CPU_OR(cpuset_t *dst, cpuset_t *src); 

and here it is in FreeBSD 13.1: 

   CPU_OR(cpuset_t *dst, cpuset_t *src1, cpuset_t *src2); 

I've modified lib/eal/freebsd/include/rte_os.h to handle both old and new versions of FreeBSD. 

I'd like to provide the updated file, if someone would be willing to review and commit, please? 

Thanks, 
lew

             reply	other threads:[~2022-05-29 11:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-29 11:36 Lewis Donzis [this message]
2022-05-30  8:09 ` Bruce Richardson
2022-05-30 12:50   ` Lewis Donzis
2022-05-30 13:15     ` Bruce Richardson

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=1154975224.4469878.1653824181427.JavaMail.zimbra@donzis.com \
    --to=lew@perftech.com \
    --cc=dev@dpdk.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 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).