DPDK patches and discussions
 help / color / mirror / Atom feed
From: Jerin Jacob <jerinjacobk@gmail.com>
To: Amit Prakash Shukla <amitprakashs@marvell.com>
Cc: Chengwen Feng <fengchengwen@huawei.com>,
	Kevin Laatz <kevin.laatz@intel.com>,
	 Bruce Richardson <bruce.richardson@intel.com>,
	dev@dpdk.org, jerinj@marvell.com, mb@smartsharesystems.com,
	conor.walsh@intel.com, vattunuru@marvell.com,  g.singh@nxp.com,
	sachin.saxena@oss.nxp.com, hemant.agrawal@nxp.com,
	 cheng1.jiang@intel.com, ndabilpuram@marvell.com,
	anoobj@marvell.com
Subject: Re: [PATCH v1 2/2] dmadev: get DMA device using device ID
Date: Mon, 18 Sep 2023 19:12:15 +0530	[thread overview]
Message-ID: <CALBAE1MVDYRxXd1DnZLzxOKsh4AqYubX028A+hS+a=JPoOaBwg@mail.gmail.com> (raw)
In-Reply-To: <20230918123227.1562074-2-amitprakashs@marvell.com>

On Mon, Sep 18, 2023 at 6:02 PM Amit Prakash Shukla
<amitprakashs@marvell.com> wrote:
> dmadev: get DMA device using device ID

dmadev: add PMD API to get DMA device using device ID
or so

>
> Added a function that lookup for the dma device using device id and

internal function that

> returns the pointer to the same.
>
> Signed-off-by: Amit Prakash Shukla <amitprakashs@marvell.com>
>  #endif
> diff --git a/lib/dmadev/version.map b/lib/dmadev/version.map
> index 7031d6b335..cdad39044d 100644
> --- a/lib/dmadev/version.map
> +++ b/lib/dmadev/version.map
> @@ -26,6 +26,7 @@ INTERNAL {
>         rte_dma_fp_objs;
>         rte_dma_pmd_allocate;
>         rte_dma_pmd_release;
> +       rte_dma_pmd_dev_get;

Move after rte_dma_pmd_allocate() to sort in alphabetical order.


>
>         local: *;
>  };
> --
> 2.25.1
>

  reply	other threads:[~2023-09-18 13:42 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-18 12:32 [PATCH v1 1/2] dmadev: add DMA operation structure Amit Prakash Shukla
2023-09-18 12:32 ` [PATCH v1 2/2] dmadev: get DMA device using device ID Amit Prakash Shukla
2023-09-18 13:42   ` Jerin Jacob [this message]
2023-09-18 13:47     ` [EXT] " Amit Prakash Shukla
2023-09-18 12:59 ` [PATCH v1 1/2] dmadev: add DMA operation structure Bruce Richardson
2023-09-18 13:42   ` [EXT] " Amit Prakash Shukla
2023-09-19 11:41 ` [PATCH v2] dmadev: get DMA device using device ID Amit Prakash Shukla
2023-09-21 15:43   ` Jerin Jacob
2023-09-26 11:09     ` [EXT] " Amit Prakash Shukla

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='CALBAE1MVDYRxXd1DnZLzxOKsh4AqYubX028A+hS+a=JPoOaBwg@mail.gmail.com' \
    --to=jerinjacobk@gmail.com \
    --cc=amitprakashs@marvell.com \
    --cc=anoobj@marvell.com \
    --cc=bruce.richardson@intel.com \
    --cc=cheng1.jiang@intel.com \
    --cc=conor.walsh@intel.com \
    --cc=dev@dpdk.org \
    --cc=fengchengwen@huawei.com \
    --cc=g.singh@nxp.com \
    --cc=hemant.agrawal@nxp.com \
    --cc=jerinj@marvell.com \
    --cc=kevin.laatz@intel.com \
    --cc=mb@smartsharesystems.com \
    --cc=ndabilpuram@marvell.com \
    --cc=sachin.saxena@oss.nxp.com \
    --cc=vattunuru@marvell.com \
    /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).