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

2019-05-19 Thread Tiwei Bie
On Fri, May 17, 2019 at 05:06:10PM +0200, 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. > > Signed-off-by: Maxime Coqu

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

2019-05-17 Thread Maxime Coquelin
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. Signed-off-by: Maxime Coquelin --- lib/librte_vhost/virtio_net.c | 8 1 file changed, 4 insert