MCPcopy Create free account
hub / github.com/F-Stack/f-stack / setup

Function setup

dpdk/doc/guides/conf.py:334–444  ·  view source on GitHub ↗
(app)

Source from the content-addressed store, hash-verified

332
333
334def setup(app):
335 table_file = dirname(__file__) + '/nics/overview_table.txt'
336 generate_overview_table(table_file, 1,
337 'Features',
338 'Features availability in networking drivers',
339 'Feature')
340 table_file = dirname(__file__) + '/nics/rte_flow_items_table.txt'
341 generate_overview_table(table_file, 2,
342 'rte_flow items',
343 'rte_flow items availability in networking drivers',
344 'Item')
345 table_file = dirname(__file__) + '/nics/rte_flow_actions_table.txt'
346 generate_overview_table(table_file, 3,
347 'rte_flow actions',
348 'rte_flow actions availability in networking drivers',
349 'Action')
350 table_file = dirname(__file__) + '/cryptodevs/overview_feature_table.txt'
351 generate_overview_table(table_file, 1,
352 'Features',
353 'Features availability in crypto drivers',
354 'Feature')
355 table_file = dirname(__file__) + '/cryptodevs/overview_cipher_table.txt'
356 generate_overview_table(table_file, 2,
357 'Cipher',
358 'Cipher algorithms in crypto drivers',
359 'Cipher algorithm')
360 table_file = dirname(__file__) + '/cryptodevs/overview_auth_table.txt'
361 generate_overview_table(table_file, 3,
362 'Auth',
363 'Authentication algorithms in crypto drivers',
364 'Authentication algorithm')
365 table_file = dirname(__file__) + '/cryptodevs/overview_aead_table.txt'
366 generate_overview_table(table_file, 4,
367 'AEAD',
368 'AEAD algorithms in crypto drivers',
369 'AEAD algorithm')
370 table_file = dirname(__file__) + '/cryptodevs/overview_asym_table.txt'
371 generate_overview_table(table_file, 5,
372 'Asymmetric',
373 'Asymmetric algorithms in crypto drivers',
374 'Asymmetric algorithm')
375 table_file = dirname(__file__) + '/cryptodevs/overview_os_table.txt'
376 generate_overview_table(table_file, 6,
377 'OS',
378 'Operating systems support for crypto drivers',
379 'Operating system')
380 table_file = dirname(__file__) + '/compressdevs/overview_feature_table.txt'
381 generate_overview_table(table_file, 1,
382 'Features',
383 'Features availability in compression drivers',
384 'Feature')
385 table_file = dirname(__file__) + '/regexdevs/overview_feature_table.txt'
386 generate_overview_table(table_file, 1,
387 'Features',
388 'Features availability in regex drivers',
389 'Feature')
390 table_file = dirname(__file__) + '/vdpadevs/overview_feature_table.txt'
391 generate_overview_table(table_file, 1,

Callers 5

sfs_vgetxFunction · 0.85
skeldev_test_runFunction · 0.85
octeontx_test_runFunction · 0.85
dpaa2_test_runFunction · 0.85
cnxk_test_runFunction · 0.85

Calls 4

generate_overview_tableFunction · 0.85
VersionClass · 0.85
connectMethod · 0.80
printFunction · 0.50

Tested by 4

skeldev_test_runFunction · 0.68
octeontx_test_runFunction · 0.68
dpaa2_test_runFunction · 0.68
cnxk_test_runFunction · 0.68