to the regex filter.
Signed-off-by: Henry Nadeau
---
devtools/spell_check.sh | 121 ++
devtools/spell_check_dictionary.txt | 2160 +++
devtools/spell_check_regex.txt |2 +
3 files changed, 2283 insertions(+)
create mode 100755 devtools/spell_check.sh
A spell check script to check for errors in patches. An
example of usage being cat PATCH_FILE | spell_check.sh.
Errors will be printed to console, following the file
they are located in. Word exclusions can be made by
making additions to the dictionary, and problematic
patterns can be added t
.
Errors will be logged and printed to console, and by default the log will be
stored in devtools. The output directory can be modified with a flag.
The script can be executed from anywhere within the dpdk repo.
Signed-off-by: Henry Nadeau
---
devtools/spell_check.sh | 202
.
Signed-off-by: Henry Nadeau
---
devtools/spell_check.sh | 189 +++
devtools/spell_check_dictionary.txt | 2157 +++
devtools/spell_check_regex.txt |2 +
3 files changed, 2348 insertions(+)
create mode 100755 devtools/spell_check.sh
create mode 100644
Corrected two typos that got added in the most recent merge.
Signed-off-by: Henry Nadeau
---
doc/guides/sample_app_ug/ioat.rst| 2 +-
doc/guides/sample_app_ug/vmdq_forwarding.rst | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/guides/sample_app_ug
Spell checked and corrected documentation. If there are any
errors, or I have changed something that wasn't an error please reach out to
me so I can update the dictionary.
Cc: sta...@dpdk.org
Signed-off-by: Henry Nadeau
---
doc/guides/contributing/coding_style.rst| 2 +-
doc/g
Signed-off-by: Henry Nadeau
---
doc/guides/prog_guide/bbdev.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guides/prog_guide/bbdev.rst b/doc/guides/prog_guide/bbdev.rst
index ab2921bfe3..9619280ffc 100644
--- a/doc/guides/prog_guide/bbdev.rst
+++ b/doc/guides
Implimenting automatic documentation spell checking, fixed any spelling errors
that were picked up by the spell checker. If any of these corrections are
incorrect please let me know so I can update the spell checker.
Signed-off-by: Henry Nadeau
---
doc/guides/contributing/coding_style.rst
One of the titles needed a dash below as the title was extended.
Signed-off-by: Henry Nadeau
---
doc/guides/prog_guide/toeplitz_hash_lib.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guides/prog_guide/toeplitz_hash_lib.rst
b/doc/guides/prog_guide
Corrected spelling mistakes in the DPDK documentation.
Signed-off-by: Henry Nadeau
---
doc/guides/contributing/coding_style.rst| 2 +-
doc/guides/cryptodevs/mlx5.rst | 4 ++--
doc/guides/cryptodevs/scheduler.rst | 2 +-
doc/guides/howto
From: henry cai
function i40evf_add_del_all_mac_addr without check return value of rte_zmalloc
Fixes: 97ac72aa71a9 ("i40e: support setting VF MAC address ")
Signed-off-by: henry cai
---
drivers/net/i40e/i40e_ethdev_vf.c | 4
1 file changed, 4 insertions(+)
diff --git a/driver
check return value of rte_zmalloc
Signed-off-by: henry
---
drivers/net/i40e/i40e_ethdev_vf.c | 6 ++
1 file changed, 6 insertions(+)
diff --git a/drivers/net/i40e/i40e_ethdev_vf.c
b/drivers/net/i40e/i40e_ethdev_vf.c
index 55fd344..fdb5be6 100644
--- a/drivers/net/i40e/i40e_ethdev_vf.c
Check return value of malloc
Signed-off-by: henry
---
drivers/net/cxgbe/base/t4_hw.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/net/cxgbe/base/t4_hw.c b/drivers/net/cxgbe/base/t4_hw.c
index c089b06..9dca8da 100644
--- a/drivers/net/cxgbe/base/t4_hw.c
+++ b/drivers/net/cxgbe
As far as I known, DPDK(1.2.3) only supports the following NICs:
(1) Intel 82576, 82580, I350 chipset based NICs;
(2) Intel 82599, X540T, X520T chipset based NICs;
(3) virtual NICs generated by SR-IOV from (2).
If the NICs on your C220 M3 is one of (2), you can run l2fwdvf OR l3fwdvf
successfully
14 matches
Mail list logo