public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
* [PATCH] doc/nfb: update release notes for nfb driver
@ 2026-02-02 15:15 spinler
  2026-02-02 20:12 ` [PATCH v2] " spinler
  0 siblings, 1 reply; 5+ messages in thread
From: spinler @ 2026-02-02 15:15 UTC (permalink / raw)
  To: dev; +Cc: Martin Spinler

From: Martin Spinler <spinler@cesnet.cz>

Update the release notes for the NFB driver
with the timestamp value changes.

Signed-off-by: Martin Spinler <spinler@cesnet.cz>
---
Depends-on: series-37064 ("net/nfb: code cleanup")

 doc/guides/rel_notes/release_26_03.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/guides/rel_notes/release_26_03.rst b/doc/guides/rel_notes/release_26_03.rst
index 52663580e3..29d8c6bb37 100644
--- a/doc/guides/rel_notes/release_26_03.rst
+++ b/doc/guides/rel_notes/release_26_03.rst
@@ -55,6 +55,9 @@ New Features
      Also, make sure to start the actual text at the margin.
      =======================================================
 
+* **Updated CESNET NFB ethernet driver.**
+
+  * The timestamp value has been updated to make it usable.
 
 Removed Items
 -------------
-- 
2.52.0


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

* [PATCH v2] doc/nfb: update release notes for nfb driver
  2026-02-02 15:15 [PATCH] doc/nfb: update release notes for nfb driver spinler
@ 2026-02-02 20:12 ` spinler
  2026-02-02 20:14   ` Martin Špinler
  0 siblings, 1 reply; 5+ messages in thread
From: spinler @ 2026-02-02 20:12 UTC (permalink / raw)
  To: dev; +Cc: Martin Spinler

From: Martin Spinler <spinler@cesnet.cz>

Update the release notes for the NFB driver
with the timestamp value changes.

Signed-off-by: Martin Spinler <spinler@cesnet.cz>
---
Depends-on: series-37244 ("net/nfb: code cleanup")

v2:
* Rebased on next-net-main and updated Depends-on

 doc/guides/rel_notes/release_26_03.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/guides/rel_notes/release_26_03.rst b/doc/guides/rel_notes/release_26_03.rst
index a837bdb600..ff02c294d0 100644
--- a/doc/guides/rel_notes/release_26_03.rst
+++ b/doc/guides/rel_notes/release_26_03.rst
@@ -59,6 +59,9 @@ New Features
 
   * Added support for V4000 Krackan2e.
 
+* **Updated CESNET NFB ethernet driver.**
+
+  * The timestamp value has been updated to make it usable.
 
 Removed Items
 -------------
-- 
2.52.0


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

* Re: [PATCH v2] doc/nfb: update release notes for nfb driver
  2026-02-02 20:12 ` [PATCH v2] " spinler
@ 2026-02-02 20:14   ` Martin Špinler
  2026-02-02 20:17     ` Stephen Hemminger
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Špinler @ 2026-02-02 20:14 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger

On Mon, 2026-02-02 at 21:12 +0100, spinler@cesnet.cz wrote:
> Update the release notes for the NFB driver
> with the timestamp value changes.

This release notes update should have been in series-37064 ("net/nfb:
code cleanup").
(And certainly not in "net/nfb: rework to real multiport" series, as
you pointed right).

But as the "net/nfb: code cleanup" was already nearly upstreamed, I
didn't dare to modify them with this patch.

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

* Re: [PATCH v2] doc/nfb: update release notes for nfb driver
  2026-02-02 20:14   ` Martin Špinler
@ 2026-02-02 20:17     ` Stephen Hemminger
  2026-02-10 18:41       ` Thomas Monjalon
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Hemminger @ 2026-02-02 20:17 UTC (permalink / raw)
  To: Martin Špinler; +Cc: dev

On Mon, 02 Feb 2026 21:14:58 +0100
Martin Špinler <spinler@cesnet.cz> wrote:

> On Mon, 2026-02-02 at 21:12 +0100, spinler@cesnet.cz wrote:
> > Update the release notes for the NFB driver
> > with the timestamp value changes.  
> 
> This release notes update should have been in series-37064 ("net/nfb:
> code cleanup").
> (And certainly not in "net/nfb: rework to real multiport" series, as
> you pointed right).
> 
> But as the "net/nfb: code cleanup" was already nearly upstreamed, I
> didn't dare to modify them with this patch.

No worries. As long as the total version has the right release notes.
I don't worry too much about getting the release note exactly matched
with the patch.

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

* Re: [PATCH v2] doc/nfb: update release notes for nfb driver
  2026-02-02 20:17     ` Stephen Hemminger
@ 2026-02-10 18:41       ` Thomas Monjalon
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2026-02-10 18:41 UTC (permalink / raw)
  To: Martin Špinler; +Cc: dev, Stephen Hemminger

02/02/2026 21:17, Stephen Hemminger:
> On Mon, 02 Feb 2026 21:14:58 +0100
> Martin Špinler <spinler@cesnet.cz> wrote:
> 
> > On Mon, 2026-02-02 at 21:12 +0100, spinler@cesnet.cz wrote:
> > > Update the release notes for the NFB driver
> > > with the timestamp value changes.  
> > 
> > This release notes update should have been in series-37064 ("net/nfb:
> > code cleanup").
> > (And certainly not in "net/nfb: rework to real multiport" series, as
> > you pointed right).
> > 
> > But as the "net/nfb: code cleanup" was already nearly upstreamed, I
> > didn't dare to modify them with this patch.
> 
> No worries. As long as the total version has the right release notes.
> I don't worry too much about getting the release note exactly matched
> with the patch.

I prefer to have it in the same patch so I squash it when pulling in main.




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

end of thread, other threads:[~2026-02-10 18:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-02 15:15 [PATCH] doc/nfb: update release notes for nfb driver spinler
2026-02-02 20:12 ` [PATCH v2] " spinler
2026-02-02 20:14   ` Martin Špinler
2026-02-02 20:17     ` Stephen Hemminger
2026-02-10 18:41       ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox