Re: [Qemu-devel] [PULL V4 00/31] Net patches

2016-06-02 Thread Fam Zheng
On Thu, 06/02 13:05, Eric Blake wrote: > On 06/02/2016 12:09 PM, Dmitry Fleytman wrote: > > > > > The build did not pass because of tracepoint e1000e_rx_rss_ip6 which failed > > to compile. > > > > This tracepoint has 11 parameters, when 1 parameter is removed build > > succeeds. > > Could it

Re: [Qemu-devel] [PULL V4 00/31] Net patches

2016-06-02 Thread Peter Maydell
On 2 June 2016 at 19:38, Dmitry Fleytman wrote: > From lttng/tracepoint.h: > > … > > /* > * TP_ARGS takes tuples of type, argument separated by a comma. > * It can take up to 10 tuples (which means that less than 10 tuples is > * fine too). > * Each tuple is also separated by a comma. > */ >

Re: [Qemu-devel] [PULL V4 00/31] Net patches

2016-06-02 Thread Eric Blake
On 06/02/2016 12:09 PM, Dmitry Fleytman wrote: > > The build did not pass because of tracepoint e1000e_rx_rss_ip6 which failed > to compile. > > This tracepoint has 11 parameters, when 1 parameter is removed build succeeds. > Could it be that ust backend has a limitation of 10 parameters per ev

Re: [Qemu-devel] [PULL V4 00/31] Net patches

2016-06-02 Thread Dmitry Fleytman
Hi, After deeper investigation: From lttng/tracepoint.h: … /* * TP_ARGS takes tuples of type, argument separated by a comma. * It can take up to 10 tuples (which means that less than 10 tuples is * fine too). * Each tuple is also separated by a comma. */ … So this is a ust backend limita

Re: [Qemu-devel] [PULL V4 00/31] Net patches

2016-06-02 Thread Dmitry Fleytman
> On 2 Jun 2016, at 19:29 PM, Peter Maydell wrote: > > On 2 June 2016 at 15:15, Peter Maydell wrote: >> On 2 June 2016 at 07:47, Jason Wang wrote: >>> The following changes since commit 287db79df8af8e31f18e262feb5e05103a09e4d4: >>> >>> Merge remote-tracking branch 'remotes/ehabkost/tags/x86-

Re: [Qemu-devel] [PULL V4 00/31] Net patches

2016-06-02 Thread Peter Maydell
On 2 June 2016 at 15:15, Peter Maydell wrote: > On 2 June 2016 at 07:47, Jason Wang wrote: >> The following changes since commit 287db79df8af8e31f18e262feb5e05103a09e4d4: >> >> Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into >> staging (2016-05-24 13:06:33 +0100) >>

Re: [Qemu-devel] [PULL V4 00/31] Net patches

2016-06-02 Thread Peter Maydell
On 2 June 2016 at 07:47, Jason Wang wrote: > The following changes since commit 287db79df8af8e31f18e262feb5e05103a09e4d4: > > Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into > staging (2016-05-24 13:06:33 +0100) > > are available in the git repository at: > > https:

[Qemu-devel] [PULL V4 00/31] Net patches

2016-06-01 Thread Jason Wang
The following changes since commit 287db79df8af8e31f18e262feb5e05103a09e4d4: Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging (2016-05-24 13:06:33 +0100) are available in the git repository at: https://github.com/jasowang/qemu.git tags/net-pull-request for