Re: [dpdk-dev] [PATCH 2/5] vhost: do not inline packed and split functions

2019-05-17 Thread Maxime Coquelin
On 5/17/19 3:00 PM, David Marchand wrote: On Fri, May 17, 2019 at 2:23 PM Maxime Coquelin mailto:maxime.coque...@redhat.com>> wrote: At runtime either packed Tx/Rx functions will always be called, or split Tx/Rx functions will always be called. This patch removes the forced in

Re: [dpdk-dev] [PATCH 2/5] vhost: do not inline packed and split functions

2019-05-17 Thread David Marchand
On Fri, May 17, 2019 at 2:23 PM Maxime Coquelin wrote: > At runtime either packed Tx/Rx functions will always be called, > or split Tx/Rx functions will always be called. > > This patch removes the forced inlining in order to reduce > the I-cache pressure. > I just wonder if the compiler can't d