Re: [Mesa-dev] [PATCH v2 02/16] intel: aubinator: remove standard input processing option

2018-06-20 Thread Lionel Landwerlin
On 19/06/18 23:56, Rafael Antognolli wrote: On Tue, Jun 19, 2018 at 11:40:30AM -0700, Rafael Antognolli wrote: On Tue, Jun 19, 2018 at 02:45:17PM +0100, Lionel Landwerlin wrote: Now that we rely on mmap of the data to parse, we can't process the standard input anymore. Didn't we rely on mmap

Re: [Mesa-dev] [PATCH v2 02/16] intel: aubinator: remove standard input processing option

2018-06-19 Thread Rafael Antognolli
On Tue, Jun 19, 2018 at 11:40:30AM -0700, Rafael Antognolli wrote: > On Tue, Jun 19, 2018 at 02:45:17PM +0100, Lionel Landwerlin wrote: > > Now that we rely on mmap of the data to parse, we can't process the > > standard input anymore. > > Didn't we rely on mmap of the data since forever? Oh, I

Re: [Mesa-dev] [PATCH v2 02/16] intel: aubinator: remove standard input processing option

2018-06-19 Thread Rafael Antognolli
On Tue, Jun 19, 2018 at 02:45:17PM +0100, Lionel Landwerlin wrote: > Now that we rely on mmap of the data to parse, we can't process the > standard input anymore. Didn't we rely on mmap of the data since forever? > This isn't much of a big deal because we have in-process batch decoder > (run

[Mesa-dev] [PATCH v2 02/16] intel: aubinator: remove standard input processing option

2018-06-19 Thread Lionel Landwerlin
Now that we rely on mmap of the data to parse, we can't process the standard input anymore. This isn't much of a big deal because we have in-process batch decoder (run with INTEL_DEBUG=batch) that supports essentially doing the same thing. Signed-off-by: Lionel Landwerlin ---