[dpdk-dev] [PATCH 3/7] optimize log/panic

2013-06-12 Thread Thomas Monjalon
05/06/2013 16:34, Vincent JARDIN : > On 30/05/2013 19:12, Stephen Hemminger wrote: > > Signed-off-by: Stephen Hemminger > > Reviewed-by: Vincent Jardin > > It does not hurt to move both to a cold section. TODO: some other init > and setup functions should be cold too. applied with modified titl

[dpdk-dev] [PATCH 3/7] optimize log/panic

2013-06-05 Thread Vincent JARDIN
On 30/05/2013 19:12, Stephen Hemminger wrote: > Both logging and calls to panic are never in the critical path. > Use the GCC attribute cold to mark these functions as cold, > which generates more optimised code. > > Signed-off-by: Stephen Hemminger Reviewed-by: Vincent Jardin It does not hurt to

[dpdk-dev] [PATCH 3/7] optimize log/panic

2013-05-30 Thread Stephen Hemminger
An embedded and charset-unspecified text was scrubbed... Name: rte_panic-cold.patch URL: