[dpdk-dev] [PATCH 2/2] examples: move vendor specific apps to drivers sub directory
Thomas Monjalon
thomas at monjalon.net
Wed Nov 17 12:01:56 CET 2021
26/05/2021 09:47, Hemant Agrawal:
> As approved by DPDK technical board on 2021-03-24 NTB and IOAT
> raw driver's example application will be moved to
> example/drivers/raw/ to avoid PMD specific example application
> to show up in examples directory.
>
> Signed-off-by: Hemant Agrawal <hemant.agrawal at nxp.com>
> ---
> doc/guides/sample_app_ug/ioat.rst | 2 +-
> doc/guides/sample_app_ug/ntb.rst | 2 +-
> examples/{ => drivers/raw}/ioat/Makefile | 0
> examples/{ => drivers/raw}/ioat/ioatfwd.c | 0
> examples/{ => drivers/raw}/ioat/meson.build | 0
> examples/{ => drivers/raw}/ntb/Makefile | 0
> examples/{ => drivers/raw}/ntb/meson.build | 0
> examples/{ => drivers/raw}/ntb/ntb_fwd.c | 0
> examples/meson.build | 4 ++--
ioat example became dma generic example.
So only ntb remains.
Is it still relevant?
More information about the dev
mailing list