Home
last modified time | relevance | path

Searched refs:extra (Results 1 – 25 of 50) sorted by relevance

12

/dpdk/drivers/net/sfc/
H A Dsfc.c317 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 Dlio_struct.h170 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 Dmeson.build13 '-Wno-format-extra-args',
/dpdk/drivers/net/fm10k/base/
H A Dmeson.build14 '-Wno-strict-aliasing', '-Wno-format-extra-args',
/dpdk/examples/ipsec-secgw/
H A Dsp4.c433 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 Dsp6.c538 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 Dmeson.build40 '-Wno-format-extra-args',
/dpdk/doc/guides/sample_app_ug/
H A Dcompiling.rst78 This option adds some extra flags, disables compiler optimizations and
H A Dl2_forward_event.rst290 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 Dfips_validation.rst63 will be is it will add a extra line in the generated ``.rsp`` which should be
H A Dl3_forward_access_ctrl.rst137 …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 Dmain.c495 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 Dmvsam.rst68 extra option must be passed to the library configuration script:
H A Dscheduler.rst165 The multi-core mode uses one extra parameter:
/dpdk/kernel/linux/
H A Dmeson.build15 kernel_install_dir = '/lib/modules/' + kernel_version + '/extra/dpdk'
/dpdk/buildtools/pkg-config/
H A Dmeson.build11 # regular libs first, and then the extra libs from Libs.private field,
/dpdk/doc/guides/platform/
H A Dmlx5.rst591 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 Dmvneta.rst127 MVNETA PMD requires extra out of tree kernel modules to function properly.
H A Dena.rst216 ``/etc/default/grub`` with the below extra boot arguments::
231 ``GRUB_CMDLINE_LINUX`` in file ``/etc/default/grub`` with the extra boot
H A Dsfc_efx.rst103 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 Dnfp.rst72 The PMD PF has extra work to do which will delay the DPDK app initialization
/dpdk/app/test/
H A Dtest_mbuf.c702 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 Dhash_lib.rst23 * 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 Dfib_lib.rst66 but extra memory isn't used for the dataplane struct. This algorithm should only
/dpdk/doc/guides/rel_notes/
H A Drelease_17_05.rst325 * 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.

12