DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/2] Add missing API change in release note
@ 2020-10-07 12:18 Maxime Coquelin
  2020-10-07 12:18 ` [dpdk-dev] [PATCH 1/2] baseband/fpga_5gnr_fec: add " Maxime Coquelin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Maxime Coquelin @ 2020-10-07 12:18 UTC (permalink / raw)
  To: dev, akhil.goyal, thomas, nicolas.chautru; +Cc: Maxime Coquelin

Add missing experimental API change in release note.

Maxime Coquelin (2):
  baseband/fpga_5gnr_fec: add API change in release note
  baseband/fpga_lte_fec: add API change in release note

 doc/guides/rel_notes/release_20_11.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

-- 
2.26.2


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

* [dpdk-dev] [PATCH 1/2] baseband/fpga_5gnr_fec: add API change in release note
  2020-10-07 12:18 [dpdk-dev] [PATCH 0/2] Add missing API change in release note Maxime Coquelin
@ 2020-10-07 12:18 ` Maxime Coquelin
  2020-10-07 12:18 ` [dpdk-dev] [PATCH 2/2] baseband/fpga_lte_fec: " Maxime Coquelin
  2020-10-08 19:36 ` [dpdk-dev] [PATCH 0/2] Add missing " Akhil Goyal
  2 siblings, 0 replies; 4+ messages in thread
From: Maxime Coquelin @ 2020-10-07 12:18 UTC (permalink / raw)
  To: dev, akhil.goyal, thomas, nicolas.chautru; +Cc: Maxime Coquelin

Fixes: 7fd60723065e ("baseband/fpga_5gnr_fec: fix API naming")

Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
---
 doc/guides/rel_notes/release_20_11.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/guides/rel_notes/release_20_11.rst b/doc/guides/rel_notes/release_20_11.rst
index c0a3d76005..b3dd9a3646 100644
--- a/doc/guides/rel_notes/release_20_11.rst
+++ b/doc/guides/rel_notes/release_20_11.rst
@@ -229,6 +229,10 @@ API Changes
 
 * ipsec: ``RTE_SATP_LOG2_NUM`` has been dropped from ``enum``
 
+* baseband/fpga_5gnr_fec: Renamed function ``fpga_5gnr_fec_configure`` to
+  ``rte_fpga_5gnr_fec_configure`` and structure ``fpga_5gnr_fec_conf`` to
+  ``rte_fpga_5gnr_fec_conf``.
+
 
 ABI Changes
 -----------
-- 
2.26.2


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

* [dpdk-dev] [PATCH 2/2] baseband/fpga_lte_fec: add API change in release note
  2020-10-07 12:18 [dpdk-dev] [PATCH 0/2] Add missing API change in release note Maxime Coquelin
  2020-10-07 12:18 ` [dpdk-dev] [PATCH 1/2] baseband/fpga_5gnr_fec: add " Maxime Coquelin
@ 2020-10-07 12:18 ` Maxime Coquelin
  2020-10-08 19:36 ` [dpdk-dev] [PATCH 0/2] Add missing " Akhil Goyal
  2 siblings, 0 replies; 4+ messages in thread
From: Maxime Coquelin @ 2020-10-07 12:18 UTC (permalink / raw)
  To: dev, akhil.goyal, thomas, nicolas.chautru; +Cc: Maxime Coquelin

Fixes: 717edebcd394 ("baseband/fpga_lte_fec: fix API naming")

Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
---
 doc/guides/rel_notes/release_20_11.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/guides/rel_notes/release_20_11.rst b/doc/guides/rel_notes/release_20_11.rst
index b3dd9a3646..98ae729a27 100644
--- a/doc/guides/rel_notes/release_20_11.rst
+++ b/doc/guides/rel_notes/release_20_11.rst
@@ -233,6 +233,10 @@ API Changes
   ``rte_fpga_5gnr_fec_configure`` and structure ``fpga_5gnr_fec_conf`` to
   ``rte_fpga_5gnr_fec_conf``.
 
+* baseband/fpga_lte_fec: Renamed function ``fpga_lte_fec_configure`` to
+  ``rte_fpga_lte_fec_configure`` and structure ``fpga_lte_fec_conf`` to
+  ``rte_fpga_lte_fec_conf``.
+
 
 ABI Changes
 -----------
-- 
2.26.2


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

* Re: [dpdk-dev] [PATCH 0/2] Add missing API change in release note
  2020-10-07 12:18 [dpdk-dev] [PATCH 0/2] Add missing API change in release note Maxime Coquelin
  2020-10-07 12:18 ` [dpdk-dev] [PATCH 1/2] baseband/fpga_5gnr_fec: add " Maxime Coquelin
  2020-10-07 12:18 ` [dpdk-dev] [PATCH 2/2] baseband/fpga_lte_fec: " Maxime Coquelin
@ 2020-10-08 19:36 ` Akhil Goyal
  2 siblings, 0 replies; 4+ messages in thread
From: Akhil Goyal @ 2020-10-08 19:36 UTC (permalink / raw)
  To: Maxime Coquelin, dev, thomas, nicolas.chautru

> 
> Add missing experimental API change in release note.
> 
> Maxime Coquelin (2):
>   baseband/fpga_5gnr_fec: add API change in release note
>   baseband/fpga_lte_fec: add API change in release note
> 
>  doc/guides/rel_notes/release_20_11.rst | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
Squashed in the original commit. Removed cc stable tag

Thanks.


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

end of thread, other threads:[~2020-10-08 19:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-07 12:18 [dpdk-dev] [PATCH 0/2] Add missing API change in release note Maxime Coquelin
2020-10-07 12:18 ` [dpdk-dev] [PATCH 1/2] baseband/fpga_5gnr_fec: add " Maxime Coquelin
2020-10-07 12:18 ` [dpdk-dev] [PATCH 2/2] baseband/fpga_lte_fec: " Maxime Coquelin
2020-10-08 19:36 ` [dpdk-dev] [PATCH 0/2] Add missing " Akhil Goyal

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