Home
last modified time | relevance | path

Searched refs:S (Results 1 – 25 of 38) sorted by relevance

12

/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_osdep.h35 #define DEBUGOUT(S, args...) PMD_DRV_LOG_RAW(DEBUG, S, ##args) argument
36 #define DEBUGOUT1(S, args...) DEBUGOUT(S, ##args) argument
37 #define DEBUGOUT2(S, args...) DEBUGOUT(S, ##args) argument
38 #define DEBUGOUT3(S, args...) DEBUGOUT(S, ##args) argument
39 #define DEBUGOUT6(S, args...) DEBUGOUT(S, ##args) argument
40 #define DEBUGOUT7(S, args...) DEBUGOUT(S, ##args) argument
42 #define ERROR_REPORT1(e, S, args...) DEBUGOUT(S, ##args) argument
43 #define ERROR_REPORT2(e, S, args...) DEBUGOUT(S, ##args) argument
44 #define ERROR_REPORT3(e, S, args...) DEBUGOUT(S, ##args) argument
55 #define EWARN(hw, S, args...) DEBUGOUT1(S, ##args) argument
/dpdk/drivers/net/fm10k/base/
H A Dfm10k_osdep.h27 #define DEBUGOUT(S, args...) PMD_DRV_LOG_RAW(DEBUG, S, ##args) argument
28 #define DEBUGOUT1(S, args...) DEBUGOUT(S, ##args) argument
29 #define DEBUGOUT2(S, args...) DEBUGOUT(S, ##args) argument
30 #define DEBUGOUT3(S, args...) DEBUGOUT(S, ##args) argument
31 #define DEBUGOUT6(S, args...) DEBUGOUT(S, ##args) argument
32 #define DEBUGOUT7(S, args...) DEBUGOUT(S, ##args) argument
/dpdk/drivers/net/e1000/base/
H A De1000_osdep.h30 #define DEBUGOUT(S, args...) PMD_DRV_LOG_RAW(DEBUG, S, ##args) argument
31 #define DEBUGOUT1(S, args...) DEBUGOUT(S, ##args) argument
32 #define DEBUGOUT2(S, args...) DEBUGOUT(S, ##args) argument
33 #define DEBUGOUT3(S, args...) DEBUGOUT(S, ##args) argument
34 #define DEBUGOUT6(S, args...) DEBUGOUT(S, ##args) argument
35 #define DEBUGOUT7(S, args...) DEBUGOUT(S, ##args) argument
/dpdk/drivers/net/igc/base/
H A Digc_osdep.h30 #define DEBUGOUT(S, args...) PMD_DRV_LOG_RAW(DEBUG, S, ##args) argument
31 #define DEBUGOUT1(S, args...) DEBUGOUT(S, ##args) argument
32 #define DEBUGOUT2(S, args...) DEBUGOUT(S, ##args) argument
33 #define DEBUGOUT3(S, args...) DEBUGOUT(S, ##args) argument
34 #define DEBUGOUT6(S, args...) DEBUGOUT(S, ##args) argument
35 #define DEBUGOUT7(S, args...) DEBUGOUT(S, ##args) argument
/dpdk/lib/acl/
H A Dacl_vect.h40 #define ACL_TR_CALC_ADDR(P, S, \ argument
47 t = _##P##_xor_si##S(index_mask, index_mask); \
51 node_type = _##P##_andnot_si##S(index_mask, tr_lo); \
52 addr = _##P##_and_si##S(index_mask, tr_lo); \
/dpdk/drivers/net/i40e/base/
H A Di40e_osdep.h37 #define hw_dbg(hw, S, A...) do {} while (0) argument
85 #define DEBUGOUT(S) PMD_DRV_LOG_RAW(DEBUG, S) argument
86 #define DEBUGOUT1(S, A...) PMD_DRV_LOG_RAW(DEBUG, S, ##A) argument
/dpdk/drivers/common/iavf/
H A Diavf_osdep.h147 #define DEBUGOUT(S) rte_log(RTE_LOG_DEBUG, iavf_common_logger, S) argument
148 #define DEBUGOUT2(S, A...) rte_log(RTE_LOG_DEBUG, iavf_common_logger, S, ##A) argument
/dpdk/drivers/vdpa/ifc/base/
H A Difcvf_osdep.h17 #define DEBUGOUT(S, args...) RTE_LOG(DEBUG, PMD, S, ##args) argument
/dpdk/
H A D.editorconfig2 # Copyright 2019 6WIND S.A.
/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_event.rst107 To run application with S/W scheduler, it uses following DPDK services:
114 must be provided as EAL parameters along with the --vdev=event_sw0 to enable S/W
258 Application can use either H/W or S/W based event device scheduler
268 In case of S/W scheduler, application runs eventdev scheduler service on service
270 run S/W scheduler.
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
329 For S/W scheduler instead of dedicated adapters, common Rx/Tx adapters are
430 depending H/W or S/W scheduler is used.
H A Dl2_forward_cat.rst136 sudo ./pqos -S cdp-on
138 sudo ./pqos -S cdp-off
H A Dl3_forward.rst22 Eventdev can optionally use S/W or H/W (if supported by platform) scheduler
195 If application uses S/W scheduler, it uses following DPDK services:
202 must be provided as EAL parameters along with the --vdev=event_sw0 to enable S/W
/dpdk/drivers/net/mlx5/
H A Dmeson.build2 # Copyright 2018 6WIND S.A.
/dpdk/doc/guides/prog_guide/
H A Dbuild_app.rst51 * SRCS-y: List of source files (\*.c, \*.S).
H A Dqos_framework.rst532 The scheduling decision to send next packet from (subport S, pipe P, traffic class TC, queue Q) is …
535 * Pipe P of subport S is currently selected by one of the port grinders;
541 * Subport S has enough credits to send the packet;
543 * Subport S has enough credits for traffic class TC to send the packet;
550 …en the packet is selected for transmission and the necessary credits are subtracted from subport S,
551 subport S traffic class TC, pipe P, pipe P traffic class TC.
/dpdk/doc/guides/nics/
H A Doverview.rst2 Copyright 2016 6WIND S.A.
H A Dvdev_netvsc.rst2 Copyright 2017 6WIND S.A.
H A Dfail_safe.rst2 Copyright 2017 6WIND S.A.
/dpdk/drivers/net/cxgbe/
H A Dcxgbe_filter.c75 #define S(_field) \ in cxgbe_validate_filter() macro
78 (!(fconf & (_mask)) && S(_field)) in cxgbe_validate_filter()
87 if ((S(pfvf_vld) && !(iconf & F_VNIC)) || in cxgbe_validate_filter()
88 (S(ovlan_vld) && (iconf & F_VNIC))) in cxgbe_validate_filter()
92 if ((S(ovlan_vld) && (iconf & F_USE_ENC_IDX)) || in cxgbe_validate_filter()
93 (S(pfvf_vld) && (iconf & F_USE_ENC_IDX))) in cxgbe_validate_filter()
96 #undef S in cxgbe_validate_filter()
/dpdk/doc/api/
H A Ddoxy-api.conf.in2 # Copyright 2013-2017 6WIND S.A.
H A Ddoxy-api-index.md6 Copyright(c) 2013-2017 6WIND S.A.
/dpdk/drivers/net/mlx4/
H A Dmeson.build2 # Copyright 2018 6WIND S.A.
/dpdk/doc/guides/tools/
H A Dflow-perf.rst103 * ``--random-priority=N,S``
105 and use S as seed for the pseudo-random number generator.
/dpdk/doc/guides/rel_notes/
H A Drelease_21_02.rst508 * Broadcom\ |reg| NetXtreme-S\ |reg| Series SmartNIC
510 * Broadcom\ |reg| NetXtreme-S\ |reg| Series PS225-H16 SmartNIC (2x25G)
H A Drelease_20_08.rst559 * Broadcom\ |reg| NetXtreme-S\ |reg| Series SmartNIC
561 * Broadcom\ |reg| NetXtreme-S\ |reg| Series PS225-H16 SmartNIC (2x25G)

12