#
f88b0b89 |
| 22-Oct-2021 |
David Marchand <david.marchand@redhat.com> |
devtools: forbid indent with tabs in Meson
The rule for indentation in Meson in DPDK is 4 spaces.
Any tab should be flagged as an issue, let's extend the check and fix existing offenders.
Fixes: 4
devtools: forbid indent with tabs in Meson
The rule for indentation in Meson in DPDK is 4 spaces.
Any tab should be flagged as an issue, let's extend the check and fix existing offenders.
Fixes: 4ad4b20a7905 ("drivers: change indentation in build files") Fixes: 2457705e6474 ("crypto/cnxk: add driver skeleton") Fixes: 634b73104482 ("app/testpmd: build on Windows") Fixes: 3a6bfc37eaf4 ("net/ice: support QoS config VF bandwidth in DCF") Fixes: 8ef09fdc506b ("build: add optional NUMA and CPU counts detection") Fixes: e1369718f553 ("common/octeontx: enable build only on 64-bit Linux") Fixes: 2b504721bfda ("app/bbdev: enable la12xx") Fixes: 6cc51b1293ce ("mem: instrument allocator for ASan") Fixes: c75542ae4200 ("crypto/ipsec_mb: introduce IPsec_mb framework") Fixes: 918fd2f1466b ("crypto/ipsec_mb: move aesni_mb PMD") Fixes: 746825e5c0ea ("crypto/ipsec_mb: move aesni_gcm PMD") Fixes: bc9ef81c42b4 ("crypto/ipsec_mb: move kasumi PMD") Fixes: 4f1cfda59ad3 ("crypto/ipsec_mb: move snow3g PMD") Fixes: cde8df1bda9d ("crypto/ipsec_mb: move zuc PMD") Fixes: f16662885472 ("crypto/ipsec_mb: add chacha_poly PMD")
Signed-off-by: David Marchand <david.marchand@redhat.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Stephen Hemminger <stephen@networkplumber.org>
show more ...
|
#
634b7310 |
| 29-Jun-2021 |
Jie Zhou <jizh@linux.microsoft.com> |
app/testpmd: build on Windows
- Disable unsupported apps on Windows - Enable building of testpmd on Windows
Signed-off-by: Jie Zhou <jizh@linux.microsoft.com> Acked-by: Tal Shnaiderman <talshn@nvid
app/testpmd: build on Windows
- Disable unsupported apps on Windows - Enable building of testpmd on Windows
Signed-off-by: Jie Zhou <jizh@linux.microsoft.com> Acked-by: Tal Shnaiderman <talshn@nvidia.com> Acked-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
show more ...
|
#
de06137c |
| 29-Jul-2020 |
Yuval Avnery <yuvalav@mellanox.com> |
app/regex: add RegEx test application
Following the new RegEx class. There is a need to create a dedicated test application in order to validate this class and PMD.
Unlike net device this applicati
app/regex: add RegEx test application
Following the new RegEx class. There is a need to create a dedicated test application in order to validate this class and PMD.
Unlike net device this application loads data from a file.
This commit introduces the new RegEx test app.
The basic app flow: 1. Configure the RegEx device to use one queue, and set the rule database, using precompiled file. 2. Allocate mbufs based on the requested number of jobs, each job will i get one mbuf. 3. Enqueue as much as possible jobs. 4. Dequeue jobs. 5. if the number of dequeue jobs < requested number of jobs job to step
Signed-off-by: Ori Kam <orika@mellanox.com> Signed-off-by: Yuval Avnery <yuvalav@mellanox.com>
show more ...
|