| /dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_osdep.h | 35 #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 D | fm10k_osdep.h | 27 #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 D | e1000_osdep.h | 30 #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 D | igc_osdep.h | 30 #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 D | acl_vect.h | 40 #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 D | i40e_osdep.h | 37 #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 D | iavf_osdep.h | 147 #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 D | ifcvf_osdep.h | 17 #define DEBUGOUT(S, args...) RTE_LOG(DEBUG, PMD, S, ##args) argument
|
| /dpdk/ |
| H A D | .editorconfig | 2 # Copyright 2019 6WIND S.A.
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | l2_forward_event.rst | 107 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 D | l2_forward_cat.rst | 136 sudo ./pqos -S cdp-on 138 sudo ./pqos -S cdp-off
|
| H A D | l3_forward.rst | 22 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 D | meson.build | 2 # Copyright 2018 6WIND S.A.
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | build_app.rst | 51 * SRCS-y: List of source files (\*.c, \*.S).
|
| H A D | qos_framework.rst | 532 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 D | overview.rst | 2 Copyright 2016 6WIND S.A.
|
| H A D | vdev_netvsc.rst | 2 Copyright 2017 6WIND S.A.
|
| H A D | fail_safe.rst | 2 Copyright 2017 6WIND S.A.
|
| /dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_filter.c | 75 #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 D | doxy-api.conf.in | 2 # Copyright 2013-2017 6WIND S.A.
|
| H A D | doxy-api-index.md | 6 Copyright(c) 2013-2017 6WIND S.A.
|
| /dpdk/drivers/net/mlx4/ |
| H A D | meson.build | 2 # Copyright 2018 6WIND S.A.
|
| /dpdk/doc/guides/tools/ |
| H A D | flow-perf.rst | 103 * ``--random-priority=N,S`` 105 and use S as seed for the pseudo-random number generator.
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_21_02.rst | 508 * Broadcom\ |reg| NetXtreme-S\ |reg| Series SmartNIC 510 * Broadcom\ |reg| NetXtreme-S\ |reg| Series PS225-H16 SmartNIC (2x25G)
|
| H A D | release_20_08.rst | 559 * Broadcom\ |reg| NetXtreme-S\ |reg| Series SmartNIC 561 * Broadcom\ |reg| NetXtreme-S\ |reg| Series PS225-H16 SmartNIC (2x25G)
|