[DPDK/core Bug 1472] mbuf: some dynamic fields are mishandled if IOVA as PA is disabled during build

2024-06-22 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1472 Bug ID: 1472 Summary: mbuf: some dynamic fields are mishandled if IOVA as PA is disabled during build Product: DPDK Version: 22.11 Hardware: All OS: All

Re: [PATCH v2 6/9] doc: reword log library section in prog guide

2024-06-22 Thread Stephen Hemminger
On Thu, 20 Jun 2024 19:32:51 -0700 Nandini Persad wrote: > Minor changes made for syntax in the log library section and 7.1 > section of the programmer's guide. A couple sentences at the end of the > trace library section were also edited. > > Signed-off-by: Nandini Persad Acked-by: Stephen He

Re: [PATCH v2 8/9] doc: reword stack library section in prog guide

2024-06-22 Thread Stephen Hemminger
On Thu, 20 Jun 2024 19:32:53 -0700 Nandini Persad wrote: > Minor changes made to wording of the stack library section in prog guide. > > Signed-off-by: Nandini Persad > --- Acked-by: Stephen Hemminger

Re: [PATCH v2 5/9] doc: reword trace library section in prog guide

2024-06-22 Thread Stephen Hemminger
On Thu, 20 Jun 2024 19:32:50 -0700 Nandini Persad wrote: > Minor syntax edits were made to sect the trace library section of prog guide. > > Signed-off-by: Nandini Persad > --- > doc/guides/prog_guide/trace_lib.rst | 50 ++--- > 1 file changed, 25 insertions(+), 25 dele

[PATCH] doc/design: minor cleanus

2024-06-22 Thread Stephen Hemminger
Minor fixes to previous edit: 1. remove blank line at end of file, causes git complaint 2. fix minor typo (UTF-8?) 3. break long lines, although rst doesn't care it is nicer for future editors to keep to 100 characters or less. Signed-off-by: Stephen Hemminger --- Depends-on: patch-141466