patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH] ethdev: remove unused forward declaration.
@ 2018-07-25  8:30 Rami Rosen
  2018-07-25 17:52 ` [dpdk-stable] [dpdk-dev] " Andrew Rybchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Rami Rosen @ 2018-07-25  8:30 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit, stable, Rami Rosen

The forward declaraion of rte_pci_device in rte_ethdev.h
is not needed anymore.
Fixes: cd8c7c7ce241 ("replace bus specific struct with generic dev")

Signed-off-by: Rami Rosen <rami.rosen@intel.com>
---
 lib/librte_ethdev/rte_ethdev.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/librte_ethdev/rte_ethdev.h b/lib/librte_ethdev/rte_ethdev.h
index f5f593b..b146dc6 100644
--- a/lib/librte_ethdev/rte_ethdev.h
+++ b/lib/librte_ethdev/rte_ethdev.h
@@ -964,8 +964,6 @@ struct rte_eth_conf {
  * mentioned in rte_tx_offload_names in rte_ethdev.c file.
  */
 
-struct rte_pci_device;
-
 /*
  * Fallback default preferred Rx/Tx port parameters.
  * These are used if an application requests default parameters
-- 
1.9.1

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

* Re: [dpdk-stable] [dpdk-dev] [PATCH] ethdev: remove unused forward declaration.
  2018-07-25  8:30 [dpdk-stable] [PATCH] ethdev: remove unused forward declaration Rami Rosen
@ 2018-07-25 17:52 ` Andrew Rybchenko
  2018-08-01 15:00   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Rybchenko @ 2018-07-25 17:52 UTC (permalink / raw)
  To: Rami Rosen, dev; +Cc: ferruh.yigit, stable

On 25.07.2018 11:30, Rami Rosen wrote:
> The forward declaraion of rte_pci_device in rte_ethdev.h
> is not needed anymore.
> Fixes: cd8c7c7ce241 ("replace bus specific struct with generic dev")
>
> Signed-off-by: Rami Rosen <rami.rosen@intel.com>
Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>

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

* Re: [dpdk-stable] [dpdk-dev] [PATCH] ethdev: remove unused forward declaration.
  2018-07-25 17:52 ` [dpdk-stable] [dpdk-dev] " Andrew Rybchenko
@ 2018-08-01 15:00   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2018-08-01 15:00 UTC (permalink / raw)
  To: Rami Rosen; +Cc: dev, Andrew Rybchenko, ferruh.yigit, stable

25/07/2018 19:52, Andrew Rybchenko:
> On 25.07.2018 11:30, Rami Rosen wrote:
> > The forward declaraion of rte_pci_device in rte_ethdev.h
> > is not needed anymore.
> > Fixes: cd8c7c7ce241 ("replace bus specific struct with generic dev")
> >
> > Signed-off-by: Rami Rosen <rami.rosen@intel.com>
> Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>

Applied, thanks

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

end of thread, other threads:[~2018-08-01 15:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-25  8:30 [dpdk-stable] [PATCH] ethdev: remove unused forward declaration Rami Rosen
2018-07-25 17:52 ` [dpdk-stable] [dpdk-dev] " Andrew Rybchenko
2018-08-01 15:00   ` Thomas Monjalon

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