[dpdk-dev] [PATCH v1] doc: fix spelling errors reported by aspell

Kevin Traynor ktraynor at redhat.com
Thu Apr 18 14:41:07 CEST 2019


On 03/04/2019 14:26, John McNamara wrote:
> Signed-off-by: John McNamara <john.mcnamara at intel.com>
> ---
> 
> Some notes on this. 
> 
> It is probably best not to apply this patch until just before the release
> since it could potentially create a lot of conflicts. I'll resubmit a v2
> prior to the 19.05 release.
> 
> The fixes list is below. I didn't include them in the commit message
> since I don't think the effort of backporting is worth it.
> 

The other thing to consider is that global small changes in master can
cause problems with future backports to stables. I did a quick check
against 18.11 branch and only about 10 files had rejects.

In this case as it's docs and all the changes are independent, I think
it's probably better to backport at least the ones that apply cleanly.

Also, it needs a rebase for master but I think you knew already.

> 
> Fixes: a6531d58b415 ("compressdev: replace mbuf scatter gather flag")
> Fixes: 58abf6e77c6b ("doc: add contributors guide")
> Fixes: 3728e9ba7739 ("crypto/aesni_mb: support IPSec Multi-buffer lib v0.46")
> Fixes: 2717246ecd7d ("cryptodev: replace mbuf scatter gather flag")
> Fixes: 02545b6ca29a ("doc: update build instructions for qat PMDs")
> Fixes: 4c07e0552f0a ("crypto/scheduler: add multicore scheduling mode")
> Fixes: c7aa67f5a9e4 ("doc: add eventdev OPDL PMD guide")
> Fixes: 0857b9421138 ("doc: add event device and software eventdev")
> Fixes: 206b6ba882cf ("doc: add VF live migration howto with bonded virtio")
> Fixes: 6993fe1375c1 ("doc: add VM live migration howto with vhost-user")
> Fixes: 3e0ceb9f17ff ("doc: add basic howto for flow API")
> Fixes: 6e9270eab112 ("doc: add telemetry how-to")
> Fixes: 0ba3870e7559 ("doc: add guide to use virtio-user as exceptional path")
> Fixes: 6ef75e405d5a ("doc: add af_packet PMD guide")
> Fixes: 3d38e3dcf197 ("net/atlantic: implement Rx path")
> Fixes: 6c2809628cd5 ("net/cxgbe: improve latency for slow traffic")
> Fixes: cda260a4ac1a ("net/cxgbe: add option to keep outer VLAN tag in QinQ")
> Fixes: 0c504f6950b6 ("net/dpaa: support push mode")
> Fixes: 846a8305f277 ("doc: add DPAA2 NIC details")
> Fixes: 61e093398fbc ("doc: add instructions for WC in ENAv2")
> Fixes: 65313f1a822a ("doc: add guide for ENETC PMD")
> Fixes: 0543f9d24ae1 ("net/enic: flow API documentation")
> Fixes: 13e855a3b996 ("doc: add inline crypto feature")
> Fixes: 04c8542f96f7 ("net/i40e: set TC strict priority mode")
> Fixes: 621c5c1db2b1 ("doc: add ixgbe known issue with legacy interrrupt")
> Fixes: 75e2bc54c018 ("net/kni: add KNI PMD")
> Fixes: 2c0dd7b69fb0 ("config: add static linkage of mlx dependency")
> Fixes: 0280f2812284 ("doc: add mlx5 E-Switch VXLAN tunnels limitations")
> Fixes: 2c0dd7b69fb0 ("config: add static linkage of mlx dependency")
> Fixes: 7d6bf6b866b8 ("net/mlx5: add Multi-Packet Rx support")
> Fixes: 0ba610ca1d17 ("net/mvpp2: document MTR and TM usage")
> Fixes: 4b048f352c01 ("doc: clarify usage of netvsc PMD")
> Fixes: ef28aa96e53b ("net/nfp: support multiprocess")
> Fixes: c7cb2d7a5f2a ("net/sfc: add device configuration checks")
> Fixes: 8cb45c97d396 ("net/sfc: add unknown unicast/multicast match in flow API")
> Fixes: c22d3c508e0c ("net/sfc: support parameter to choose performance profile")
> Fixes: a5e1231f099b ("net/szedata2: do not affect Ethernet interfaces")
> Fixes: bcab6c1d27fa ("net/tap: allow user MAC to be passed as args")
> Fixes: ceccf8dc7c3d ("doc: create NXP DPAA platform guide")
> Fixes: b84c108742a9 ("doc: create NXP DPAA2 platform guide")
> Fixes: 4935e1e9f76e ("bbdev: introduce wireless base band device lib")
> Fixes: a584d3bea902 ("doc: add compressdev library guide")
> Fixes: 0318c02b57cf ("doc: add cryptodev chapter in prog guide")
> Fixes: c149818b0e51 ("doc: add note on multiple crypto vdevs")
> Fixes: 0318c02b57cf ("doc: add cryptodev chapter in prog guide")
> Fixes: 31850d26850e ("doc: add cryptodev sample code")
> Fixes: b9209dc21999 ("doc: add asymmetric crypto in programmer guide")
> Fixes: a5d7a3f77ddc ("unify tools naming")
> Fixes: 0dd62a01874a ("doc: add EFD library section in programmers guide")
> Fixes: b31739328354 ("doc: update guides for memory subsystem")
> Fixes: 3810ae435783 ("eventdev: add interrupt driven queues to Rx adapter")
> Fixes: c1eaab510dba ("eventdev: add callback for Rx adapter SW transfers")
> Fixes: 7358c91ffa85 ("doc: add eventdev library to programmers guide")
> Fixes: 50bdac5916d9 ("flow_classify: remove table id parameter from API")
> Fixes: fdec9301f52d ("doc: add flow classify guides")
> Fixes: 9ef6cb1a1583 ("doc: add IPsec library guide")
> Fixes: 89397a01ce4a ("kni: set default carrier state of interface")
> Fixes: 349950ddb9c5 ("metrics: add information metrics library")
> Fixes: 2ad7ba9a6567 ("bitrate: add bitrate statistics library")
> Fixes: 5cd3cac9ed22 ("latency: added new library for latency stats")
> Fixes: e22266669e86 ("doc: add IPC guide")
> Fixes: 9d5ba88c2d41 ("doc: add ARM profiling methods")
> Fixes: 7307cf6333ca ("ethdev: add raw encapsulation action")
> Fixes: 6f1c2168bccb ("ethdev: add generic TTL rewrite actions")
> Fixes: 40ff8c99ea99 ("doc: add details of security library")
> Fixes: e660897d8a0a ("doc: describe traffic management API")
> Fixes: 9ba1e744ab65 ("vhost: add a flag to enable dequeue zero copy")
> Fixes: ef1e8ede3da5 ("raw/ifpga: add Intel FPGA bus rawdev driver")
> Fixes: 86fa6c57a175 ("doc: add known igb_uio issue for i40e")
> Fixes: b667029e9096 ("doc: add Linux 4.10.0 known issue in release notes")
> Fixes: a32ca9a4ebc1 ("mk: fix scope of disabling AVX512F support")
> Fixes: c9b13d944088 ("doc: update release notes for 17.11")
> Fixes: 1ffee690eaa1 ("examples/bbdev: add sample app")
> Fixes: 1094ca96689c ("doc: add SW eventdev pipeline to sample app guide")
> Fixes: fdec9301f52d ("doc: add flow classify guides")
> Fixes: bef33b0a9d58 ("doc: add new introduction to sample app guides")
> Fixes: 71f2e9ba7d8c ("doc: update IP pipeline application guide")
> Fixes: ec17993a145a ("examples/ipsec-secgw: support security offload")
> Fixes: 02dc5b7d58c7 ("doc: update ipsec-secgw guide and release notes")
> Fixes: 4d1a771bd88d ("doc: add guide for performance-thread example")
> Fixes: 331ce43dc564 ("doc: add policer table details for metering application")
> Fixes: 474572d2ae5a ("app/pipeline: move from test directory")
> Fixes: a971c509a523 ("doc: update vhost sample guide")
> Fixes: e3075e969eff ("doc: add driver limitation for vhost dequeue zero copy")
> Fixes: db75c7af19bb ("examples/vhost_scsi: introduce a new sample app")
> Fixes: 50ac590ff826 ("doc: update VM power manager sample guide")
> Fixes: a63504a90f6a ("examples/power: add JSON string handling")
> Fixes: 50ac590ff826 ("doc: update VM power manager sample guide")
> Fixes: fb73e096110a ("app/testpmd: enable device hotplug monitoring")
> Fixes: 3c156061b938 ("app/testpmd: add noisy neighbour forwarding mode")
> Fixes: a67857e97ba8 ("doc: clarify usage of testpmd MAC forward mode")
> Fixes: 8d9d4c2428be ("app/testpmd: update softnic mode documentation")
> Fixes: c4e04283abee ("doc: fix literal block in testpmd guide")
> Fixes: 0aeb7077d171 ("doc: add 802.3ad modes in testpmd guide")
> Fixes: 5b590fbe09b6 ("app/testpmd: add traffic management forwarding mode")
> Fixes: 708d0bcb72c2 ("app/testpmd: add commands to modify TTL")
> Fixes: e977e4199a8d ("app/testpmd: add commands to load/unload BPF filters")
> Fixes: c6baca7adc94 ("doc: describe new performance test application")
> Fixes: 98a7ea332ba3 ("fix typos using codespell utility")
> Fixes: c6baca7adc94 ("doc: describe new performance test application")
> Fixes: 8a37f37fc243 ("app/procinfo: add --show-port")
> Fixes: c13e8984404a ("app/procinfo: add --show-ring")
> Fixes: bacf34762ac5 ("doc: update limitations in procinfo guide")
> Fixes: 8723590ec603 ("doc: update bbdev test app guide")

104 Fixes, it's a DPDK record? :-)


More information about the dev mailing list