Home
last modified time | relevance | path

Searched refs:public (Results 1 – 25 of 39) sorted by relevance

12

/dpdk/drivers/raw/ioat/
H A Dioat_common.c80 struct rte_idxd_rawdev *rte_idxd = &idxd->public; in idxd_dev_dump()
112 struct rte_idxd_rawdev *rte_idxd = &idxd->public; in idxd_dev_info_get()
127 struct rte_idxd_rawdev *rte_idxd = &idxd->public; in idxd_dev_configure()
188 struct rte_idxd_rawdev *public; in idxd_rawdev_create() local
246 public = &idxd->public; in idxd_rawdev_create()
247 public->type = RTE_IDXD_DEV; in idxd_rawdev_create()
248 public->max_batches = idxd->max_batches; in idxd_rawdev_create()
249 public->batch_idx_read = 0; in idxd_rawdev_create()
250 public->batch_idx_write = 0; in idxd_rawdev_create()
254 public->batch_idx_ring = rte_zmalloc(NULL, in idxd_rawdev_create()
[all …]
H A Didxd_pci.c93 if (idxd->public.desc_ring == NULL) { in idxd_pci_dev_start()
287 idxd.public.portal = RTE_PTR_ADD(idxd.u.pci->portals, in idxd_rawdev_probe_pci()
340 rte_free(idxd->public.batch_idx_ring); in idxd_rawdev_destroy()
341 rte_free(idxd->public.desc_ring); in idxd_rawdev_destroy()
342 rte_free(idxd->public.hdl_ring); in idxd_rawdev_destroy()
H A Dioat_private.h42 struct rte_idxd_rawdev public; /* the public members, must be first */ member
H A Didxd_bus.c219 idxd.public.portal = idxd_vdev_mmap_wq(dev); in idxd_rawdev_probe_dsa()
220 if (idxd.public.portal == NULL) { in idxd_rawdev_probe_dsa()
/dpdk/doc/guides/contributing/
H A Dvulnerability.rst57 If the vulnerability is not public yet,
126 that we can attach to private and public notifications.
128 until further public disclosure.
148 that we can attach to private and public notifications.
218 the proposed public disclosure date.
224 to { branches } on the public disclosure date.
231 Please do not make the issue public (or release public patches)
254 the deployment of fixes before a CVE is public.
257 the proposed public disclosure date.
268 Please do not make the vulnerability information public
[all …]
H A Dabi_versioning.rst152 can still be mapped back to the public symbol name.
168 Updating a public API
204 Note also that, being a public function, the header file prototype must also be
210 public, and existing application may use it in its current form. However, the
212 multiple functions can be mapped to the same public symbol based on when an
281 with the public symbol name
346 We finally modify the prototype of the call in the public header file,
347 such that it contains both versions of the symbol and the public API.
378 Now we've taken what was a public symbol, and duplicated it into two uniquely
380 public symbol ``rte_acl_create`` with different version tags. This only applies
[all …]
/dpdk/doc/guides/nics/
H A Docteontx_ep.rst12 <https://www.marvell.com/content/dam/marvell/en/public-collateral/embedded-processors/marvell-liqui…
H A Dixgbe.rst255 from `X550 spec update <https://www.intel.com/content/dam/www/public/us/en/
/dpdk/lib/
H A Dmeson.build117 indirect_headers = [] # public headers not directly included by apps
118 driver_sdk_headers = [] # public headers included by drivers
/dpdk/doc/guides/rel_notes/
H A Drelease_21_02.rst158 will perform build-time checking on DPDK public header files, to ensure none
171 reflect the fact that they are non-public headers.
177 tree, to reflect the fact that they are non-public headers.
209 public API and is now an internal-only function. Where telemetry library is
H A Ddeprecation.rst59 usage in following public struct hierarchy:
H A Drelease_17_05.rst24 the public API.
387 * The vhost public header file ``rte_virtio_net.h`` is renamed to
H A Drelease_21_11.rst541 to comply with other public API naming convention.
554 is used by the public inline function ``rte_eth_rx_queue_count``.
H A Drelease_20_11.rst430 * eal: Made the ``rte_dev_event`` structure private to the EAL as no public API
471 * pci: Removed the PCI resources map API from the public API
/dpdk/buildtools/pkg-config/
H A Dmeson.build49 This is required for a number of static inline functions in the public headers.''',
/dpdk/doc/guides/cryptodevs/
H A Dcaam_jr.rst20 cipher algorithms, hashing algorithms, public key algorithms, run-time
H A Ddpaa_sec.rst19 cipher algorithms, hashing algorithms, public key algorithms, run-time
H A Daesni_mb.rst11 <https://www.intel.com/content/dam/www/public/us/en/documents/white-papers/fast-multi-buffer-ipsec-…
H A Ddpaa2_sec.rst19 cipher algorithms, hashing algorithms, public key algorithms, run-time
/dpdk/doc/guides/sample_app_ug/
H A Dlink_status_intr.rst115 The public interface rte_eth_link_get() accesses the NIC registers directly to update the link stat…
118 The public interface rte_eth_link_get() just reads the link status in a global structure
H A Dipsec_secgw.rst1032 ``ssh-keygen`` will make a private & public key pair on the SUT.
1034 ``ssh-copy-id`` <user name>@<target host name> on the SUT will copy the public
1035 key to the DUT. It will ask for credentials so that it can upload the public key.
/dpdk/doc/api/
H A Ddoxy-api-index.md9 The public API headers are grouped by topics:
/dpdk/doc/guides/prog_guide/
H A Dring_lib.rst420 to split public enqueue/dequeue API into two phases:
462 These APIs make it possible to split public enqueue/dequeue API into 3 phases:
H A Dcryptodev_lib.rst1022 public and/or private key generation and shared secret compute, DSA Signature
1030 operation processing. Sessions typically stores information, such as, public
1083 public generation. Also, currently API does not support chaining of symmetric and
/dpdk/license/
H A Dgpl-2.0.txt219 implemented by public license practices. Many people have made
285 possible use to the public, the best way to achieve this is to make it

12