Home
last modified time | relevance | path

Searched refs:keep (Results 1 – 25 of 41) sorted by relevance

12

/dpdk/lib/telemetry/
H A Dtelemetry_data.c80 struct rte_tel_data *val, int keep) in rte_tel_data_add_array_container() argument
91 d->data.array[d->data_len++].container.keep = !!keep; in rte_tel_data_add_array_container()
152 struct rte_tel_data *val, int keep) in rte_tel_data_add_dict_container() argument
167 e->value.container.keep = !!keep; in rte_tel_data_add_dict_container()
H A Drte_telemetry.h152 struct rte_tel_data *val, int keep);
226 struct rte_tel_data *val, int keep);
H A Dtelemetry_data.h22 int keep; member
H A Dtelemetry.c208 if (!cont->keep) in container_to_json()
275 if (!cont->keep) in output_json()
316 if (!rec_data->keep) in output_json()
/dpdk/doc/guides/sample_app_ug/
H A Dkeep_alive.rst90 * DPDK Cores respond to the keep-alive agent.
92 * If keep-alive agent detects time-outs, it notifies the
H A Dptpclient.rst22 In order to keep the application simple the following assumptions are made:
H A Dip_reassembly.rst152 To keep mempool size under reasonable limits and to avoid situation when one RX queue can starve ot…
H A Dip_pipeline.rst486 [ttl dec | keep]
/dpdk/drivers/net/mlx4/
H A Dmlx4_ethdev.c250 mlx4_set_flags(struct mlx4_priv *priv, unsigned int keep, unsigned int flags) in mlx4_set_flags() argument
257 request.ifr_flags &= keep; in mlx4_set_flags()
258 request.ifr_flags |= flags & ~keep; in mlx4_set_flags()
/dpdk/doc/guides/prog_guide/
H A Drcu_lib.rst89 sections smaller will keep the grace period smaller. However, keeping the
104 single, large critical section which helps keep the overhead on the
113 end of grace period for each data structure. This helps keep the length of grace
206 …rces before enqueuing. It will also reclaim resources on regular basis to keep the FIFO from growi…
H A Drib_lib.rst115 These examples are application specific data and the user can decide what to keep
H A Dipsec_lib.rst228 By performance reason it is better to keep spi/dip/sip in net byte order
H A Dqos_framework.rst479 The scheduler needs to keep track of time advancement for the credit logic,
483 Therefore, it is convenient to keep the internal time reference in units of bytes,
510 … This means that the scheduler is not able to keep up with the speed of the NIC byte conveyor belt,
518 To keep up with the output port (that is, avoid bandwidth loss),
521 The scheduler needs to keep up with the rate of each individual pipe,
H A Dwriting_efficient_code.rst68 it should not be a problem to keep them in one socket only, since data will be present in cache.
H A Dring_lib.rst445 /* decided to keep it in the ring. */
/dpdk/
H A Dmeson_options.txt1 # Please keep these options sorted alphabetically.
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_ethdev_os.c300 mlx5_set_flags(struct rte_eth_dev *dev, unsigned int keep, unsigned int flags) in mlx5_set_flags() argument
307 request.ifr_flags &= keep; in mlx5_set_flags()
308 request.ifr_flags |= flags & ~keep; in mlx5_set_flags()
/dpdk/doc/guides/bbdevs/
H A Dacc100.rst60 - ``RTE_BBDEV_TURBO_DEC_TB_CRC_24B_KEEP`` : keep CRC24B bits appended while decoding
H A Dfpga_lte_fec.rst39 - ``RTE_BBDEV_TURBO_DEC_TB_CRC_24B_KEEP`` : keep CRC24B bits appended while decoding
/dpdk/config/arm/
H A Dmeson.build395 # The string above is included in the documentation, keep it in sync with the
/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst207 * CPU thread responsible for TX is not able to keep up with the burst of
/dpdk/doc/guides/nics/
H A Dsoftnic.rst284 `keep the packet color same`, `change the packet color` or `drop the packet`
/dpdk/doc/guides/contributing/
H A Dpatches.rst188 For small changes, that do not require specific explanations, it is better to keep things together …
309 effectively to keep track of outstanding problems with their product.
/dpdk/doc/guides/linux_gsg/
H A Dlinux_drivers.rst167 to keep the degree of device access and programming that VFIO has,
/dpdk/doc/guides/rel_notes/
H A Drelease_20_02.rst247 we can keep v20.0 as soname and using the final digits to identify the DPDK

12