Re: [dpdk-dev] Forcing inlining for igb_uio and kni

2019-06-11 Thread Bruce Richardson
On Tue, Jun 11, 2019 at 07:25:09AM -0700, Stephen Hemminger wrote: > On Tue, 11 Jun 2019 11:18:22 +0100 > Bruce Richardson wrote: > > > On Tue, Jun 11, 2019 at 11:44:01AM +0200, David Marchand wrote: > > >On Tue, Jun 11, 2019 at 11:31 AM Ilya Maximets > > ><[1]i.maxim...@samsung.com> wrot

Re: [dpdk-dev] Forcing inlining for igb_uio and kni

2019-06-11 Thread Stephen Hemminger
On Tue, 11 Jun 2019 11:18:22 +0100 Bruce Richardson wrote: > On Tue, Jun 11, 2019 at 11:44:01AM +0200, David Marchand wrote: > >On Tue, Jun 11, 2019 at 11:31 AM Ilya Maximets > ><[1]i.maxim...@samsung.com> wrote: > > > > On 11.06.2019 11:45, David Marchand wrote: > > > I noti

Re: [dpdk-dev] Forcing inlining for igb_uio and kni

2019-06-11 Thread Bruce Richardson
On Tue, Jun 11, 2019 at 11:44:01AM +0200, David Marchand wrote: >On Tue, Jun 11, 2019 at 11:31 AM Ilya Maximets ><[1]i.maxim...@samsung.com> wrote: > > On 11.06.2019 11:45, David Marchand wrote: > > I noticed that OVS CI [1] patches the dpdk sources to force some > inlining

Re: [dpdk-dev] Forcing inlining for igb_uio and kni

2019-06-11 Thread David Marchand
On Tue, Jun 11, 2019 at 11:31 AM Ilya Maximets wrote: > On 11.06.2019 11:45, David Marchand wrote: > > I noticed that OVS CI [1] patches the dpdk sources to force some > inlining parameters and get kni and igb_uio to build fine. > > > > Looking at it in dpdk, meson support dropped this. > > In th

Re: [dpdk-dev] Forcing inlining for igb_uio and kni

2019-06-11 Thread Ilya Maximets
On 11.06.2019 11:45, David Marchand wrote: > I noticed that OVS CI [1] patches the dpdk sources to force some inlining > parameters and get kni and igb_uio to build fine. > > Looking at it in dpdk, meson support dropped this. > In the makefiles, I can't find a reason in the git history (we go bac

[dpdk-dev] Forcing inlining for igb_uio and kni

2019-06-11 Thread David Marchand
I noticed that OVS CI [1] patches the dpdk sources to force some inlining parameters and get kni and igb_uio to build fine. Looking at it in dpdk, meson support dropped this. In the makefiles, I can't find a reason in the git history (we go back to 1.3.0rX version). [dmarchan@dmarchan dpdk]$ git