#
5cfaa3c3 |
| 16-Mar-2022 |
Bruce Richardson <bruce.richardson@intel.com> |
doc: make doc roadmap common for Linux and BSD guides
Both the Linux and FreeBSD GSG docs had a "Documentation Roadmap" section as part of the introduction page, and this contained the same informat
doc: make doc roadmap common for Linux and BSD guides
Both the Linux and FreeBSD GSG docs had a "Documentation Roadmap" section as part of the introduction page, and this contained the same information, with only the reference to the GSGs themselves being different. This text can be consolidated into a single text file which is included by both GSG intro sections - using relative links for the self reference.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: John McNamara <john.mcnamara@intel.com>
show more ...
|
#
ba4132c5 |
| 15-Mar-2022 |
Bruce Richardson <bruce.richardson@intel.com> |
doc: add hyperlinks to driver guides in Linux guide
The document roadmap section was missing any mention of the individual drivers guides which are important for users. Add them to list.
Signed-off
doc: add hyperlinks to driver guides in Linux guide
The document roadmap section was missing any mention of the individual drivers guides which are important for users. Add them to list.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
show more ...
|
#
70d882d2 |
| 15-Mar-2022 |
Bruce Richardson <bruce.richardson@intel.com> |
doc: add hyperlinks to other docs from Linux guide
The document roadmap section called out the titles of other documents, but these are better as hyperlinks.
Signed-off-by: Bruce Richardson <bruce.
doc: add hyperlinks to other docs from Linux guide
The document roadmap section called out the titles of other documents, but these are better as hyperlinks.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
show more ...
|
#
3cc6ecfd |
| 03-Sep-2020 |
Ciara Power <ciara.power@intel.com> |
build: remove makefiles
A decision was made [1] to no longer support Make in DPDK, this patch removes all Makefiles that do not make use of pkg-config, along with the mk directory previously used by
build: remove makefiles
A decision was made [1] to no longer support Make in DPDK, this patch removes all Makefiles that do not make use of pkg-config, along with the mk directory previously used by make.
[1] https://mails.dpdk.org/archives/dev/2020-April/162839.html
Signed-off-by: Ciara Power <ciara.power@intel.com> Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
show more ...
|
#
218c4e68 |
| 06-Mar-2019 |
Bruce Richardson <bruce.richardson@intel.com> |
mk: use linux and freebsd in config names
Rather than using linuxapp and bsdapp everywhere, we can change things to use the, more readable, terms "linux" and "freebsd" in our build configs. Rather t
mk: use linux and freebsd in config names
Rather than using linuxapp and bsdapp everywhere, we can change things to use the, more readable, terms "linux" and "freebsd" in our build configs. Rather than renaming the configs we can just duplicate the existing ones with the new names using symlinks, and use the new names exclusively internally. ["make showconfigs" also only shows the new names to keep the list short] The result is that backward compatibility is kept fully but any new builds or development can be done using the newer names, i.e. both "make config T=x86_64-native-linuxapp-gcc" and "T=x86_64-native-linux-gcc" work.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
show more ...
|
#
5630257f |
| 01-Feb-2018 |
Ferruh Yigit <ferruh.yigit@intel.com> |
doc: convert Intel license headers to SPDX tags
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
|
#
4b152471 |
| 08-Feb-2016 |
Thomas Monjalon <thomas.monjalon@6wind.com> |
doc: drop old naming of the project
It was requested by Intel, more than one year ago, to replace the name "Intel DPDK" by "DPDK". Some references to the old name were still in some docs and code co
doc: drop old naming of the project
It was requested by Intel, more than one year ago, to replace the name "Intel DPDK" by "DPDK". Some references to the old name were still in some docs and code comments, leading to confusion.
Fixes: ac8ada004c12 ("doc: remove Intel references from release notes")
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
show more ...
|
#
29c67340 |
| 15-Dec-2015 |
John McNamara <john.mcnamara@intel.com> |
doc: improve Linux guide layout
Fixed Linux Getting Started Guide rst layout to improve rendering in PDF.
Signed-off-by: John McNamara <john.mcnamara@intel.com>
|
#
2e486e26 |
| 19-Dec-2014 |
Siobhan Butler <siobhan.a.butler@intel.com> |
doc: remove Intel references from linux guide
Removed references to Intel which are no longer relevant in linux gsg.
Signed-off-by: Siobhan Butler <siobhan.a.butler@intel.com> Acked-by: Bernard Ire
doc: remove Intel references from linux guide
Removed references to Intel which are no longer relevant in linux gsg.
Signed-off-by: Siobhan Butler <siobhan.a.butler@intel.com> Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
show more ...
|
#
aae5e11e |
| 11-Nov-2014 |
Bernard Iremonger <bernard.iremonger@intel.com> |
doc: fix file attributes of guides
The file attributes of the rst files have been changed to 644
Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
|
#
1ab07743 |
| 16-Oct-2014 |
Bernard Iremonger <bernard.iremonger@intel.com> |
doc: getting started guide for linux
The 1.7 DPDK_Linux_GSG document in MSWord has been converted to rst format for use with Sphinx. There is an rst file for each chapter and an index.rst file which
doc: getting started guide for linux
The 1.7 DPDK_Linux_GSG document in MSWord has been converted to rst format for use with Sphinx. There is an rst file for each chapter and an index.rst file which contains the table of contents. This is the first document from a set of documents.
Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
show more ...
|