* [dpdk-dev] [PATCH] doc: announce driver name changes @ 2016-07-09 16:56 Pablo de Lara 2016-07-11 5:08 ` Christian Ehrhardt ` (3 more replies) 0 siblings, 4 replies; 12+ messages in thread From: Pablo de Lara @ 2016-07-09 16:56 UTC (permalink / raw) To: dev; +Cc: john.mcnamara, Pablo de Lara Driver names for all the supported devices in DPDK do not have a naming convention. Some are using a prefix, some are not and some have long names. Driver names are used when creating virtual devices, so it is useful to have consistency in the names. Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> --- doc/guides/rel_notes/deprecation.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index f502f86..37d65c8 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -41,3 +41,8 @@ Deprecation Notices * The mempool functions for single/multi producer/consumer are deprecated and will be removed in 16.11. It is replaced by rte_mempool_generic_get/put functions. + +* Driver names are quite inconsistent among each others and they will be + renamed to something more consistent (net_ prefix for net drivers and + crypto_ for crypto drivers) in 16.11. Some of these driver names are used + publicly, to create virtual devices, so a deprecation notice is necessary. -- 2.7.4 ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce driver name changes 2016-07-09 16:56 [dpdk-dev] [PATCH] doc: announce driver name changes Pablo de Lara @ 2016-07-11 5:08 ` Christian Ehrhardt 2016-07-22 12:37 ` De Lara Guarch, Pablo ` (2 subsequent siblings) 3 siblings, 0 replies; 12+ messages in thread From: Christian Ehrhardt @ 2016-07-11 5:08 UTC (permalink / raw) To: Pablo de Lara; +Cc: dev, Mcnamara, John Hi, I'm all in for consistent naming and this "only" is the deprecation notice ahead of time which is great. Looking ahead I wanted to ask for opinions if more than just me would consider it useful to keep aliases on the old names when the rename happens. That way any sort of old config would continue to work. Of course I could do that in the scope of the scripts that consume the names and apply the driver loads. But then that is true for everybody out there who has some kind of config/tooling around the old names - so I thought it is worth to ask for opinions. Kind Regards, Christian Christian Ehrhardt Software Engineer, Ubuntu Server Canonical Ltd On Sat, Jul 9, 2016 at 6:56 PM, Pablo de Lara < pablo.de.lara.guarch@intel.com> wrote: > Driver names for all the supported devices in DPDK do not have > a naming convention. Some are using a prefix, some are not > and some have long names. Driver names are used when creating > virtual devices, so it is useful to have consistency in the names. > > Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> > --- > doc/guides/rel_notes/deprecation.rst | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst > b/doc/guides/rel_notes/deprecation.rst > index f502f86..37d65c8 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -41,3 +41,8 @@ Deprecation Notices > * The mempool functions for single/multi producer/consumer are deprecated > and > will be removed in 16.11. > It is replaced by rte_mempool_generic_get/put functions. > + > +* Driver names are quite inconsistent among each others and they will be > + renamed to something more consistent (net_ prefix for net drivers and > + crypto_ for crypto drivers) in 16.11. Some of these driver names are > used > + publicly, to create virtual devices, so a deprecation notice is > necessary. > -- > 2.7.4 > > ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce driver name changes 2016-07-09 16:56 [dpdk-dev] [PATCH] doc: announce driver name changes Pablo de Lara 2016-07-11 5:08 ` Christian Ehrhardt @ 2016-07-22 12:37 ` De Lara Guarch, Pablo 2016-07-22 12:54 ` Adrien Mazarguil 2016-07-28 17:22 ` Maxime Coquelin 2016-07-28 17:47 ` Jerin Jacob 3 siblings, 1 reply; 12+ messages in thread From: De Lara Guarch, Pablo @ 2016-07-22 12:37 UTC (permalink / raw) To: dev; +Cc: Mcnamara, John Hi, > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Saturday, July 09, 2016 5:57 PM > To: dev@dpdk.org > Cc: Mcnamara, John; De Lara Guarch, Pablo > Subject: [PATCH] doc: announce driver name changes > > Driver names for all the supported devices in DPDK do not have > a naming convention. Some are using a prefix, some are not > and some have long names. Driver names are used when creating > virtual devices, so it is useful to have consistency in the names. > > Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> > --- > doc/guides/rel_notes/deprecation.rst | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst > b/doc/guides/rel_notes/deprecation.rst > index f502f86..37d65c8 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -41,3 +41,8 @@ Deprecation Notices > * The mempool functions for single/multi producer/consumer are > deprecated and > will be removed in 16.11. > It is replaced by rte_mempool_generic_get/put functions. > + > +* Driver names are quite inconsistent among each others and they will be > + renamed to something more consistent (net_ prefix for net drivers and > + crypto_ for crypto drivers) in 16.11. Some of these driver names are used > + publicly, to create virtual devices, so a deprecation notice is necessary. > -- > 2.7.4 Any more comments on this (apart from Christian Ehrhardt's)? ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce driver name changes 2016-07-22 12:37 ` De Lara Guarch, Pablo @ 2016-07-22 12:54 ` Adrien Mazarguil 2016-07-22 13:18 ` Ferruh Yigit 0 siblings, 1 reply; 12+ messages in thread From: Adrien Mazarguil @ 2016-07-22 12:54 UTC (permalink / raw) To: De Lara Guarch, Pablo; +Cc: dev, Mcnamara, John Hi Pablo, On Fri, Jul 22, 2016 at 12:37:22PM +0000, De Lara Guarch, Pablo wrote: > Hi, > > > -----Original Message----- > > From: De Lara Guarch, Pablo > > Sent: Saturday, July 09, 2016 5:57 PM > > To: dev@dpdk.org > > Cc: Mcnamara, John; De Lara Guarch, Pablo > > Subject: [PATCH] doc: announce driver name changes > > > > Driver names for all the supported devices in DPDK do not have > > a naming convention. Some are using a prefix, some are not > > and some have long names. Driver names are used when creating > > virtual devices, so it is useful to have consistency in the names. > > > > Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> > > --- > > doc/guides/rel_notes/deprecation.rst | 5 +++++ > > 1 file changed, 5 insertions(+) > > > > diff --git a/doc/guides/rel_notes/deprecation.rst > > b/doc/guides/rel_notes/deprecation.rst > > index f502f86..37d65c8 100644 > > --- a/doc/guides/rel_notes/deprecation.rst > > +++ b/doc/guides/rel_notes/deprecation.rst > > @@ -41,3 +41,8 @@ Deprecation Notices > > * The mempool functions for single/multi producer/consumer are > > deprecated and > > will be removed in 16.11. > > It is replaced by rte_mempool_generic_get/put functions. > > + > > +* Driver names are quite inconsistent among each others and they will be > > + renamed to something more consistent (net_ prefix for net drivers and > > + crypto_ for crypto drivers) in 16.11. Some of these driver names are used > > + publicly, to create virtual devices, so a deprecation notice is necessary. > > -- > > 2.7.4 > > Any more comments on this (apart from Christian Ehrhardt's)? Yes, since you're suggesting to prefix driver names, shall "librte_pmd_mlx5" really become "net_librte_pmd_mlx5" or shortened to "net_mlx5" instead? What about using a '/' separator instead of '_'? Will this impact directories as well ("net/mlx5" -> "net/net_mlx5")? -- Adrien Mazarguil 6WIND ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce driver name changes 2016-07-22 12:54 ` Adrien Mazarguil @ 2016-07-22 13:18 ` Ferruh Yigit 2016-07-22 14:15 ` De Lara Guarch, Pablo 0 siblings, 1 reply; 12+ messages in thread From: Ferruh Yigit @ 2016-07-22 13:18 UTC (permalink / raw) To: De Lara Guarch, Pablo, dev, Mcnamara, John On 7/22/2016 1:54 PM, Adrien Mazarguil wrote: > Hi Pablo, > > On Fri, Jul 22, 2016 at 12:37:22PM +0000, De Lara Guarch, Pablo wrote: >> Hi, >> >>> -----Original Message----- >>> From: De Lara Guarch, Pablo >>> Sent: Saturday, July 09, 2016 5:57 PM >>> To: dev@dpdk.org >>> Cc: Mcnamara, John; De Lara Guarch, Pablo >>> Subject: [PATCH] doc: announce driver name changes >>> >>> Driver names for all the supported devices in DPDK do not have >>> a naming convention. Some are using a prefix, some are not >>> and some have long names. Driver names are used when creating >>> virtual devices, so it is useful to have consistency in the names. >>> >>> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> >>> --- >>> doc/guides/rel_notes/deprecation.rst | 5 +++++ >>> 1 file changed, 5 insertions(+) >>> >>> diff --git a/doc/guides/rel_notes/deprecation.rst >>> b/doc/guides/rel_notes/deprecation.rst >>> index f502f86..37d65c8 100644 >>> --- a/doc/guides/rel_notes/deprecation.rst >>> +++ b/doc/guides/rel_notes/deprecation.rst >>> @@ -41,3 +41,8 @@ Deprecation Notices >>> * The mempool functions for single/multi producer/consumer are >>> deprecated and >>> will be removed in 16.11. >>> It is replaced by rte_mempool_generic_get/put functions. >>> + >>> +* Driver names are quite inconsistent among each others and they will be >>> + renamed to something more consistent (net_ prefix for net drivers and >>> + crypto_ for crypto drivers) in 16.11. Some of these driver names are used >>> + publicly, to create virtual devices, so a deprecation notice is necessary. >>> -- >>> 2.7.4 >> >> Any more comments on this (apart from Christian Ehrhardt's)? > > Yes, since you're suggesting to prefix driver names, shall "librte_pmd_mlx5" > really become "net_librte_pmd_mlx5" or shortened to "net_mlx5" instead? > > What about using a '/' separator instead of '_'? > > Will this impact directories as well ("net/mlx5" -> "net/net_mlx5")? > For physical net devices, driver name is same as folder name (mlnx5, ixgbe ...) For virtual net devices, driver name is folder name with "eth_" prefix (eth_pcap, eth_ring) Driver names for net devices looks consistent already, I don't know about crypto devices but if crypto driver names are inconsistent what do you think renaming crypto drivers only? Thanks, ferruh ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce driver name changes 2016-07-22 13:18 ` Ferruh Yigit @ 2016-07-22 14:15 ` De Lara Guarch, Pablo 2016-07-22 14:20 ` Thomas Monjalon 2016-07-22 15:13 ` Adrien Mazarguil 0 siblings, 2 replies; 12+ messages in thread From: De Lara Guarch, Pablo @ 2016-07-22 14:15 UTC (permalink / raw) To: Yigit, Ferruh, dev, Mcnamara, John > -----Original Message----- > From: Yigit, Ferruh > Sent: Friday, July 22, 2016 2:19 PM > To: De Lara Guarch, Pablo; dev@dpdk.org; Mcnamara, John > Subject: Re: [dpdk-dev] [PATCH] doc: announce driver name changes > > On 7/22/2016 1:54 PM, Adrien Mazarguil wrote: > > Hi Pablo, > > > > On Fri, Jul 22, 2016 at 12:37:22PM +0000, De Lara Guarch, Pablo wrote: > >> Hi, > >> > >>> -----Original Message----- > >>> From: De Lara Guarch, Pablo > >>> Sent: Saturday, July 09, 2016 5:57 PM > >>> To: dev@dpdk.org > >>> Cc: Mcnamara, John; De Lara Guarch, Pablo > >>> Subject: [PATCH] doc: announce driver name changes > >>> > >>> Driver names for all the supported devices in DPDK do not have > >>> a naming convention. Some are using a prefix, some are not > >>> and some have long names. Driver names are used when creating > >>> virtual devices, so it is useful to have consistency in the names. > >>> > >>> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> > >>> --- > >>> doc/guides/rel_notes/deprecation.rst | 5 +++++ > >>> 1 file changed, 5 insertions(+) > >>> > >>> diff --git a/doc/guides/rel_notes/deprecation.rst > >>> b/doc/guides/rel_notes/deprecation.rst > >>> index f502f86..37d65c8 100644 > >>> --- a/doc/guides/rel_notes/deprecation.rst > >>> +++ b/doc/guides/rel_notes/deprecation.rst > >>> @@ -41,3 +41,8 @@ Deprecation Notices > >>> * The mempool functions for single/multi producer/consumer are > >>> deprecated and > >>> will be removed in 16.11. > >>> It is replaced by rte_mempool_generic_get/put functions. > >>> + > >>> +* Driver names are quite inconsistent among each others and they will > be > >>> + renamed to something more consistent (net_ prefix for net drivers and > >>> + crypto_ for crypto drivers) in 16.11. Some of these driver names are > used > >>> + publicly, to create virtual devices, so a deprecation notice is necessary. > >>> -- > >>> 2.7.4 > >> > >> Any more comments on this (apart from Christian Ehrhardt's)? > > > > Yes, since you're suggesting to prefix driver names, shall "librte_pmd_mlx5" > > really become "net_librte_pmd_mlx5" or shortened to "net_mlx5" instead? > > > > What about using a '/' separator instead of '_'? > > > > Will this impact directories as well ("net/mlx5" -> "net/net_mlx5")? > > We will leave these untouched, although I don't think renaming the directories was necessary. > > For physical net devices, driver name is same as folder name (mlnx5, > ixgbe ...) > > For virtual net devices, driver name is folder name with "eth_" prefix > (eth_pcap, eth_ring) > > Driver names for net devices looks consistent already, I don't know > about crypto devices but if crypto driver names are inconsistent what do > you think renaming crypto drivers only? Sure, as long as virtual Ethernet devices are consistent, I think it is ok. My main intention here was to have consistent (and short) driver names, to call rte_eal_vdev_init (or --vdev in command line). Thanks, Pablo > > Thanks, > ferruh ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce driver name changes 2016-07-22 14:15 ` De Lara Guarch, Pablo @ 2016-07-22 14:20 ` Thomas Monjalon 2016-07-22 15:13 ` Adrien Mazarguil 1 sibling, 0 replies; 12+ messages in thread From: Thomas Monjalon @ 2016-07-22 14:20 UTC (permalink / raw) To: De Lara Guarch, Pablo, Yigit, Ferruh; +Cc: dev, Mcnamara, John 2016-07-22 14:15, De Lara Guarch, Pablo: > From: Yigit, Ferruh > > For physical net devices, driver name is same as folder name (mlnx5, > > ixgbe ...) > > > > For virtual net devices, driver name is folder name with "eth_" prefix > > (eth_pcap, eth_ring) > > > > Driver names for net devices looks consistent already, I don't know > > about crypto devices but if crypto driver names are inconsistent what do > > you think renaming crypto drivers only? > > Sure, as long as virtual Ethernet devices are consistent, I think it is ok. > My main intention here was to have consistent (and short) driver names, > to call rte_eal_vdev_init (or --vdev in command line). It is important to rename every drivers with net and crypto prefixes. The long term goal is to have a consistent command line specification to pass parameters to any device/driver (virtual or physical). ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce driver name changes 2016-07-22 14:15 ` De Lara Guarch, Pablo 2016-07-22 14:20 ` Thomas Monjalon @ 2016-07-22 15:13 ` Adrien Mazarguil 2016-07-27 8:30 ` Thomas Monjalon 1 sibling, 1 reply; 12+ messages in thread From: Adrien Mazarguil @ 2016-07-22 15:13 UTC (permalink / raw) To: De Lara Guarch, Pablo; +Cc: Yigit, Ferruh, dev, Mcnamara, John On Fri, Jul 22, 2016 at 02:15:39PM +0000, De Lara Guarch, Pablo wrote: > > > > -----Original Message----- > > From: Yigit, Ferruh > > Sent: Friday, July 22, 2016 2:19 PM > > To: De Lara Guarch, Pablo; dev@dpdk.org; Mcnamara, John > > Subject: Re: [dpdk-dev] [PATCH] doc: announce driver name changes > > > > On 7/22/2016 1:54 PM, Adrien Mazarguil wrote: > > > Hi Pablo, > > > > > > On Fri, Jul 22, 2016 at 12:37:22PM +0000, De Lara Guarch, Pablo wrote: > > >> Hi, > > >> > > >>> -----Original Message----- > > >>> From: De Lara Guarch, Pablo > > >>> Sent: Saturday, July 09, 2016 5:57 PM > > >>> To: dev@dpdk.org > > >>> Cc: Mcnamara, John; De Lara Guarch, Pablo > > >>> Subject: [PATCH] doc: announce driver name changes > > >>> > > >>> Driver names for all the supported devices in DPDK do not have > > >>> a naming convention. Some are using a prefix, some are not > > >>> and some have long names. Driver names are used when creating > > >>> virtual devices, so it is useful to have consistency in the names. > > >>> > > >>> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> > > >>> --- > > >>> doc/guides/rel_notes/deprecation.rst | 5 +++++ > > >>> 1 file changed, 5 insertions(+) > > >>> > > >>> diff --git a/doc/guides/rel_notes/deprecation.rst > > >>> b/doc/guides/rel_notes/deprecation.rst > > >>> index f502f86..37d65c8 100644 > > >>> --- a/doc/guides/rel_notes/deprecation.rst > > >>> +++ b/doc/guides/rel_notes/deprecation.rst > > >>> @@ -41,3 +41,8 @@ Deprecation Notices > > >>> * The mempool functions for single/multi producer/consumer are > > >>> deprecated and > > >>> will be removed in 16.11. > > >>> It is replaced by rte_mempool_generic_get/put functions. > > >>> + > > >>> +* Driver names are quite inconsistent among each others and they will > > be > > >>> + renamed to something more consistent (net_ prefix for net drivers and > > >>> + crypto_ for crypto drivers) in 16.11. Some of these driver names are > > used > > >>> + publicly, to create virtual devices, so a deprecation notice is necessary. > > >>> -- > > >>> 2.7.4 > > >> > > >> Any more comments on this (apart from Christian Ehrhardt's)? > > > > > > Yes, since you're suggesting to prefix driver names, shall "librte_pmd_mlx5" > > > really become "net_librte_pmd_mlx5" or shortened to "net_mlx5" instead? > > > > > > What about using a '/' separator instead of '_'? > > > > > > Will this impact directories as well ("net/mlx5" -> "net/net_mlx5")? > > > > > We will leave these untouched, although I don't think renaming the directories was necessary. My feeling as well, the depreciation notice wasn't clear about the extent of name changes. > > For physical net devices, driver name is same as folder name (mlnx5, > > ixgbe ...) > > > > For virtual net devices, driver name is folder name with "eth_" prefix > > (eth_pcap, eth_ring) > > > > Driver names for net devices looks consistent already, I don't know > > about crypto devices but if crypto driver names are inconsistent what do > > you think renaming crypto drivers only? > > Sure, as long as virtual Ethernet devices are consistent, I think it is ok. > My main intention here was to have consistent (and short) driver names, > to call rte_eal_vdev_init (or --vdev in command line). So what about using "net/" instead of "net_" to share names with commit prefixes and folders? -- Adrien Mazarguil 6WIND ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce driver name changes 2016-07-22 15:13 ` Adrien Mazarguil @ 2016-07-27 8:30 ` Thomas Monjalon 0 siblings, 0 replies; 12+ messages in thread From: Thomas Monjalon @ 2016-07-27 8:30 UTC (permalink / raw) To: De Lara Guarch, Pablo Cc: dev, Adrien Mazarguil, Yigit, Ferruh, Mcnamara, John 2016-07-22 17:13, Adrien Mazarguil: > > > >> From: De Lara Guarch, Pablo > > > >>> Driver names for all the supported devices in DPDK do not have > > > >>> a naming convention. Some are using a prefix, some are not > > > >>> and some have long names. Driver names are used when creating > > > >>> virtual devices, so it is useful to have consistency in the names. > > > >>> > > > >>> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> > > So what about using "net/" instead of "net_" to share names with commit > prefixes and folders? +1 for net/ in names Anyway, Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com> ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce driver name changes 2016-07-09 16:56 [dpdk-dev] [PATCH] doc: announce driver name changes Pablo de Lara 2016-07-11 5:08 ` Christian Ehrhardt 2016-07-22 12:37 ` De Lara Guarch, Pablo @ 2016-07-28 17:22 ` Maxime Coquelin 2016-07-28 17:47 ` Jerin Jacob 3 siblings, 0 replies; 12+ messages in thread From: Maxime Coquelin @ 2016-07-28 17:22 UTC (permalink / raw) To: Pablo de Lara, dev; +Cc: john.mcnamara On 07/09/2016 06:56 PM, Pablo de Lara wrote: > Driver names for all the supported devices in DPDK do not have > a naming convention. Some are using a prefix, some are not > and some have long names. Driver names are used when creating > virtual devices, so it is useful to have consistency in the names. > > Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> > --- > doc/guides/rel_notes/deprecation.rst | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index f502f86..37d65c8 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -41,3 +41,8 @@ Deprecation Notices > * The mempool functions for single/multi producer/consumer are deprecated and > will be removed in 16.11. > It is replaced by rte_mempool_generic_get/put functions. > + > +* Driver names are quite inconsistent among each others and they will be > + renamed to something more consistent (net_ prefix for net drivers and > + crypto_ for crypto drivers) in 16.11. Some of these driver names are used > + publicly, to create virtual devices, so a deprecation notice is necessary. Consistency is better. Out of curiosity, will a deprecation message be displayed at least or virtual interfaces if probe is tried with deprecated name? Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com> Thanks, Maxime ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce driver name changes 2016-07-09 16:56 [dpdk-dev] [PATCH] doc: announce driver name changes Pablo de Lara ` (2 preceding siblings ...) 2016-07-28 17:22 ` Maxime Coquelin @ 2016-07-28 17:47 ` Jerin Jacob 2016-07-28 17:54 ` Thomas Monjalon 3 siblings, 1 reply; 12+ messages in thread From: Jerin Jacob @ 2016-07-28 17:47 UTC (permalink / raw) To: Pablo de Lara; +Cc: dev, john.mcnamara On Sat, Jul 09, 2016 at 05:56:34PM +0100, Pablo de Lara wrote: > Driver names for all the supported devices in DPDK do not have > a naming convention. Some are using a prefix, some are not > and some have long names. Driver names are used when creating > virtual devices, so it is useful to have consistency in the names. > > Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com> > --- > doc/guides/rel_notes/deprecation.rst | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index f502f86..37d65c8 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -41,3 +41,8 @@ Deprecation Notices > * The mempool functions for single/multi producer/consumer are deprecated and > will be removed in 16.11. > It is replaced by rte_mempool_generic_get/put functions. > + > +* Driver names are quite inconsistent among each others and they will be > + renamed to something more consistent (net_ prefix for net drivers and > + crypto_ for crypto drivers) in 16.11. Some of these driver names are used > + publicly, to create virtual devices, so a deprecation notice is necessary. > -- > 2.7.4 > ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce driver name changes 2016-07-28 17:47 ` Jerin Jacob @ 2016-07-28 17:54 ` Thomas Monjalon 0 siblings, 0 replies; 12+ messages in thread From: Thomas Monjalon @ 2016-07-28 17:54 UTC (permalink / raw) To: Pablo de Lara; +Cc: dev, Jerin Jacob, john.mcnamara > > Driver names for all the supported devices in DPDK do not have > > a naming convention. Some are using a prefix, some are not > > and some have long names. Driver names are used when creating > > virtual devices, so it is useful to have consistency in the names. > > > > Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> > > Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com> Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com> Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com> Applied, thanks ^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2016-07-28 17:54 UTC | newest] Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2016-07-09 16:56 [dpdk-dev] [PATCH] doc: announce driver name changes Pablo de Lara 2016-07-11 5:08 ` Christian Ehrhardt 2016-07-22 12:37 ` De Lara Guarch, Pablo 2016-07-22 12:54 ` Adrien Mazarguil 2016-07-22 13:18 ` Ferruh Yigit 2016-07-22 14:15 ` De Lara Guarch, Pablo 2016-07-22 14:20 ` Thomas Monjalon 2016-07-22 15:13 ` Adrien Mazarguil 2016-07-27 8:30 ` Thomas Monjalon 2016-07-28 17:22 ` Maxime Coquelin 2016-07-28 17:47 ` Jerin Jacob 2016-07-28 17:54 ` 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).