#
a2a43d3a |
| 10-Aug-2021 |
Ray Kinsella <mdr@ashroe.eu> |
doc: fix typos in examples code
Fix documentation typos that are generating spurious CI warnings.
Fixes: 9a212dc06c7a ("doc: use code snippets in sample app guides")
Signed-off-by: Ray Kinsella <m
doc: fix typos in examples code
Fix documentation typos that are generating spurious CI warnings.
Fixes: 9a212dc06c7a ("doc: use code snippets in sample app guides")
Signed-off-by: Ray Kinsella <mdr@ashroe.eu> Acked-by: Aaron Conole <aconole@redhat.com> Reviewed-by: Conor Walsh <conor.walsh@intel.com>
show more ...
|
#
9a212dc0 |
| 16-Jul-2021 |
Conor Fogarty <conor.fogarty@intel.com> |
doc: use code snippets in sample app guides
Currently the sample app user guides use hard coded code snippets, this patch changes these to use literalinclude which will dynamically update the snippe
doc: use code snippets in sample app guides
Currently the sample app user guides use hard coded code snippets, this patch changes these to use literalinclude which will dynamically update the snippets as changes are made to the code. This was introduced in commit 413c75c33c40 ("doc: show how to include code in guides"). Comments within the sample apps were updated to accommodate this as part of this patch. This will help to ensure that the code within the sample app user guides is up to date and not out of sync with the actual code.
Signed-off-by: Conor Fogarty <conor.fogarty@intel.com> Signed-off-by: Conor Walsh <conor.walsh@intel.com> Acked-by: John McNamara <john.mcnamara@intel.com>
show more ...
|
#
e2a94f9a |
| 21-Oct-2020 |
Ciara Power <ciara.power@intel.com> |
doc: remove references to make from apps guide
While make has been deprecated for DPDK, it's still applicable for some example apps to be built standalone, this patch adjusts the guides to take that
doc: remove references to make from apps guide
While make has been deprecated for DPDK, it's still applicable for some example apps to be built standalone, this patch adjusts the guides to take that into consideration.
Signed-off-by: Ciara Power <ciara.power@intel.com> Acked-by: Nicolas Chautru <nicolas.chautru@intel.com> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
show more ...
|
#
483a914d |
| 12-Aug-2020 |
Stephen Hemminger <stephen@networkplumber.org> |
doc: remove trailing white space
Run a simple script to remove trailing white space and blank lines at end of file across all documents.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
|
#
8f5b4af7 |
| 25-Mar-2020 |
Junyu Jiang <junyux.jiang@intel.com> |
examples/vmdq: fix RSS configuration
In order that all queues of pools can receive packets, add enable-rss argument to change RSS configuration.
Fixes: 6bb97df521aa ("examples/vmdq: new app") Cc: s
examples/vmdq: fix RSS configuration
In order that all queues of pools can receive packets, add enable-rss argument to change RSS configuration.
Fixes: 6bb97df521aa ("examples/vmdq: new app") Cc: stable@dpdk.org
Signed-off-by: Junyu Jiang <junyux.jiang@intel.com> Acked-by: Xiaoyun Li <xiaoyun.li@intel.com> Tested-by: Yingya Han <yingyax.han@intel.com>
show more ...
|
#
9a82259d |
| 25-Mar-2020 |
Junyu Jiang <junyux.jiang@intel.com> |
doc: add user guide for VMDq example
Currently, there is no documentation for VMDq example, this path added the user guide for VMDq.
Signed-off-by: Junyu Jiang <junyux.jiang@intel.com> Reviewed-by:
doc: add user guide for VMDq example
Currently, there is no documentation for VMDq example, this path added the user guide for VMDq.
Signed-off-by: Junyu Jiang <junyux.jiang@intel.com> Reviewed-by: Jingjing Wu <jingjing.wu@intel.com>
show more ...
|