Home
last modified time | relevance | path

Searched refs:part (Results 1 – 25 of 178) sorted by relevance

12345678

/dpdk/drivers/net/mlx5/
H A Dmlx5_tx.h625 part = RTE_MIN(part, n_elts); in mlx5_tx_free_elts()
698 head += part; in mlx5_tx_request_completion()
1052 part = RTE_MIN(part, inlen); in mlx5_tx_eseg_data()
1150 len -= part; in mlx5_tx_mseg_memcpy()
1249 part = RTE_MIN(part, inlen - tlen); in mlx5_tx_eseg_mdat()
1422 part = RTE_MIN(part, len); in mlx5_tx_dseg_empw()
1425 len -= part; in mlx5_tx_dseg_empw()
1434 buf += part; in mlx5_tx_dseg_empw()
1435 part = len; in mlx5_tx_dseg_empw()
1500 part = RTE_MIN(part, len); in mlx5_tx_dseg_vlan()
[all …]
/dpdk/lib/rib/
H A Drte_rib6.h105 uint8_t part; in get_msk_part() local
109 part = RTE_MAX((int16_t)depth - (byte * 8), 0); in get_msk_part()
110 part = (part > 8) ? 8 : part; in get_msk_part()
111 return (uint16_t)(~UINT8_MAX) >> part; in get_msk_part()
/dpdk/drivers/common/cnxk/
H A Droc_model.c44 uint32_t part; member
113 uint32_t impl, major, part, minor; in populate_model() local
118 part = (midr >> MODEL_PART_SHIFT) & MODEL_PART_MASK; in populate_model()
123 if (part == SOC_PART_CN10K) in populate_model()
124 part = cn10k_part_get(); in populate_model()
127 if (model_db[i].impl == impl && model_db[i].part == part && in populate_model()
140 impl, part, major, minor); in populate_model()
/dpdk/doc/guides/prog_guide/
H A Dgeneric_segmentation_offload_lib.rst67 first part contains a copy of the original packet's headers, while the second
68 part contains a pointer to an offset within the original packet. This mechanism
77 two-part mbuf (technically, this is termed a 'two-segment' mbuf; however, since
79 term 'part' is used here instead).
81 The first part of each output segment is a direct mbuf and contains a copy of
85 The second part of each output segment, represents a section of data from the
88 considerably), the second part of each output segment is an indirect mbuf,
101 Two-part GSO output segment
129 :numref:`figure_gso-three-seg-mbuf` illustrates an example of a three-part
141 Three-part GSO output segment
[all …]
/dpdk/doc/guides/sample_app_ug/
H A Dflow_filtering.rst93 In the last part the application is ready to launch the
106 The main functional part of the port initialization used in the flow filtering
195 The first part of the function is declaring the structures that will be used.
203 The following part create the flow attributes, in our case ingress.
211 The third part defines the action to be taken when a packet matches
219 The fourth part is responsible for creating the pattern and is built from
239 Closing the pattern part.
247 The last part of the function is to validate the rule and create it.
/dpdk/doc/guides/contributing/
H A Dabi_policy.rst28 once approved these will form part of the next ABI version.
31 as they are not considered part of an ABI version.
151 offered for any ABI changes that are indicated to be part of the next ABI
162 time. When promoting the symbol to become part of the next ABI version, the
174 become a formal part of the new ABI and the requirement to preserve ABI
219 changes will form part of the next declared major ABI version.
228 is part of the major ABI version ``21``.
324 APIs marked as ``experimental`` are not considered part of an ABI version and
329 become part of a tracked ABI version.
375 and is without any prospect of becoming part of the stable API.
[all …]
/dpdk/doc/guides/platform/
H A Ddpaa.rst73 as part of SDK from NXP. The SDK includes all the above prerequisites
82 which is available as part of NXP kernel or NXP SDK.
84 The following dependencies are not part of DPDK and must be installed
/dpdk/doc/guides/testpmd_app_ug/
H A Dbuild_app.rst7 The ``testpmd`` application is compiled as part of the main compilation of the DPDK libraries and t…
/dpdk/examples/vmdq_dcb/
H A Dmeson.build4 # meson file, for building this example as part of a main DPDK build.
/dpdk/examples/service_cores/
H A Dmeson.build4 # meson file, for building this example as part of a main DPDK build.
/dpdk/examples/vmdq/
H A Dmeson.build4 # meson file, for building this example as part of a main DPDK build.
/dpdk/examples/flow_filtering/
H A Dmeson.build4 # meson file, for building this example as part of a main DPDK build.
/dpdk/examples/helloworld/
H A Dmeson.build4 # meson file, for building this example as part of a main DPDK build.
/dpdk/examples/ptpclient/
H A Dmeson.build4 # meson file, for building this example as part of a main DPDK build.
/dpdk/examples/multi_process/symmetric_mp/
H A Dmeson.build4 # meson file, for building this example as part of a main DPDK build.
/dpdk/examples/skeleton/
H A Dmeson.build4 # meson file, for building this example as part of a main DPDK build.
/dpdk/examples/link_status_interrupt/
H A Dmeson.build4 # meson file, for building this example as part of a main DPDK build.
/dpdk/examples/vhost_crypto/
H A Dmeson.build4 # meson file, for building this example as part of a main DPDK build.
/dpdk/examples/bond/
H A Dmeson.build4 # meson file, for building this example as part of a main DPDK build.
/dpdk/examples/rxtx_callbacks/
H A Dmeson.build4 # meson file, for building this example as part of a main DPDK build.
/dpdk/examples/multi_process/hotplug_mp/
H A Dmeson.build4 # meson file, for building this example as part of a main DPDK build.
/dpdk/examples/bbdev_app/
H A Dmeson.build4 # meson file, for building this example as part of a main DPDK build.
/dpdk/examples/multi_process/simple_mp/
H A Dmeson.build4 # meson file, for building this example as part of a main DPDK build.
/dpdk/examples/flow_classify/
H A Dmeson.build4 # meson file, for building this example as part of a main DPDK build.
/dpdk/examples/multi_process/client_server_mp/mp_client/
H A Dmeson.build4 # meson file, for building this example as part of a main DPDK build.

12345678