* [dpdk-dev] [PATCH] doc: postpone ABI changes for Tx prepare
@ 2016-11-09 22:31 Thomas Monjalon
2016-11-10 10:16 ` Mcnamara, John
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Thomas Monjalon @ 2016-11-09 22:31 UTC (permalink / raw)
To: Tomasz Kulasek; +Cc: dev
The changes for the feature "Tx prepare" should be made in version 17.02.
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
---
doc/guides/rel_notes/deprecation.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 1a9e1ae..ab6014d 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -8,8 +8,8 @@ API and ABI deprecation notices are to be posted here.
Deprecation Notices
-------------------
-* In 16.11 ABI changes are planned: the ``rte_eth_dev`` structure will be
- extended with new function pointer ``tx_pkt_prep`` allowing verification
+* In 17.02 ABI changes are planned: the ``rte_eth_dev`` structure will be
+ extended with new function pointer ``tx_pkt_prepare`` allowing verification
and processing of packet burst to meet HW specific requirements before
transmit. Also new fields will be added to the ``rte_eth_desc_lim`` structure:
``nb_seg_max`` and ``nb_mtu_seg_max`` providing information about number of
--
2.7.0
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: postpone ABI changes for Tx prepare
2016-11-09 22:31 [dpdk-dev] [PATCH] doc: postpone ABI changes for Tx prepare Thomas Monjalon
@ 2016-11-10 10:16 ` Mcnamara, John
2016-11-10 10:26 ` Kulasek, TomaszX
2016-11-10 11:15 ` Ananyev, Konstantin
2 siblings, 0 replies; 5+ messages in thread
From: Mcnamara, John @ 2016-11-10 10:16 UTC (permalink / raw)
To: Thomas Monjalon, Kulasek, TomaszX; +Cc: dev
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon
> Sent: Wednesday, November 9, 2016 10:31 PM
> To: Kulasek, TomaszX <tomaszx.kulasek@intel.com>
> Cc: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH] doc: postpone ABI changes for Tx prepare
>
> The changes for the feature "Tx prepare" should be made in version 17.02.
>
> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: postpone ABI changes for Tx prepare
2016-11-09 22:31 [dpdk-dev] [PATCH] doc: postpone ABI changes for Tx prepare Thomas Monjalon
2016-11-10 10:16 ` Mcnamara, John
@ 2016-11-10 10:26 ` Kulasek, TomaszX
2016-11-10 23:33 ` Thomas Monjalon
2016-11-10 11:15 ` Ananyev, Konstantin
2 siblings, 1 reply; 5+ messages in thread
From: Kulasek, TomaszX @ 2016-11-10 10:26 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: dev
> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> Sent: Wednesday, November 9, 2016 23:31
> To: Kulasek, TomaszX <tomaszx.kulasek@intel.com>
> Cc: dev@dpdk.org
> Subject: [PATCH] doc: postpone ABI changes for Tx prepare
>
> The changes for the feature "Tx prepare" should be made in version 17.02.
>
> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
> ---
> doc/guides/rel_notes/deprecation.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/doc/guides/rel_notes/deprecation.rst
> b/doc/guides/rel_notes/deprecation.rst
> index 1a9e1ae..ab6014d 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -8,8 +8,8 @@ API and ABI deprecation notices are to be posted here.
> Deprecation Notices
> -------------------
>
> -* In 16.11 ABI changes are planned: the ``rte_eth_dev`` structure will be
> - extended with new function pointer ``tx_pkt_prep`` allowing
> verification
> +* In 17.02 ABI changes are planned: the ``rte_eth_dev`` structure will be
> + extended with new function pointer ``tx_pkt_prepare`` allowing
> verification
> and processing of packet burst to meet HW specific requirements before
> transmit. Also new fields will be added to the ``rte_eth_desc_lim``
> structure:
> ``nb_seg_max`` and ``nb_mtu_seg_max`` providing information about
> number of
> --
> 2.7.0
Acked-by: Tomasz Kulasek <tomaszx.kulasek@intel.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: postpone ABI changes for Tx prepare
2016-11-09 22:31 [dpdk-dev] [PATCH] doc: postpone ABI changes for Tx prepare Thomas Monjalon
2016-11-10 10:16 ` Mcnamara, John
2016-11-10 10:26 ` Kulasek, TomaszX
@ 2016-11-10 11:15 ` Ananyev, Konstantin
2 siblings, 0 replies; 5+ messages in thread
From: Ananyev, Konstantin @ 2016-11-10 11:15 UTC (permalink / raw)
To: Thomas Monjalon, Kulasek, TomaszX; +Cc: dev
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon
> Sent: Wednesday, November 9, 2016 10:31 PM
> To: Kulasek, TomaszX <tomaszx.kulasek@intel.com>
> Cc: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH] doc: postpone ABI changes for Tx prepare
>
> The changes for the feature "Tx prepare" should be made in version 17.02.
>
> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
> ---
> doc/guides/rel_notes/deprecation.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> index 1a9e1ae..ab6014d 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -8,8 +8,8 @@ API and ABI deprecation notices are to be posted here.
> Deprecation Notices
> -------------------
>
> -* In 16.11 ABI changes are planned: the ``rte_eth_dev`` structure will be
> - extended with new function pointer ``tx_pkt_prep`` allowing verification
> +* In 17.02 ABI changes are planned: the ``rte_eth_dev`` structure will be
> + extended with new function pointer ``tx_pkt_prepare`` allowing verification
> and processing of packet burst to meet HW specific requirements before
> transmit. Also new fields will be added to the ``rte_eth_desc_lim`` structure:
> ``nb_seg_max`` and ``nb_mtu_seg_max`` providing information about number of
> --
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
> 2.7.0
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: postpone ABI changes for Tx prepare
2016-11-10 10:26 ` Kulasek, TomaszX
@ 2016-11-10 23:33 ` Thomas Monjalon
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2016-11-10 23:33 UTC (permalink / raw)
To: Kulasek, TomaszX; +Cc: dev
> > The changes for the feature "Tx prepare" should be made in version 17.02.
> >
> > Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
>
> Acked-by: Tomasz Kulasek <tomaszx.kulasek@intel.com>
Applied
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-11-10 23:33 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-09 22:31 [dpdk-dev] [PATCH] doc: postpone ABI changes for Tx prepare Thomas Monjalon
2016-11-10 10:16 ` Mcnamara, John
2016-11-10 10:26 ` Kulasek, TomaszX
2016-11-10 23:33 ` Thomas Monjalon
2016-11-10 11:15 ` Ananyev, Konstantin
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).