Home
last modified time | relevance | path

Searched refs:text (Results 1 – 25 of 37) sorted by relevance

12

/dpdk/app/test/
H A Dtest_ethdev_link.c24 ret = rte_eth_link_to_str(text, sizeof(text), &link_status); in test_link_status_up_default()
28 text, strlen(text), "Invalid default link status string"); in test_link_status_up_default()
33 ret = rte_eth_link_to_str(text, sizeof(text), &link_status); in test_link_status_up_default()
37 text, strlen(text), "Invalid default link status " in test_link_status_up_default()
41 ret = rte_eth_link_to_str(text, sizeof(text), &link_status); in test_link_status_up_default()
45 text, strlen(text), "Invalid default link status " in test_link_status_up_default()
49 ret = rte_eth_link_to_str(text, sizeof(text), &link_status); in test_link_status_up_default()
53 text, strlen(text), "Invalid default link status " in test_link_status_up_default()
60 ret = rte_eth_link_to_str(text, sizeof(text), &link_status); in test_link_status_up_default()
79 ret = rte_eth_link_to_str(text, sizeof(text), &link_status); in test_link_status_down_default()
[all …]
/dpdk/doc/guides/prog_guide/img/
H A Ddir_24_8_alg.svg43 <text x="25.03" y="482.21" class="st2" id="text32">uint[8,16,32,64]_t</text>
50 <text x="60.41" y="482.21" class="st2" id="text46">nh_id</text>
73 <text x="60.41" y="482.21" class="st2" id="text89">nh_id</text>
80 <text x="36.84" y="490.72" class="st2" id="text103">24</text>
84 <text x="10.63" y="490.72" class="st2" id="text112">8</text>
95 <text x="6.8" y="490.72" class="st2" id="text137">Return nh_id</text>
100 <text x="-7.37" y="451.03" class="st2" id="text148">no</text>
118 <text x="2.66" y="437.63" class="st2" id="text183">yes</text>
125 <text x="7.26" y="495.68" class="st10" id="text197">IPv4 Address</text>
129 <text x="16.57" y="494.12" class="st10" id="text206">tbl24</text>
[all …]
H A Drib_internals.svg2 <style type="text/css" id="style740">
85 <text x="13.67" y="580.11" class="st11" id="text872">Intermediate node</text>
89 …<text x="15.71" y="569.31" class="st11" id="text883">Node containing a <tspan x="62.17" dy="1.2em"…
93 <text x="35.5" y="580.11" class="st11" id="text892">10.15.0.0/23</text>
97 <text x="40.06" y="580.11" class="st11" id="text901">10.0.0.0/29</text>
101 <text x="30.93" y="580.11" class="st11" id="text910">10.0.0.128/25</text>
105 <text x="30.93" y="580.11" class="st11" id="text919">10.0.0.160/27</text>
112text x="8.82" y="558.51" class="st11" id="text937">Routes falling under <tspan x="5.62" dy="1.2em"…
H A Drib_pic.svg2 <style type="text/css" id="style9">
145 <text x="4.67" y="586.93" class="st12" id="text235">Next hop A</text>
149 <text x="4.99" y="586.93" class="st12" id="text244">Next hop B</text>
/dpdk/usertools/
H A Ddpdk-telemetry.py142 text = input(prompt).strip()
143 while text != "quit":
144 if text.startswith('/'):
145 sock.send(text.encode())
147 text = input(prompt).strip()
154 def readline_complete(text, state): argument
157 if text:
158 matches = [c for c in all_cmds if c.startswith(text)]
/dpdk/license/
H A DREADME7 slightly varying text blocks (full, abbreviated, different
16 text, can be more efficient for developers; decreases errors; and improves
24 the following text would be used:
29 following text would be used:
34 that is shared between the kernel and userspace), the following text would be
40 that is shared between the kernel and userspace), the following text would be
46 It is also being recommended to replace the existing license text in the code
69 DPDK License text: licenses/bsd-3-clause.txt
73 DPDK License text: licenses/gpl-2.0.txt
77 DPDK License text: licenses/lgpl-2.1.txt
/dpdk/doc/guides/rel_notes/
H A Drelease_22_07.rst11 The text in the sections below explains how to update the release notes.
15 Variable and config names should be quoted as fixed width text:
55 Also, make sure to start the actual text at the margin.
117 Also, make sure to start the actual text at the margin.
133 Also, make sure to start the actual text at the margin.
149 Also, make sure to start the actual text at the margin.
166 Also, make sure to start the actual text at the margin.
186 Also, make sure to start the actual text at the margin.
/dpdk/examples/fips_validation/
H A Dfips_validation_sha.c33 char *text, in parse_interim_algo() argument
39 if (strstr(text, phsc[i].str)) { in parse_interim_algo()
42 text, &vec.cipher_auth.digest); in parse_interim_algo()
H A Dfips_validation_tdes.c62 parse_tdes_interim(const char *key, char *text, struct fips_val *val);
96 parse_tdes_interim(const char *key, char *text, in parse_tdes_interim() argument
104 if (strcmp(text, "NumKeys = 1") == 0) in parse_tdes_interim()
106 else if (strcmp(text, "NumKeys = 2") == 0) in parse_tdes_interim()
108 else if (strcmp(text, "NumKeys = 3") == 0) in parse_tdes_interim()
H A Dfips_validation_hmac.c35 char *text, in parse_interim_algo() argument
42 if (strstr(text, hsc[i].str)) { in parse_interim_algo()
H A Dfips_validation_xts.c29 __rte_unused char *text, in parse_interim_xts_enc_dec() argument
H A Dfips_validation_aes.c52 __rte_unused char *text, in parse_interim_enc_dec() argument
H A Dfips_validation.h82 typedef int (*parse_callback_t)(const char *key, char *text,
/dpdk/doc/guides/contributing/
H A Ddocumentation.rst210 The RST (reStructuredText) format is a plain text markup format
222 The most common guidelines for writing RST text are detailed in the
287 * The underlines should match the length of the text.
324 Some text about item one.
328 Some text about item two.
340 \`\`text\`\`, so that it appears like this: ``text``.
344 Here is some fixed width text::
445 For long literal lines, try to wrap the text at sensible locations.
551 * They can contain alternative text.
662 * Some text that references mempools.
[all …]
H A Dpatches.rst57 the following text would be used:
62 that is shared between the kernel and userspace), the following text would be
256 * The text of the commit message should be wrapped at 72 characters.
542 The Message ID can be found in the raw text of emails or at the top of each Patchwork patch,
638 **Note**: When acking patches please remove as much of the text of the patch email as possible.
/dpdk/drivers/net/failsafe/
H A Dfailsafe_args.c41 closing_paren(const char *text) in closing_paren() argument
46 while (text[i] != '\0') { in closing_paren()
47 if (text[i] == '(') in closing_paren()
49 if (text[i] == ')') in closing_paren()
/dpdk/devtools/
H A Dcheck-abi-version.sh31 OBJ_DUMP_OUTPUT=`objdump -TC --section=.text ${LIB} 2>&1 | grep ".text"`
/dpdk/doc/guides/
H A Dconf.py67 def numref_role(reftype, rawtext, text, lineno, inliner): argument
76 refuri='_local_numref_#%s' % text,
/dpdk/doc/guides/sample_app_ug/
H A Dfips_validation.rst57 encryption you will not have the cipher text and that will be generated in the
58 response file. Also if doing decryption it will not have the plain text until it
/dpdk/doc/guides/windows_gsg/
H A Drun_apps.rst59 .. code-block:: text
/dpdk/doc/guides/tools/
H A Ddevbind.rst32 along with a text description of the device. Depending upon whether the
/dpdk/examples/pipeline/examples/
H A Dpacket.txt6 #PCAP to text: tcpdump -r packet.pcap -xx
/dpdk/doc/guides/howto/
H A Dtelemetry.rst84 * Get the help text for a command. This will indicate what parameters are
/dpdk/doc/guides/freebsd_gsg/
H A Dbuild_sample_apps.rst95 The prefix text used for hugepage filenames.
/dpdk/doc/guides/prog_guide/
H A Dtelemetry_lib.rst152 will handle formatting the information when required, and help text for the

12