Home
last modified time | relevance | path

Searched refs:layer (Results 1 – 25 of 26) sorted by relevance

12

/dpdk/drivers/ml/cnxk/
H A Dcnxk_ml_model.c62 struct cnxk_ml_layer *layer; in cnxk_ml_model_dump() local
88 layer = &model->layer[layer_id]; in cnxk_ml_model_dump()
89 if (layer->type == ML_CNXK_LAYER_TYPE_MRVL) in cnxk_ml_model_dump()
90 cn10k_ml_layer_print(cnxk_mldev, layer, fp); in cnxk_ml_model_dump()
92 mvtvm_ml_layer_print(cnxk_mldev, layer, fp); in cnxk_ml_model_dump()
H A Dmvtvm_ml_stubs.c41 mvtvm_ml_layer_print(struct cnxk_ml_dev *cnxk_mldev, struct cnxk_ml_layer *layer, FILE *fp) in mvtvm_ml_layer_print() argument
44 RTE_SET_USED(layer); in mvtvm_ml_layer_print()
H A Dcn10k_ml_model.h453 void cn10k_ml_layer_addr_update(struct cnxk_ml_layer *layer, uint8_t *buffer,
458 int cn10k_ml_model_ocm_pages_count(struct cnxk_ml_dev *cnxk_mldev, struct cnxk_ml_layer *layer,
463 void cn10k_ml_layer_print(struct cnxk_ml_dev *cnxk_mldev, struct cnxk_ml_layer *layer, FILE *fp);
H A Dmvtvm_ml_model.h88 void mvtvm_ml_layer_print(struct cnxk_ml_dev *cnxk_mldev, struct cnxk_ml_layer *layer, FILE *fp);
H A Dmvtvm_ml_stubs.h30 void mvtvm_ml_layer_print(struct cnxk_ml_dev *cnxk_mldev, struct cnxk_ml_layer *layer, FILE *fp);
/dpdk/app/test/
H A Dtest_devargs.c20 test_args(const char *devargs, const char *layer, const char *args, const int n) in test_args() argument
27 devargs, layer); in test_args()
35 devargs, layer); in test_args()
41 devargs, layer, args); in test_args()
46 devargs, layer, args, kvlist->count, n); in test_args()
/dpdk/doc/guides/howto/
H A Dvirtio_user_for_container_networking.rst41 which can be attached and initialized by DPDK. The device emulation layer by
43 in DPDK's ether layer. And to minimize the change, we reuse already-existing
/dpdk/drivers/net/sfc/
H A Dsfc_flow.h167 enum sfc_flow_item_layers layer; /* Layer of item */ member
/dpdk/doc/guides/nics/
H A Dnfb.rst11 library to communicate with these cards over the nfb layer.
28 allocation of resources needed for nfb layer function.
H A Dbuild_and_test.rst29 The ethdev layer supports below build options for debug purpose:
H A Dsfc_efx.rst180 outer layer 4 packet type.
337 layer and above.
342 transport layer and above.
H A Dpfe.rst88 the kernel layer for link status.
/dpdk/doc/guides/prog_guide/
H A Dlink_bonding_poll_mode_drv_lib.rst78 transmission policies supported are layer 2+3, this takes the IP source and
80 the final supported policy is layer 3+4, this uses IP source and
443 to l2 (layer 2) forwarding, the other transmission policies available are
444 l23 (layer 2+3) and l34 (layer 3+4)
495 … two members specified by their PCI addresses, and a transmission policy of layer 3 + 4 forwarding:
583 For example, set a Link Bonding device (port 10) to use a balance policy of layer 3+4 (IP addresses…
631 in balance mode with a transmission policy of layer 2+3::
H A Dpdcp_lib.rst87 When upper layer request for operations such as re-establishment,
295 * it should be communicated to PDCP layer so that
H A Dglossary.rst156 An abbreviation for the physical layer of the OSI model.
/dpdk/doc/guides/sample_app_ug/
H A Dpipeline.rst102 During this stage, EAL layer is initialised and application specific arguments are parsed. Furtherm…
H A Dip_pipeline.rst70 The following is an example command to run ip pipeline application configured for layer 2 forwardin…
116 During this stage, EAL layer is initialised and application specific arguments are parsed. Furtherm…
/dpdk/doc/guides/rel_notes/
H A Drelease_19_02.rst61 * Renamed build options for the glue layer to
206 ``rte_security_session`` structure. That would allow upper layer to easily
H A Drelease_20_08.rst144 * **Updated Mellanox mlx5 net driver and common layer.**
148 * Added mlx5 PCI layer to share a PCI device among multiple PMDs.
H A Drelease_23_11.rst271 * **Added layer 2 MACsec forwarding example application.**
273 Added a new example layer 2 forwarding application to benchmark
H A Drelease_21_05.rst287 and confusion with the transport layer security term.
H A Drelease_2_2.rst56 * Added the ability for the upper layer to query RX/TX queue information.
H A Drelease_18_11.rst170 Cryptodev port is a shim layer in the port library that interacts with DPDK
H A Drelease_21_11.rst479 compatibility layer will be kept until DPDK 22.11.
/dpdk/doc/guides/platform/
H A Dmlx5.rst47 - **Direct Rules** manages flow steering at the low-level hardware layer
595 and below are the arguments supported by the common mlx5 layer.

12