#
4c948437 |
| 30-May-2022 |
Ciara Power <ciara.power@intel.com> |
doc: fix grammar and formatting in compressdev guide
Small improvements made to the compressdev programmer's guide. This includes rephrasing some sentences, fixing grammar, and aligning formatting.
doc: fix grammar and formatting in compressdev guide
Small improvements made to the compressdev programmer's guide. This includes rephrasing some sentences, fixing grammar, and aligning formatting.
Fixes: a584d3bea902 ("doc: add compressdev library guide") Fixes: f7095d41bba6 ("doc: clarify data plane error handling in compressdev") Cc: stable@dpdk.org
Signed-off-by: Ciara Power <ciara.power@intel.com> Acked-by: Fan Zhang <roy.fan.zhang@intel.com>
show more ...
|
#
35bd0a5c |
| 22-Nov-2021 |
Sean Morrissey <sean.morrissey@intel.com> |
doc: capitalise PMD
The doc's contain references to pmd but the proper use is to use PMD.
Cc: stable@dpdk.org
Signed-off-by: Sean Morrissey <sean.morrissey@intel.com> Acked-by: John McNamara <john
doc: capitalise PMD
The doc's contain references to pmd but the proper use is to use PMD.
Cc: stable@dpdk.org
Signed-off-by: Sean Morrissey <sean.morrissey@intel.com> Acked-by: John McNamara <john.mcnamara@intel.com> Reviewed-by: Conor Walsh <conor.walsh@intel.com> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.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 ...
|
#
1525374a |
| 15-Jul-2019 |
Adam Dybkowski <adamx.dybkowski@intel.com> |
doc: update compressdev guide
This patch updates the constant names and function names used in code snippets in the Compression Device Library documentation.
Signed-off-by: Adam Dybkowski <adamx.dy
doc: update compressdev guide
This patch updates the constant names and function names used in code snippets in the Compression Device Library documentation.
Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com> Acked-by: Fiona Trahe <fiona.trahe@intel.com>
show more ...
|
#
f7095d41 |
| 15-May-2019 |
Fiona Trahe <fiona.trahe@intel.com> |
doc: clarify data plane error handling in compressdev
Fixed some typos and clarified how errors on ops which fail to get submitted on the enqueue API should be handled.
Fixes: a584d3bea902 ("doc: a
doc: clarify data plane error handling in compressdev
Fixed some typos and clarified how errors on ops which fail to get submitted on the enqueue API should be handled.
Fixes: a584d3bea902 ("doc: add compressdev library guide") Cc: stable@dpdk.org
Signed-off-by: Fiona Trahe <fiona.trahe@intel.com> Acked-by: Tomasz Jozwiak <tomaszx.jozwiak@intel.com> Acked-by: Shally Verma <shallyv@marvell.com>
show more ...
|
#
6b1a74ef |
| 22-May-2019 |
Thierry Herbelot <thierry.herbelot@6wind.com> |
doc: fix grammar in prog guides
A copy'n'paste typo was present in three guides.
Fixes: a584d3bea902 ("doc: add compressdev library guide") Fixes: 4935e1e9f76e ("bbdev: introduce wireless base band
doc: fix grammar in prog guides
A copy'n'paste typo was present in three guides.
Fixes: a584d3bea902 ("doc: add compressdev library guide") Fixes: 4935e1e9f76e ("bbdev: introduce wireless base band device lib") Fixes: 0318c02b57cf ("doc: add cryptodev chapter in prog guide") Cc: stable@dpdk.org
Signed-off-by: Thierry Herbelot <thierry.herbelot@6wind.com> Acked-by: Rami Rosen <ramirose@gmail.com> Acked-by: Fiona Trahe <fiona.trahe@intel.com>
show more ...
|
#
d629b7b5 |
| 26-Apr-2019 |
John McNamara <john.mcnamara@intel.com> |
doc: fix spelling reported by aspell in guides
Fix spelling errors in the guide docs.
Signed-off-by: John McNamara <john.mcnamara@intel.com> Acked-by: Rami Rosen <ramirose@gmail.com>
|
#
a9de470c |
| 26-Feb-2019 |
Bruce Richardson <bruce.richardson@intel.com> |
test: move to app directory
Since all other apps have been moved to the "app" folder, the autotest app remains alone in the test folder. Rather than having an entire top-level folder for this, we ca
test: move to app directory
Since all other apps have been moved to the "app" folder, the autotest app remains alone in the test folder. Rather than having an entire top-level folder for this, we can move it back to where it all started in early versions of DPDK - the "app/" folder.
This move has a couple of advantages: * This reduces clutter at the top level of the project, due to one less folder. * It eliminates the separate build task necessary for building the autotests using make "make test-build" which means that developers are less likely to miss something in their own compilation tests * It re-aligns the final location of the test binary in the app folder when building with make with it's location in the source tree.
For meson builds, the autotest app is different from the other apps in that it needs a series of different test cases defined for it for use by "meson test". Therefore, it does not get built as part of the main loop in the app folder, but gets built separately at the end.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
show more ...
|
#
a584d3be |
| 27-Apr-2018 |
Ashish Gupta <ashish.gupta@caviumnetworks.com> |
doc: add compressdev library guide
Add section in programmer’s guide for Compressdev library.
Signed-off-by: Shally Verma <shally.verma@caviumnetworks.com> Signed-off-by: Sunila Sahu <sunila.sahu@c
doc: add compressdev library guide
Add section in programmer’s guide for Compressdev library.
Signed-off-by: Shally Verma <shally.verma@caviumnetworks.com> Signed-off-by: Sunila Sahu <sunila.sahu@caviumnetworks.com> Signed-off-by: Ashish Gupta <ashish.gupta@caviumnetworks.com>
show more ...
|