Re: [PATCH net-next v2 0/4] net: avoid indirect calls in dst functions

2020-12-14 Thread Jakub Kicinski
On Fri, 11 Dec 2020 23:33:36 + Brian Vazquez wrote: > From: brianvv We'd prefer you to use your normal name rather than just "brianvv". > Use of the indirect call wrappers in some dst related functions for the > ipv6/ipv4 case. This is a small improvent for CONFIG_RETPOLINE=y Any numbers yo

[PATCH net-next v2 0/4] net: avoid indirect calls in dst functions

2020-12-11 Thread Brian Vazquez
From: brianvv Use of the indirect call wrappers in some dst related functions for the ipv6/ipv4 case. This is a small improvent for CONFIG_RETPOLINE=y Changed in v2: -fix build issues reported by kernel test robot brianvv (4): net: use indirect call helpers for dst_input net: use indirect c