Home
last modified time | relevance | path

Searched refs:exceptions (Results 1 – 11 of 11) sorted by relevance

/dpdk/devtools/
H A Dparse-flow-support.sh28 exceptions='RTE_FLOW_ACTION_TYPE_SHARED'
29 grep -vE "$filter" | grep -vE $exceptions;;
H A Dlibabigail.abignore24 ; Experimental APIs exceptions ;
32 ; Temporary exceptions till next major ABI version ;
/dpdk/license/
H A Dexceptions.txt1 This file will record any exceptions in DPDK Project with respect to DPDK
6 Note that following licenses are not exceptions:-
H A DREADME61 Any approvals shall be documented in "Licenses/exceptions.txt" with record
H A Dgpl-2.0.txt254 make exceptions for this. Our decision will be guided by the two goals
H A Dlgpl-2.1.txt430 Software Foundation; we sometimes make exceptions for this. Our
/dpdk/doc/guides/prog_guide/
H A Dprofile_app.rst29 * Long latency instructions and exceptions
/dpdk/usertools/
H A Ddpdk-pmdinfo.py15 from elftools.common.exceptions import ELFError
/dpdk/doc/guides/contributing/
H A Dstable.rst84 branches, unless the submitter indicates otherwise. If there are exceptions,
H A Dcoding_style.rst60 Generally this is the BSD License, except for code granted special exceptions.
/dpdk/lib/sched/
H A Drte_sched.c2874 int exceptions; in rte_sched_port_exceptions() local
2877 exceptions = (second_pass && subport->busy_grinders == 0) || in rte_sched_port_exceptions()
2883 return exceptions; in rte_sched_port_exceptions()