Re: [PATCH 0/2] small RIB optimizations

2022-06-01 Thread Thomas Monjalon
13/04/2022 08:45, Morten Brørup: > > From: Stephen Hemminger [mailto:step...@networkplumber.org] > > Sent: Wednesday, 13 April 2022 04.10 > > > > A couple of small micro optimizations on the RIB code. > > > > Stephen Hemminger (2): > > rib: mark error checks with unlikely > > rib6: mark error

RE: [PATCH 0/2] small RIB optimizations

2022-04-12 Thread Morten Brørup
> From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Wednesday, 13 April 2022 04.10 > > A couple of small micro optimizations on the RIB code. > > Stephen Hemminger (2): > rib: mark error checks with unlikely > rib6: mark error tests with unlikely > > lib/rib/rte_rib.c | 2

[PATCH 0/2] small RIB optimizations

2022-04-12 Thread Stephen Hemminger
A couple of small micro optimizations on the RIB code. Stephen Hemminger (2): rib: mark error checks with unlikely rib6: mark error tests with unlikely lib/rib/rte_rib.c | 26 +- lib/rib/rte_rib6.c | 25 - 2 files changed, 25 insertions(+), 26