DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] eventdev: fix name of Rx conf type
@ 2022-09-26 11:58 Volodymyr Fialko
  2022-09-26 14:08 ` Jayatheerthan, Jay
  0 siblings, 1 reply; 3+ messages in thread
From: Volodymyr Fialko @ 2022-09-26 11:58 UTC (permalink / raw)
  To: dev, Jay Jayatheerthan, Jerin Jacob, Nikhil Rao
  Cc: gakhil, anoobj, abhinandan.gujjar, Volodymyr Fialko

Rename configuration structure type to correspond definition.

Fixes: dcc806c2638 ("eventdev: add eth Rx adapter API")

Signed-off-by: Volodymyr Fialko <vfialko@marvell.com>
---
 lib/eventdev/rte_event_eth_rx_adapter.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/eventdev/rte_event_eth_rx_adapter.h b/lib/eventdev/rte_event_eth_rx_adapter.h
index a3313c8d32..a9fdeb7b45 100644
--- a/lib/eventdev/rte_event_eth_rx_adapter.h
+++ b/lib/eventdev/rte_event_eth_rx_adapter.h
@@ -458,7 +458,7 @@ int rte_event_eth_rx_adapter_free(uint8_t id);
  * @see RTE_EVENT_ETH_RX_ADAPTER_CAP_MULTI_EVENTQ
  *
  * @param conf
- *  Additional configuration structure of type *rte_event_eth_rx_adapter_conf*
+ *  Additional configuration structure of type *rte_event_eth_rx_adapter_queue_conf*
  *
  * @return
  *  - 0: Success, Receive queue added correctly.
-- 
2.25.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH] eventdev: fix name of Rx conf type
  2022-09-26 11:58 [PATCH] eventdev: fix name of Rx conf type Volodymyr Fialko
@ 2022-09-26 14:08 ` Jayatheerthan, Jay
  2022-09-28 11:03   ` Jerin Jacob
  0 siblings, 1 reply; 3+ messages in thread
From: Jayatheerthan, Jay @ 2022-09-26 14:08 UTC (permalink / raw)
  To: Volodymyr Fialko, dev, Jerin Jacob, Rao, Nikhil
  Cc: gakhil, anoobj, Gujjar, Abhinandan S

Looks good to me. Thanks for catching this one!

Acked-by: Jay Jayatheerthan <jay.jayatheerthan@intel.com>


> -----Original Message-----
> From: Volodymyr Fialko <vfialko@marvell.com>
> Sent: Monday, September 26, 2022 5:28 PM
> To: dev@dpdk.org; Jayatheerthan, Jay <jay.jayatheerthan@intel.com>; Jerin Jacob <jerinj@marvell.com>; Rao, Nikhil
> <nikhil.rao@intel.com>
> Cc: gakhil@marvell.com; anoobj@marvell.com; Gujjar, Abhinandan S <abhinandan.gujjar@intel.com>; Volodymyr Fialko
> <vfialko@marvell.com>
> Subject: [PATCH] eventdev: fix name of Rx conf type
> 
> Rename configuration structure type to correspond definition.
> 
> Fixes: dcc806c2638 ("eventdev: add eth Rx adapter API")
> 
> Signed-off-by: Volodymyr Fialko <vfialko@marvell.com>
> ---
>  lib/eventdev/rte_event_eth_rx_adapter.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/eventdev/rte_event_eth_rx_adapter.h b/lib/eventdev/rte_event_eth_rx_adapter.h
> index a3313c8d32..a9fdeb7b45 100644
> --- a/lib/eventdev/rte_event_eth_rx_adapter.h
> +++ b/lib/eventdev/rte_event_eth_rx_adapter.h
> @@ -458,7 +458,7 @@ int rte_event_eth_rx_adapter_free(uint8_t id);
>   * @see RTE_EVENT_ETH_RX_ADAPTER_CAP_MULTI_EVENTQ
>   *
>   * @param conf
> - *  Additional configuration structure of type *rte_event_eth_rx_adapter_conf*
> + *  Additional configuration structure of type *rte_event_eth_rx_adapter_queue_conf*
>   *
>   * @return
>   *  - 0: Success, Receive queue added correctly.
> --
> 2.25.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] eventdev: fix name of Rx conf type
  2022-09-26 14:08 ` Jayatheerthan, Jay
@ 2022-09-28 11:03   ` Jerin Jacob
  0 siblings, 0 replies; 3+ messages in thread
From: Jerin Jacob @ 2022-09-28 11:03 UTC (permalink / raw)
  To: Jayatheerthan, Jay
  Cc: Volodymyr Fialko, dev, Jerin Jacob, Rao, Nikhil, gakhil, anoobj,
	Gujjar, Abhinandan S

On Mon, Sep 26, 2022 at 7:38 PM Jayatheerthan, Jay
<jay.jayatheerthan@intel.com> wrote:
>
> Looks good to me. Thanks for catching this one!
>
> Acked-by: Jay Jayatheerthan <jay.jayatheerthan@intel.com>

Updated the git commit as follows and applied to
dpdk-next-net-eventdev/for-main. Thanks

    eventdev: fix name of Rx conf type in documentation

    Rename configuration structure type to correspond definition.

    Fixes: dcc806c2638 ("eventdev: add eth Rx adapter API")
    Cc: stable@dpdk.org

    Signed-off-by: Volodymyr Fialko <vfialko@marvell.com>
    Acked-by: Jay Jayatheerthan <jay.jayatheerthan@intel.com>
>
>
> > -----Original Message-----
> > From: Volodymyr Fialko <vfialko@marvell.com>
> > Sent: Monday, September 26, 2022 5:28 PM
> > To: dev@dpdk.org; Jayatheerthan, Jay <jay.jayatheerthan@intel.com>; Jerin Jacob <jerinj@marvell.com>; Rao, Nikhil
> > <nikhil.rao@intel.com>
> > Cc: gakhil@marvell.com; anoobj@marvell.com; Gujjar, Abhinandan S <abhinandan.gujjar@intel.com>; Volodymyr Fialko
> > <vfialko@marvell.com>
> > Subject: [PATCH] eventdev: fix name of Rx conf type
> >
> > Rename configuration structure type to correspond definition.
> >
> > Fixes: dcc806c2638 ("eventdev: add eth Rx adapter API")
> >
> > Signed-off-by: Volodymyr Fialko <vfialko@marvell.com>
> > ---
> >  lib/eventdev/rte_event_eth_rx_adapter.h | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/lib/eventdev/rte_event_eth_rx_adapter.h b/lib/eventdev/rte_event_eth_rx_adapter.h
> > index a3313c8d32..a9fdeb7b45 100644
> > --- a/lib/eventdev/rte_event_eth_rx_adapter.h
> > +++ b/lib/eventdev/rte_event_eth_rx_adapter.h
> > @@ -458,7 +458,7 @@ int rte_event_eth_rx_adapter_free(uint8_t id);
> >   * @see RTE_EVENT_ETH_RX_ADAPTER_CAP_MULTI_EVENTQ
> >   *
> >   * @param conf
> > - *  Additional configuration structure of type *rte_event_eth_rx_adapter_conf*
> > + *  Additional configuration structure of type *rte_event_eth_rx_adapter_queue_conf*
> >   *
> >   * @return
> >   *  - 0: Success, Receive queue added correctly.
> > --
> > 2.25.1
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-28 11:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-26 11:58 [PATCH] eventdev: fix name of Rx conf type Volodymyr Fialko
2022-09-26 14:08 ` Jayatheerthan, Jay
2022-09-28 11:03   ` Jerin Jacob

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).