[Bug 267060] net/dpdk: error: too many arguments to function call, expected 3, have 4

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 17 Oct 2022 20:21:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267060

--- Comment #3 from Martin Filla <freebsd@sysctl.cz> ---
(In reply to Bruce Richardson from comment #2)
My FreeBSD setup is: 
FreeBSD  13.1-RELEASE-p1 FreeBSD 13.1-RELEASE-p1 GENERIC amd64
and  dpdk20.11 is also without issue with poudriere. I am sorry

===========================================================================
====> Running Q/A tests (stage-qa)
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
===> Checking for items in pkg-plist which are not in STAGEDIR
===> No pkg-plist issues found (check-plist)
=>> Checking for staging violations... done
=======================<phase: package        >============================
===>  Building package for dpdk20.11-20.11.5
===========================================================================
=>> Recording filesystem state for preinst... done
=======================<phase: install        >============================
===>  Installing for dpdk20.11-20.11.5
===>  Checking if dpdk20.11 is already installed
===>   Registering installation for dpdk20.11-20.11.5
[freebsd13x64-default] Installing dpdk20.11-20.11.5...
The Intel(R) DPDK requires two kernel modules to be loaded in order to run.
To load these modules add loading lines to /boot/loader.conf

        contigmem_load="YES"
        nic_uio_load="YES"

The modules each take a number of parameters. These should be set in
loader.conf
before the above two lines to load the module.

* The "contigmem" module is used to reserve contiguous blocks of physical
memory
  for packet buffer use. It takes parameters for the number and size of blocks
  to be reserved. An example is below, reserving a single 1G block:

        hw.contigmem.num_buffers=1
        hw.contigmem.buffer_size=1073741824

* The "nic_uio" module is used to expose the network card (NIC) hardware
  directly to userspace for use with the Intel(R) DPDK. If the NIC ports to be
  used are in use by an existing driver, the nic_uio module can unbind the port
  from its existing driver when requested to do so. This is done by passing the
  relevant PCI bus, device and function settings to the driver as parameters.
  For example:

        hw.nic_uio.bdfs="2:0:0,2:0:1"

===> SECURITY REPORT:

-- 
You are receiving this mail because:
You are the assignee for the bug.