Re: [Xen-devel] [PATCH v2 16/41] acpi : Introduce acpi_parse_entries

2015-07-05 Thread Parth Dixit
+shannon On 21 May 2015 at 14:50, Jan Beulich wrote: On 21.05.15 at 11:14, wrote: >> On 20 May 2015 at 21:43, Jan Beulich wrote: >> >>> >>> On 17.05.15 at 22:03, wrote: >>> > add new function acpi_parse_entries which takes >>> > acpi table as argument. This will avoid fetching table >>> >

Re: [Xen-devel] [PATCH v2 16/41] acpi : Introduce acpi_parse_entries

2015-05-21 Thread Jan Beulich
>>> On 21.05.15 at 11:14, wrote: > On 20 May 2015 at 21:43, Jan Beulich wrote: > >> >>> On 17.05.15 at 22:03, wrote: >> > add new function acpi_parse_entries which takes >> > acpi table as argument. This will avoid fetching table >> > everytime in acpi_table_parse_entries. >> >> This explanatio

Re: [Xen-devel] [PATCH v2 16/41] acpi : Introduce acpi_parse_entries

2015-05-21 Thread Parth Dixit
On 20 May 2015 at 21:43, Jan Beulich wrote: > >>> On 17.05.15 at 22:03, wrote: > > add new function acpi_parse_entries which takes > > acpi table as argument. This will avoid fetching table > > everytime in acpi_table_parse_entries. > > This explanation doesn't make a lot of sense to me - I don'

Re: [Xen-devel] [PATCH v2 16/41] acpi : Introduce acpi_parse_entries

2015-05-20 Thread Jan Beulich
>>> On 17.05.15 at 22:03, wrote: > add new function acpi_parse_entries which takes > acpi table as argument. This will avoid fetching table > everytime in acpi_table_parse_entries. This explanation doesn't make a lot of sense to me - I don't see you save anything. Am I missing anything? Are you i