On Fri, Oct 25, 2024 at 11:52:22AM +0000, Morten Brørup wrote: > Added two new compiler/optimizer hints: > * The __rte_unreachable hint for use in points in code known never to be > reached. > * The __rte_assume hint for providing information about preconditions the > compiler/optimizer might be unable to figure out by itself. > > Signed-off-by: Morten Brørup <m...@smartsharesystems.com> > --- > lib/eal/include/rte_common.h | 27 +++++++++++++++++++++++++++ > 1 file changed, 27 insertions(+) > Acked-by: Bruce Richardson <bruce.richard...@intel.com>
- RE: [PATCH 2/2] drivers/net: support single queue pe... Long Li
- Re: [PATCH 2/2] drivers/net: support single queue pe... Bruce Richardson
- RE: [PATCH 2/2] drivers/net: support single queu... Morten Brørup
- Re: [PATCH 2/2] drivers/net: support single ... Bruce Richardson
- Re: [PATCH 2/2] drivers/net: support single ... Thomas Monjalon
- RE: [PATCH 2/2] drivers/net: support sin... Morten Brørup
- [PATCH 1/2] eal: add unreachable and precondition hints Morten Brørup
- RE: [PATCH 1/2] eal: add unreachable and preconditio... Morten Brørup
- Re: [PATCH 1/2] eal: add unreachable and precond... Bruce Richardson
- RE: [PATCH 1/2] eal: add unreachable and pre... Morten Brørup
- Re: [PATCH 1/2] eal: add unreachable and preconditio... Bruce Richardson
- Re: [PATCH 0/2] ethdev: support single queue per port Thomas Monjalon