DPDK patches and discussions
 help / color / mirror / Atom feed
From: Jerin Jacob <jerin.jacob@caviumnetworks.com>
To: Rami Rosen <rami.rosen@intel.com>
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] eventdev: remove rte_eventdev_driver from rte_eventdev.h
Date: Sat, 14 Apr 2018 11:38:30 +0530	[thread overview]
Message-ID: <20180414060829.GA15435@jerin> (raw)
In-Reply-To: <20180414002017.10957-1-rami.rosen@intel.com>

-----Original Message-----
> Date: Fri, 13 Apr 2018 20:20:17 -0400
> From: Rami Rosen <rami.rosen@intel.com>
> To: jerin.jacob@caviumnetworks.com
> CC: dev@dpdk.org, Rami Rosen <rami.rosen@intel.com>
> Subject: [PATCH] eventdev: remove rte_eventdev_driver from rte_eventdev.h
> X-Mailer: git-send-email 2.14.3
> 
> This patch removes the decalartion of rte_eventdev_driver from
> rte_eventdev.h, as it not used anymore; pci_eventdev_skeleton_pmd
> moved to use rte_pci_driver instead of rte_eventdev_driver.
> 
> Fixes: 7214438d93e6 ("remove PCI dependency from generic structures")
> 
> Signed-off-by: Rami Rosen <rami.rosen@intel.com>
Cc: stable@dpdk.org

Rebased to next-evendev tree and Applied to dpdk-next-eventdev/master
after fixing the following check-git-log.sh warnings.

Wrong headline format:
	eventdev: remove rte_eventdev_driver from rte_eventdev.h
Wrong 'Fixes' reference:
	Fixes: 7214438d93e6 ("remove PCI dependency from generic structures")
Is it candidate for Cc: stable@dpdk.org backport?
	eventdev: remove rte_eventdev_driver from rte_eventdev.h

> ---
>  lib/librte_eventdev/rte_eventdev.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/lib/librte_eventdev/rte_eventdev.h b/lib/librte_eventdev/rte_eventdev.h
> index b21c27179..b52b8e91f 100644
> --- a/lib/librte_eventdev/rte_eventdev.h
> +++ b/lib/librte_eventdev/rte_eventdev.h
> @@ -1096,7 +1096,6 @@ int
>  rte_event_eth_rx_adapter_caps_get(uint8_t dev_id, uint8_t eth_port_id,
>  				uint32_t *caps);
>  
> -struct rte_eventdev_driver;
>  struct rte_eventdev_ops;
>  struct rte_eventdev;
>  
> -- 
> 2.14.3
> 

      reply	other threads:[~2018-04-14  6:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-14  0:20 Rami Rosen
2018-04-14  6:08 ` Jerin Jacob [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=20180414060829.GA15435@jerin \
    --to=jerin.jacob@caviumnetworks.com \
    --cc=dev@dpdk.org \
    --cc=rami.rosen@intel.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).