* Re: [dpdk-dev] [PATCH] doc: announce ABI change to support VF representors
2018-02-14 12:32 [dpdk-dev] [PATCH] doc: announce ABI change to support VF representors Shahaf Shuler
@ 2018-02-14 13:50 ` Thomas Monjalon
2018-02-14 13:54 ` Doherty, Declan
` (2 subsequent siblings)
3 siblings, 0 replies; 7+ messages in thread
From: Thomas Monjalon @ 2018-02-14 13:50 UTC (permalink / raw)
To: Shahaf Shuler
Cc: nhorman, dev, declan.doherty, mohammad.abdul.awal, ferruh.yigit,
remy.horton
14/02/2018 13:32, Shahaf Shuler:
> This is following the RFC being discussed and targets 18.05
>
> http://dpdk.org/ml/archives/dev/2018-January/085716.html
>
> Cc: declan.doherty@intel.com
> Cc: mohammad.abdul.awal@intel.com
> Cc: ferruh.yigit@intel.com
> Cc: remy.horton@intel.com
>
> Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce ABI change to support VF representors
2018-02-14 12:32 [dpdk-dev] [PATCH] doc: announce ABI change to support VF representors Shahaf Shuler
2018-02-14 13:50 ` Thomas Monjalon
@ 2018-02-14 13:54 ` Doherty, Declan
2018-02-14 14:50 ` Remy Horton
2018-02-14 15:27 ` Boccassi, Luca
3 siblings, 0 replies; 7+ messages in thread
From: Doherty, Declan @ 2018-02-14 13:54 UTC (permalink / raw)
To: Shahaf Shuler
Cc: dev, mohammad.abdul.awal, ferruh.yigit, remy.horton, nhorman, thomas
On 14/02/2018 12:32 PM, Shahaf Shuler wrote:
> This is following the RFC being discussed and targets 18.05
>
> http://dpdk.org/ml/archives/dev/2018-January/085716.html
>
> Cc: declan.doherty@intel.com
> Cc: mohammad.abdul.awal@intel.com
> Cc: ferruh.yigit@intel.com
> Cc: remy.horton@intel.com
>
> Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
> ---
> doc/guides/rel_notes/deprecation.rst | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> index d59ad5988..f6151de63 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -59,3 +59,9 @@ Deprecation Notices
> be added between the producer and consumer structures. The size of the
> structure and the offset of the fields will remain the same on
> platforms with 64B cache line, but will change on other platforms.
> +
> +* ethdev: A work is being planned for 18.05 to expose VF port representors
> + as a mean to perform control and data path operation on the different VFs.
> + As VF representor is an ethdev port, new fields are needed in order to map
> + between the VF representor and the VF or the parent PF. Those new fields
> + are to be included in ``rte_eth_dev_info`` struct.
>
Acked-by: Declan Doherty <declan.doherty@intel.com>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce ABI change to support VF representors
2018-02-14 12:32 [dpdk-dev] [PATCH] doc: announce ABI change to support VF representors Shahaf Shuler
2018-02-14 13:50 ` Thomas Monjalon
2018-02-14 13:54 ` Doherty, Declan
@ 2018-02-14 14:50 ` Remy Horton
2018-02-14 15:27 ` Boccassi, Luca
3 siblings, 0 replies; 7+ messages in thread
From: Remy Horton @ 2018-02-14 14:50 UTC (permalink / raw)
To: Shahaf Shuler, nhorman, thomas
Cc: dev, declan.doherty, mohammad.abdul.awal, ferruh.yigit
On 14/02/2018 12:32, Shahaf Shuler wrote:
[..]
> Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
> ---
> doc/guides/rel_notes/deprecation.rst | 6 ++++++
> 1 file changed, 6 insertions(+)
Acked-by: Remy Horton <remy.horton@intel.com>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce ABI change to support VF representors
2018-02-14 12:32 [dpdk-dev] [PATCH] doc: announce ABI change to support VF representors Shahaf Shuler
` (2 preceding siblings ...)
2018-02-14 14:50 ` Remy Horton
@ 2018-02-14 15:27 ` Boccassi, Luca
2018-02-14 15:54 ` Jerin Jacob
3 siblings, 1 reply; 7+ messages in thread
From: Boccassi, Luca @ 2018-02-14 15:27 UTC (permalink / raw)
To: shahafs, thomas, nhorman
Cc: remy.horton, mohammad.abdul.awal, declan.doherty, ferruh.yigit, dev
On Wed, 2018-02-14 at 14:32 +0200, Shahaf Shuler wrote:
> This is following the RFC being discussed and targets 18.05
>
> http://dpdk.org/ml/archives/dev/2018-January/085716.html
>
> Cc: declan.doherty@intel.com
> Cc: mohammad.abdul.awal@intel.com
> Cc: ferruh.yigit@intel.com
> Cc: remy.horton@intel.com
>
> Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
> ---
> doc/guides/rel_notes/deprecation.rst | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/doc/guides/rel_notes/deprecation.rst
> b/doc/guides/rel_notes/deprecation.rst
> index d59ad5988..f6151de63 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -59,3 +59,9 @@ Deprecation Notices
> be added between the producer and consumer structures. The size of
> the
> structure and the offset of the fields will remain the same on
> platforms with 64B cache line, but will change on other platforms.
> +
> +* ethdev: A work is being planned for 18.05 to expose VF port
> representors
> + as a mean to perform control and data path operation on the
> different VFs.
> + As VF representor is an ethdev port, new fields are needed in
> order to map
> + between the VF representor and the VF or the parent PF. Those new
> fields
> + are to be included in ``rte_eth_dev_info`` struct.
Acked-by: Luca Boccassi <luca.boccassi@intl.att.com>
Acked-by: Alex Zelezniak <alexz@att.com>
Acking on behalf of my colleague Alex as well, who replied privately.
--
Kind regards,
Luca Boccassi
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce ABI change to support VF representors
2018-02-14 15:27 ` Boccassi, Luca
@ 2018-02-14 15:54 ` Jerin Jacob
2018-02-14 16:50 ` Thomas Monjalon
0 siblings, 1 reply; 7+ messages in thread
From: Jerin Jacob @ 2018-02-14 15:54 UTC (permalink / raw)
To: Boccassi, Luca
Cc: shahafs, thomas, nhorman, remy.horton, mohammad.abdul.awal,
declan.doherty, ferruh.yigit, dev
-----Original Message-----
> Date: Wed, 14 Feb 2018 15:27:50 +0000
> From: "Boccassi, Luca" <luca.boccassi@intl.att.com>
> To: "shahafs@mellanox.com" <shahafs@mellanox.com>, "thomas@monjalon.net"
> <thomas@monjalon.net>, "nhorman@tuxdriver.com" <nhorman@tuxdriver.com>
> CC: "remy.horton@intel.com" <remy.horton@intel.com>,
> "mohammad.abdul.awal@intel.com" <mohammad.abdul.awal@intel.com>,
> "declan.doherty@intel.com" <declan.doherty@intel.com>,
> "ferruh.yigit@intel.com" <ferruh.yigit@intel.com>, "dev@dpdk.org"
> <dev@dpdk.org>
> Subject: Re: [dpdk-dev] [PATCH] doc: announce ABI change to support VF
> representors
>
> On Wed, 2018-02-14 at 14:32 +0200, Shahaf Shuler wrote:
> > This is following the RFC being discussed and targets 18.05
> >
> > http://dpdk.org/ml/archives/dev/2018-January/085716.html
> >
> > Cc: declan.doherty@intel.com
> > Cc: mohammad.abdul.awal@intel.com
> > Cc: ferruh.yigit@intel.com
> > Cc: remy.horton@intel.com
> >
> > Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
> > ---
> > doc/guides/rel_notes/deprecation.rst | 6 ++++++
> > 1 file changed, 6 insertions(+)
> >
> > diff --git a/doc/guides/rel_notes/deprecation.rst
> > b/doc/guides/rel_notes/deprecation.rst
> > index d59ad5988..f6151de63 100644
> > --- a/doc/guides/rel_notes/deprecation.rst
> > +++ b/doc/guides/rel_notes/deprecation.rst
> > @@ -59,3 +59,9 @@ Deprecation Notices
> > be added between the producer and consumer structures. The size of
> > the
> > structure and the offset of the fields will remain the same on
> > platforms with 64B cache line, but will change on other platforms.
> > +
> > +* ethdev: A work is being planned for 18.05 to expose VF port
> > representors
> > + as a mean to perform control and data path operation on the
> > different VFs.
> > + As VF representor is an ethdev port, new fields are needed in
> > order to map
> > + between the VF representor and the VF or the parent PF. Those new
> > fields
> > + are to be included in ``rte_eth_dev_info`` struct.
>
> Acked-by: Luca Boccassi <luca.boccassi@intl.att.com>
> Acked-by: Alex Zelezniak <alexz@att.com>
Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
>
> Acking on behalf of my colleague Alex as well, who replied privately.
>
> --
> Kind regards,
> Luca Boccassi
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce ABI change to support VF representors
2018-02-14 15:54 ` Jerin Jacob
@ 2018-02-14 16:50 ` Thomas Monjalon
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Monjalon @ 2018-02-14 16:50 UTC (permalink / raw)
To: shahafs
Cc: dev, Jerin Jacob, Boccassi, Luca, nhorman, remy.horton,
mohammad.abdul.awal, declan.doherty, ferruh.yigit
> > > This is following the RFC being discussed and targets 18.05
> > >
> > > http://dpdk.org/ml/archives/dev/2018-January/085716.html
> > >
> > > Cc: declan.doherty@intel.com
> > > Cc: mohammad.abdul.awal@intel.com
> > > Cc: ferruh.yigit@intel.com
> > > Cc: remy.horton@intel.com
> > >
> > > Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
> > > ---
> > > +* ethdev: A work is being planned for 18.05 to expose VF port
> > > representors
> > > + as a mean to perform control and data path operation on the
> > > different VFs.
> > > + As VF representor is an ethdev port, new fields are needed in
> > > order to map
> > > + between the VF representor and the VF or the parent PF. Those new
> > > fields
> > > + are to be included in ``rte_eth_dev_info`` struct.
> >
> > Acked-by: Luca Boccassi <luca.boccassi@intl.att.com>
> > Acked-by: Alex Zelezniak <alexz@att.com>
>
> Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
Applied
^ permalink raw reply [flat|nested] 7+ messages in thread