diff options
| author | Serhii Iliushyk <[email protected]> | 2024-07-17 15:32:56 +0200 |
|---|---|---|
| committer | Ferruh Yigit <[email protected]> | 2024-07-18 23:41:29 +0200 |
| commit | 05aa63056897ba49d826c30d002bdb4c8f14b46d (patch) | |
| tree | e21d826748ba5d58f5dbc388c821e18d3103f95b /devtools | |
| parent | d3dc362770d9129c7d6dada8a0e9a251afe93806 (diff) | |
net/ntnic: add registers and FPGA model
The NTNIC PMD does not rely on a kernel space Napatech driver,
thus all defines related to the register layout is part of the PMD
code, which will be added in later commits.
Signed-off-by: Serhii Iliushyk <[email protected]>
Reviewed-by: Ferruh Yigit <[email protected]>
Diffstat (limited to 'devtools')
| -rwxr-xr-x | devtools/check-spdx-tag.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devtools/check-spdx-tag.sh b/devtools/check-spdx-tag.sh index 1ffccdaecc..641631faa7 100755 --- a/devtools/check-spdx-tag.sh +++ b/devtools/check-spdx-tag.sh @@ -27,6 +27,7 @@ check_spdx() { ':^*.cocci' ':^*.abignore' \ ':^*.map' ':^*.ini' ':^*.data' ':^*.json' ':^*.cfg' ':^*.txt' \ ':^*.svg' ':^*.png' \ + ':^drivers/net/ntnic/nthw/supported/*' \ > $tmpfile errors=$(wc -l < $tmpfile) |
