| /dpdk/app/test/ |
| H A D | test_ethdev_link.c | 24 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 D | dir_24_8_alg.svg | 43 <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 D | rib_internals.svg | 2 <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> 112 …text x="8.82" y="558.51" class="st11" id="text937">Routes falling under <tspan x="5.62" dy="1.2em"…
|
| H A D | rib_pic.svg | 2 <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 D | dpdk-telemetry.py | 142 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 D | README | 7 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 D | release_22_07.rst | 11 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 D | fips_validation_sha.c | 33 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 D | fips_validation_tdes.c | 62 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 D | fips_validation_hmac.c | 35 char *text, in parse_interim_algo() argument 42 if (strstr(text, hsc[i].str)) { in parse_interim_algo()
|
| H A D | fips_validation_xts.c | 29 __rte_unused char *text, in parse_interim_xts_enc_dec() argument
|
| H A D | fips_validation_aes.c | 52 __rte_unused char *text, in parse_interim_enc_dec() argument
|
| H A D | fips_validation.h | 82 typedef int (*parse_callback_t)(const char *key, char *text,
|
| /dpdk/doc/guides/contributing/ |
| H A D | documentation.rst | 210 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 D | patches.rst | 57 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 D | failsafe_args.c | 41 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 D | check-abi-version.sh | 31 OBJ_DUMP_OUTPUT=`objdump -TC --section=.text ${LIB} 2>&1 | grep ".text"`
|
| /dpdk/doc/guides/ |
| H A D | conf.py | 67 def numref_role(reftype, rawtext, text, lineno, inliner): argument 76 refuri='_local_numref_#%s' % text,
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | fips_validation.rst | 57 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 D | run_apps.rst | 59 .. code-block:: text
|
| /dpdk/doc/guides/tools/ |
| H A D | devbind.rst | 32 along with a text description of the device. Depending upon whether the
|
| /dpdk/examples/pipeline/examples/ |
| H A D | packet.txt | 6 #PCAP to text: tcpdump -r packet.pcap -xx
|
| /dpdk/doc/guides/howto/ |
| H A D | telemetry.rst | 84 * Get the help text for a command. This will indicate what parameters are
|
| /dpdk/doc/guides/freebsd_gsg/ |
| H A D | build_sample_apps.rst | 95 The prefix text used for hugepage filenames.
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | telemetry_lib.rst | 152 will handle formatting the information when required, and help text for the
|