All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 1046] igb_uio fails to build with kernel 5.19
@ 2022-06-30 18:05 bugzilla
  0 siblings, 0 replies; only message in thread
From: bugzilla @ 2022-06-30 18:05 UTC (permalink / raw)
  To: dev

https://bugs.dpdk.org/show_bug.cgi?id=1046

            Bug ID: 1046
           Summary: igb_uio fails to build with kernel 5.19
           Product: DPDK
           Version: 22.03
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: other
          Assignee: dev@dpdk.org
          Reporter: ferruhy@gmail.com
  Target Milestone: ---

$ make kernelversion
5.19.0-rc4


igb_uio:
repo: https://dpdk.org/git/dpdk-kmods
Commit e68a705cc5dc ("linux/igb_uio: fix build for switch fall through")


Build command:
make V=1 KSRC=<linux path>


Build error:
.../dpdk-kmods/linux/igb_uio/igb_uio.c: In function ‘igbuio_pci_probe’:
.../dpdk-kmods/linux/igb_uio/igb_uio.c:515:8:
    error: implicit declaration of function ‘pci_set_dma_mask’; did you mean
‘ipi_send_mask’? [-Werror=implicit-function-declaration]
  515 |  err = pci_set_dma_mask(dev,  DMA_BIT_MASK(64));
      |        ^~~~~~~~~~~~~~~~
.../dpdk-kmods/linux/igb_uio/igb_uio.c:521:8:
    error: implicit declaration of function ‘pci_set_consistent_dma_mask’
[-Werror=implicit-function-declaration]
  521 |  err = pci_set_consistent_dma_mask(dev, DMA_BIT_MASK(64));
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:249:
.../dpdk-kmods/linux/igb_uio/igb_uio.o] Error 1

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-30 18:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-30 18:05 [Bug 1046] igb_uio fails to build with kernel 5.19 bugzilla

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.