DPDK patches and discussions
 help / color / mirror / Atom feed
From: David Marchand <david.marchand@redhat.com>
To: Stephen Hemminger <stephen@networkplumber.org>
Cc: dev@dpdk.org, Thomas Monjalon <thomas@monjalon.net>,
	 Chengwen Feng <fengchengwen@huawei.com>,
	Bruce Richardson <bruce.richardson@intel.com>
Subject: Re: [PATCH] doc: remove KNI diagrams
Date: Mon, 18 Aug 2025 17:05:32 +0200	[thread overview]
Message-ID: <CAJFAV8xsF53aQBMh6S5y1P6vamhhvYCUAOe8akofzMgMoOA4Hg@mail.gmail.com> (raw)
In-Reply-To: <20250814154604.6878-1-stephen@networkplumber.org>

On Thu, Aug 14, 2025 at 5:46 PM Stephen Hemminger
<stephen@networkplumber.org> wrote:
>
> KNI was removed from DPDK but the diagrams in the documentation
> were left behind.
>
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> ---
>  doc/guides/prog_guide/img/kni_traffic_flow.png | Bin 366308 -> 0 bytes
>  doc/guides/prog_guide/img/pkt_flow_kni.png     | Bin 51088 -> 0 bytes
>  2 files changed, 0 insertions(+), 0 deletions(-)
>  delete mode 100644 doc/guides/prog_guide/img/kni_traffic_flow.png
>  delete mode 100644 doc/guides/prog_guide/img/pkt_flow_kni.png

Good catch.

Note that there are more files to remove on the KNI topic (and for
other parts of the doc).

$ for file in doc/logo/* doc/guides/*/img/*; do name=$(basename
$file); name=${name%%.*}; git grep -qw $name -- doc/ || { echo $(git
ll -n1 -S $name -- doc/) $file; }; done | sort
0d547ed037 - examples/ipsec-secgw: support configuration file (9 years
ago) <Fan Zhang> doc/guides/sample_app_ug/img/ipsec_endpoints.svg
207361b350 - examples/exception_path: remove example (6 years ago)
<Bruce Richardson>
doc/guides/sample_app_ug/img/exception_path_example.svg
428eaeb822 - doc: remove PDF requirements (4 years, 3 months ago)
<Thomas Monjalon> doc/logo/DPDK_logo_horizontal_tag.png
46971b273e - examples/quota-watermark: remove example (6 years ago)
<Ciara Power> doc/guides/sample_app_ug/img/pipeline_overview.png
46971b273e - examples/quota-watermark: remove example (6 years ago)
<Ciara Power> doc/guides/sample_app_ug/img/ring_pipeline_perf_setup.png
46971b273e - examples/quota-watermark: remove example (6 years ago)
<Ciara Power> doc/guides/sample_app_ug/img/threads_pipelines.png
59c51be41c - examples/dpdk-qat: remove app (8 years ago) <Pablo de
Lara> doc/guides/sample_app_ug/img/quickassist_block_diagram.png
6de0ea50e9 - examples/l3fwd: merge l3fwd-acl example (3 years, 2
months ago) <Sean Morrissey>
doc/guides/sample_app_ug/img/example_rules.png
aa0d7c2d32 - kni: remove KNI vhost support (8 years ago) <Ferruh
Yigit> doc/guides/prog_guide/img/kni_traffic_flow.png
aa0d7c2d32 - kni: remove KNI vhost support (8 years ago) <Ferruh
Yigit> doc/guides/prog_guide/img/vhost_net_arch.png
ab6ebd7020 - examples/load_balancer: remove example (6 years ago)
<Ciara Power> doc/guides/sample_app_ug/img/load_bal_app_arch.png
f78c100bc8 - remove KNI (2 years ago) <Stephen Hemminger>
doc/guides/nics/img/host_vm_comms.png
f78c100bc8 - remove KNI (2 years ago) <Stephen Hemminger>
doc/guides/prog_guide/img/kernel_nic_intf.png
f78c100bc8 - remove KNI (2 years ago) <Stephen Hemminger>
doc/guides/prog_guide/img/pkt_flow_kni.png
f78c100bc8 - remove KNI (2 years ago) <Stephen Hemminger>
doc/guides/sample_app_ug/img/kernel_nic.png


-- 
David Marchand


      parent reply	other threads:[~2025-08-18 15:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-14 15:46 Stephen Hemminger
2025-08-15  0:19 ` fengchengwen
2025-08-18  8:22 ` Bruce Richardson
2025-08-18 15:05 ` David Marchand [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJFAV8xsF53aQBMh6S5y1P6vamhhvYCUAOe8akofzMgMoOA4Hg@mail.gmail.com \
    --to=david.marchand@redhat.com \
    --cc=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=fengchengwen@huawei.com \
    --cc=stephen@networkplumber.org \
    --cc=thomas@monjalon.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).