#
80a08138 |
| 01-Aug-2023 |
Stephen Hemminger <stephen@networkplumber.org> |
remove flow classify library
The flow_classify library was marked for removal last year because there was no maintainer and the functionality is limited.
Signed-off-by: Stephen Hemminger <stephen@n
remove flow classify library
The flow_classify library was marked for removal last year because there was no maintainer and the functionality is limited.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
show more ...
|
#
9599c59b |
| 23-Jun-2023 |
Bruce Richardson <bruce.richardson@intel.com> |
doc: prefer installing using Meson rather than Ninja
After doing a build, to install DPDK system-wide our documentation recommended using the "ninja install" command. However, for anyone building as
doc: prefer installing using Meson rather than Ninja
After doing a build, to install DPDK system-wide our documentation recommended using the "ninja install" command. However, for anyone building as a non-root user and only installing as root, the "meson install" command is a better alternative, as it provides for automatically dropping or elevating privileges as necessary in more recent meson releases [1].
[1] https://mesonbuild.com/Installing.html#installing-as-the-superuser
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
show more ...
|
#
65c2bbf4 |
| 15-Oct-2021 |
David Marchand <david.marchand@redhat.com> |
doc: fix default mempool option in guides
This option should be prefixed with -- for consistency with others.
Fixes: a103a97e7191 ("eal: allow user to override default mempool driver") Cc: stable@d
doc: fix default mempool option in guides
This option should be prefixed with -- for consistency with others.
Fixes: a103a97e7191 ("eal: allow user to override default mempool driver") Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com> Reviewed-by: Olivier Matz <olivier.matz@6wind.com>
show more ...
|
#
db27370b |
| 10-Nov-2020 |
Stephen Hemminger <stephen@networkplumber.org> |
eal: replace blacklist/whitelist options
Replace -w / --pci-whitelist with -a / --allow options and --pci-blacklist with --block. The -b short option remains unchanged.
Allow the old options for no
eal: replace blacklist/whitelist options
Replace -w / --pci-whitelist with -a / --allow options and --pci-blacklist with --block. The -b short option remains unchanged.
Allow the old options for now, but print a nag warning since old options are deprecated.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: Luca Boccassi <bluca@debian.org> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
show more ...
|
#
255c657a |
| 03-Jan-2020 |
Bruce Richardson <bruce.richardson@intel.com> |
doc: update building and running FreeBSD apps
Update the documentation on building and running apps on FreeBSD, taking account of having used meson for building. We can also update the section on th
doc: update building and running FreeBSD apps
Update the documentation on building and running apps on FreeBSD, taking account of having used meson for building. We can also update the section on the command-line parameters, rather than claiming to be a complete list of parameters, it should describe how to get the complete list and only cover a few important ones.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
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 ...
|
#
ee01f527 |
| 27-Apr-2018 |
Reshma Pattan <reshma.pattan@intel.com> |
doc: update memory option usage for FreeBSD
EAL option -m is supported in FreeBSD, so move it under supported heading from non supported heading.
Signed-off-by: Reshma Pattan <reshma.pattan@intel.c
doc: update memory option usage for FreeBSD
EAL option -m is supported in FreeBSD, so move it under supported heading from non supported heading.
Signed-off-by: Reshma Pattan <reshma.pattan@intel.com> Reviewed-by: Anatoly Burakov <anatoly.burakov@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>
|
#
a103a97e |
| 06-Oct-2017 |
Santosh Shukla <santosh.shukla@caviumnetworks.com> |
eal: allow user to override default mempool driver
DPDK has support for both sw and hw mempool and currently user is limited to use ring_mp_mc pool. In case user want to use other pool handle, need
eal: allow user to override default mempool driver
DPDK has support for both sw and hw mempool and currently user is limited to use ring_mp_mc pool. In case user want to use other pool handle, need to update config RTE_MEMPOOL_OPS_DEFAULT, then build and run with desired pool handle.
Introducing eal option to override default pool handle.
Now user can override the RTE_MEMPOOL_OPS_DEFAULT by passing pool handle to eal `--mbuf-pool-ops-name=""`.
Signed-off-by: Santosh Shukla <santosh.shukla@caviumnetworks.com> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com> Acked-by: Olivier Matz <olivier.matz@6wind.com>
show more ...
|
#
35b09d76 |
| 27-Feb-2017 |
Keith Wiles <keith.wiles@intel.com> |
doc: use corelist instead of coremask
The coremask option in DPDK is difficult to use and we should be promoting the use of the corelist (-l) option. The patch adjusts the docs to use -l EAL option
doc: use corelist instead of coremask
The coremask option in DPDK is difficult to use and we should be promoting the use of the corelist (-l) option. The patch adjusts the docs to use -l EAL option instead of the -c option.
The patch only changes the docs and not the code as the -c option will continue to exist unless it is removed in the future. The -c option should be kept to maintain backward compatibility.
Signed-off-by: Keith Wiles <keith.wiles@intel.com> Acked-by: John McNamara <john.mcnamara@intel.com>
show more ...
|
#
e2e3997c |
| 10-Oct-2016 |
Reshma Pattan <reshma.pattan@intel.com> |
mk: use -march option with recent Intel processors names
The GCC 4.9 -march option supports the intel code names for processors, for example -march=silvermont, -march=broadwell. The RTE_MACHINE conf
mk: use -march option with recent Intel processors names
The GCC 4.9 -march option supports the intel code names for processors, for example -march=silvermont, -march=broadwell. The RTE_MACHINE config flag can be used to pass code name to the compiler as -march flag.
Release notes is updated.
Linux and FreeBSD getting started guides are updated with recommended gcc version as 4.9 and above.
Some of the gmake command examples in sample application guide and driver guides are updated with gcc version as 4.9.
Signed-off-by: Reshma Pattan <reshma.pattan@intel.com>
show more ...
|
#
cacb49c5 |
| 15-Dec-2015 |
John McNamara <john.mcnamara@intel.com> |
doc: fix -n option in FreeBSD guide
Fix EAL usage to indicate that -n is, now, optional.
Signed-off-by: John McNamara <john.mcnamara@intel.com>
|
#
728c9e54 |
| 15-Dec-2015 |
John McNamara <john.mcnamara@intel.com> |
doc: improve FreeBSD guide layout
Fixed FreeBSD Getting Started Guide rst layout to improve rendering in PDF.
Signed-off-by: John McNamara <john.mcnamara@intel.com>
|
#
4fce65a6 |
| 25-Sep-2015 |
Rich Lane <rich.lane@bigswitch.com> |
eal: default to using all cores
This is a useful default for simple applications where the assignment of lcores to CPUs doesn't matter. It's also useful for more complex applications that automatica
eal: default to using all cores
This is a useful default for simple applications where the assignment of lcores to CPUs doesn't matter. It's also useful for more complex applications that automatically assign tasks to cores based on the NUMA topology.
Signed-off-by: Rich Lane <rich.lane@bigswitch.com>
show more ...
|
#
fea1d908 |
| 24-Apr-2015 |
John McNamara <john.mcnamara@intel.com> |
doc: fix spellings and typos
Fixed several typos and spelling errors in guide docs.
Signed-off-by: John McNamara <john.mcnamara@intel.com>
|
#
9c587847 |
| 16-Dec-2014 |
Siobhan Butler <siobhan.a.butler@intel.com> |
doc: remove Intel references from freebsd guide
Updated the FreeBSD GSG to remove redundant Intel references.
Signed-off-by: Siobhan Butler <siobhan.a.butler@intel.com> Acked-by: Bernard Iremonger
doc: remove Intel references from freebsd guide
Updated the FreeBSD GSG to remove redundant Intel references.
Signed-off-by: Siobhan Butler <siobhan.a.butler@intel.com> Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
show more ...
|
#
3e7b87dd |
| 24-Nov-2014 |
Bruce Richardson <bruce.richardson@intel.com> |
doc: add freebsd ports
Since the DPDK is now part of the BSD ports collection, we should recommend installing from ports as the best way to get it up and running. In order to achieve this, while sti
doc: add freebsd ports
Since the DPDK is now part of the BSD ports collection, we should recommend installing from ports as the best way to get it up and running. In order to achieve this, while still keeping the document readable, the chapter on system requirements has been moved to instead be a section within the chapter on compiling the DPDK outside of the ports collection. This move is necessary, since it covered a lot of detail on installing other ports required to build DPDK. These steps are not needed when installing DPDK itself from ports.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
show more ...
|
#
f9e2411a |
| 24-Nov-2014 |
Bruce Richardson <bruce.richardson@intel.com> |
doc: adjust line lengths in freebsd guide
The FreeBSD GSG rst files had very inconsistent line lengths for text within paragraph blocks. Sometimes a line would be very short, while often lines would
doc: adjust line lengths in freebsd guide
The FreeBSD GSG rst files had very inconsistent line lengths for text within paragraph blocks. Sometimes a line would be very short, while often lines would be quite long. This patch adjusts the formatting of the rst files so that lines break at approx the 80-character mark, as is standard in the DPDK source code.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
show more ...
|
#
dacdbfa4 |
| 23-Oct-2014 |
Bernard Iremonger <bernard.iremonger@intel.com> |
doc: getting started guide for freebsd
The 1.7 DPDK_FreeBSD_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 w
doc: getting started guide for freebsd
The 1.7 DPDK_FreeBSD_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. The top level index file has been modified to include this guide.
This is the second document from a set of 6 documents.
Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
show more ...
|