All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas@monjalon.net>
To: "Georg Müller" <georgmueller@gmx.net>
Cc: dev@dpdk.org, ferruh.yigit@amd.com
Subject: Re: [PATCH v2] linux/igb_uio: fix build with kernel 5.18+
Date: Sun, 05 Feb 2023 18:59:30 +0100	[thread overview]
Message-ID: <2402525.jE0xQCEvom@thomas> (raw)
In-Reply-To: <20221006185136.1634218-1-georgmueller@gmx.net>

06/10/2022 20:51, Georg Müller:
> pci_set_dma_mask() and pci_set_consistent_dma_mask() were removed with
> kernel 5.18. They both were just wrappers for dma_set_mask() and
> dma_set_coherent_mask().
> 
> Instead, use dma_set_mask_and_coherent(), which is a combination of
> dma_set_mask() and dma_set_coherent_mask().
> 
> dma_set_mask_and_coherent() exists since kernel 3.13.
> 
> Signed-off-by: Georg Müller <georgmueller@gmx.net>

Applied, thanks.




      reply	other threads:[~2023-02-05 17:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-06  9:37 [PATCH] linux/igb_uio: fix build with kernel 5.18+ Georg Müller
2022-10-06 18:51 ` [PATCH v2] " Georg Müller
2023-02-05 17:59   ` Thomas Monjalon [this message]

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=2402525.jE0xQCEvom@thomas \
    --to=thomas@monjalon.net \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@amd.com \
    --cc=georgmueller@gmx.net \
    /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.