| /dpdk/drivers/net/sfc/ |
| H A D | sfc.c | 317 unsigned int extra; in sfc_estimate_resource_limits() local 328 extra = MIN(evq_allocated, rxq_allocated); in sfc_estimate_resource_limits() 329 extra = MIN(extra, in sfc_estimate_resource_limits() 331 evq_allocated -= extra; in sfc_estimate_resource_limits() 332 rxq_allocated -= extra; in sfc_estimate_resource_limits() 333 sas->nb_repr_rxq += extra; in sfc_estimate_resource_limits() 336 extra = MIN(evq_allocated, txq_allocated); in sfc_estimate_resource_limits() 337 extra = MIN(extra, in sfc_estimate_resource_limits() 339 evq_allocated -= extra; in sfc_estimate_resource_limits() 340 txq_allocated -= extra; in sfc_estimate_resource_limits() [all …]
|
| /dpdk/drivers/net/liquidio/ |
| H A D | lio_struct.h | 170 uint64_t extra : 28; member 183 uint64_t extra : 25; member 202 uint64_t extra : 28; 209 uint64_t extra : 25;
|
| /dpdk/drivers/net/vmxnet3/ |
| H A D | meson.build | 13 '-Wno-format-extra-args',
|
| /dpdk/drivers/net/fm10k/base/ |
| H A D | meson.build | 14 '-Wno-strict-aliasing', '-Wno-format-extra-args',
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | sp4.c | 433 print_one_ip4_rule(const struct acl4_rules *rule, int32_t extra) in print_one_ip4_rule() argument 452 if (extra) in print_one_ip4_rule() 460 dump_ip4_rules(const struct acl4_rules *rule, int32_t num, int32_t extra) in dump_ip4_rules() argument 466 print_one_ip4_rule(rule, extra); in dump_ip4_rules()
|
| H A D | sp6.c | 538 print_one_ip6_rule(const struct acl6_rules *rule, int32_t extra) in print_one_ip6_rule() argument 583 if (extra) in print_one_ip6_rule() 591 dump_ip6_rules(const struct acl6_rules *rule, int32_t num, int32_t extra) in dump_ip6_rules() argument 597 print_one_ip6_rule(rule, extra); in dump_ip6_rules()
|
| /dpdk/drivers/net/qede/base/ |
| H A D | meson.build | 40 '-Wno-format-extra-args',
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | compiling.rst | 78 This option adds some extra flags, disables compiler optimizations and
|
| H A D | l2_forward_event.rst | 290 In case of S/W scheduler, an extra event queue is created which will be used for 307 In case of S/W scheduler, an extra event port is created by DPDK library which 313 :end-before: >8 End of extra port created.
|
| H A D | fips_validation.rst | 63 will be is it will add a extra line in the generated ``.rsp`` which should be
|
| H A D | l3_forward_access_ctrl.rst | 137 …ith a leading character 'R' and have the same format as ACL rules except an extra field at the tail 332 no extra protocol field retrieval need to be performed.
|
| /dpdk/examples/l3fwd-acl/ |
| H A D | main.c | 495 print_one_ipv4_rule(struct acl4_rule *rule, int extra) in print_one_ipv4_rule() argument 514 if (extra) in print_one_ipv4_rule() 522 print_one_ipv6_rule(struct acl6_rule *rule, int extra) in print_one_ipv6_rule() argument 567 if (extra) in print_one_ipv6_rule() 648 dump_ipv4_rules(struct acl4_rule *rule, int num, int extra) in dump_ipv4_rules() argument 654 print_one_ipv4_rule(rule, extra); in dump_ipv4_rules() 660 dump_ipv6_rules(struct acl6_rule *rule, int num, int extra) in dump_ipv6_rules() argument 666 print_one_ipv6_rule(rule, extra); in dump_ipv6_rules()
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | mvsam.rst | 68 extra option must be passed to the library configuration script:
|
| H A D | scheduler.rst | 165 The multi-core mode uses one extra parameter:
|
| /dpdk/kernel/linux/ |
| H A D | meson.build | 15 kernel_install_dir = '/lib/modules/' + kernel_version + '/extra/dpdk'
|
| /dpdk/buildtools/pkg-config/ |
| H A D | meson.build | 11 # regular libs first, and then the extra libs from Libs.private field,
|
| /dpdk/doc/guides/platform/ |
| H A D | mlx5.rst | 591 will happen on the data path. The tradeoff is extra work on the creation 621 regular memory (with write combining), the PMD will perform the extra write 626 cached memory, the PMD will not perform the extra write memory barrier after 633 extra memory barrier (it is supposed to be issued in the next coming burst,
|
| /dpdk/doc/guides/nics/ |
| H A D | mvneta.rst | 127 MVNETA PMD requires extra out of tree kernel modules to function properly.
|
| H A D | ena.rst | 216 ``/etc/default/grub`` with the below extra boot arguments:: 231 ``GRUB_CMDLINE_LINUX`` in file ``/etc/default/grub`` with the extra boot
|
| H A D | sfc_efx.rst | 103 extra 269 (14 bytes prefix plus up to 255 bytes for end padding) bytes may be 372 Enable compilation of the extra run-time consistency checks.
|
| H A D | nfp.rst | 72 The PMD PF has extra work to do which will delay the DPDK app initialization
|
| /dpdk/app/test/ |
| H A D | test_mbuf.c | 702 struct rte_mbuf *extra = NULL; in test_pktmbuf_pool() local 703 extra = rte_pktmbuf_alloc(pktmbuf_pool); in test_pktmbuf_pool() 704 if(extra != NULL) { in test_pktmbuf_pool() 708 extra = rte_pktmbuf_clone(m[0], pktmbuf_pool); in test_pktmbuf_pool() 709 if(extra != NULL) { in test_pktmbuf_pool()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | hash_lib.rst | 23 * An extra flag to describe additional settings, for example the multithreading mode of operation… 112 An extra flag is used to enable this functionality (flag is not set by default). When the (RTE_HASH… 187 with a linked list of extra buckets and the key is stored in this linked list. 190 If there is no match there either, the extendable buckets (linked list of extra buckets) are search…
|
| H A D | fib_lib.rst | 66 but extra memory isn't used for the dataplane struct. This algorithm should only
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_17_05.rst | 325 * Added an extra parameter to the burst/bulk enqueue functions to 328 * Added an extra parameter to the burst/bulk dequeue functions to return 346 while fixing the compiler error due to the extra parameter.
|