Re: [Mingw-w64-public] [patch]: Update netio and windot11 API headers

2015-01-08 Thread Kai Tietz
Committed to master after review on IRC by Jacek.

I removed _Field_size_part_ macro use, as noted by review of Jacek.

Kai

2015-01-08 17:33 GMT+01:00 Kai Tietz :
> Hi,
>
> Any comment on the attached changes? Ok for apply?
>
> Regards,
> Kai

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] [patch]: Update netio and windot11 API headers

2015-01-12 Thread Ray Donnelly
On Thu, Jan 8, 2015 at 6:01 PM, Kai Tietz  wrote:
> Committed to master after review on IRC by Jacek.
>
> I removed _Field_size_part_ macro use, as noted by review of Jacek.
>
> Kai
>
> 2015-01-08 17:33 GMT+01:00 Kai Tietz :
>> Hi,
>>
>> Any comment on the attached changes? Ok for apply?
>>

We ran into some problems with this update.

Please review the attached patch.

Best regards,

Ray.

>> Regards,
>> Kai
>
> --
> Dive into the World of Parallel Programming! The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net
> ___
> Mingw-w64-public mailing list
> Mingw-w64-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


0001-Fix-compilation-errors-since-Update-netioa-API.patch
Description: Binary data
--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
www.gigenet.com___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] [patch]: Update netio and windot11 API headers

2015-01-12 Thread Ray Donnelly
On Mon, Jan 12, 2015 at 6:44 PM, Ray Donnelly  wrote:
> On Thu, Jan 8, 2015 at 6:01 PM, Kai Tietz  wrote:
>> Committed to master after review on IRC by Jacek.
>>
>> I removed _Field_size_part_ macro use, as noted by review of Jacek.
>>
>> Kai
>>
>> 2015-01-08 17:33 GMT+01:00 Kai Tietz :
>>> Hi,
>>>
>>> Any comment on the attached changes? Ok for apply?
>>>
>
> We ran into some problems with this update.
>
> Please review the attached patch.
>

Updated (Jacek partially reviewed on IRC); replaces
https://sourceforge.net/p/mingw-w64/mailman/message/33227195/

Best regards,

Ray.

> Best regards,
>
> Ray.
>
>>> Regards,
>>> Kai
>>
>> --
>> Dive into the World of Parallel Programming! The Go Parallel Website,
>> sponsored by Intel and developed in partnership with Slashdot Media, is your
>> hub for all things parallel software development, from weekly thought
>> leadership blogs to news, videos, case studies, tutorials and more. Take a
>> look and join the conversation now. http://goparallel.sourceforge.net
>> ___
>> Mingw-w64-public mailing list
>> Mingw-w64-public@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


0001-Fix-compilation-errors-since-Update-netioa-API.patch
Description: Binary data
--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
www.gigenet.com___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] [patch]: Update netio and windot11 API headers

2015-01-16 Thread Jacek Caban
Hi Ray,

I'm sorry for the delay.

On 01/12/15 21:41, Ray Donnelly wrote:
> We simply typedef it to int.  */
>  typedef int MIB_TCP_STATE;
>  
> +#include 

MIC_TCP_STATE should be declared in tcpmib.h. Please move it there and
include tcpmib.h on top of iprtmib.h, like other headers. Other parts of
the patch looks good to me.

Thanks,
Jacek

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] [patch]: Update netio and windot11 API headers

2015-01-16 Thread Ray Donnelly
On Fri, Jan 16, 2015 at 12:35 PM, Jacek Caban  wrote:
> Hi Ray,
>
> I'm sorry for the delay.
>
> On 01/12/15 21:41, Ray Donnelly wrote:
>> We simply typedef it to int.  */
>>  typedef int MIB_TCP_STATE;
>>
>> +#include 
>
> MIC_TCP_STATE should be declared in tcpmib.h. Please move it there and
> include tcpmib.h on top of iprtmib.h, like other headers. Other parts of
> the patch looks good to me.
>

This was committed already, so I will make the new changes now and
post the patch here for review.

Thanks,

Ray.

> Thanks,
> Jacek
>
> --
> New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
> GigeNET is offering a free month of service with a new server in Ashburn.
> Choose from 2 high performing configs, both with 100TB of bandwidth.
> Higher redundancy.Lower latency.Increased capacity.Completely compliant.
> http://p.sf.net/sfu/gigenet
> ___
> Mingw-w64-public mailing list
> Mingw-w64-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] [patch]: Update netio and windot11 API headers

2015-01-16 Thread Ray Donnelly
On Fri, Jan 16, 2015 at 2:23 PM, Ray Donnelly  wrote:
> On Fri, Jan 16, 2015 at 12:35 PM, Jacek Caban  wrote:
>> Hi Ray,
>>
>> I'm sorry for the delay.
>>
>> On 01/12/15 21:41, Ray Donnelly wrote:
>>> We simply typedef it to int.  */
>>>  typedef int MIB_TCP_STATE;
>>>
>>> +#include 
>>
>> MIC_TCP_STATE should be declared in tcpmib.h. Please move it there and
>> include tcpmib.h on top of iprtmib.h, like other headers. Other parts of
>> the patch looks good to me.
>>
>
> This was committed already, so I will make the new changes now and
> post the patch here for review.
>

Attached, please review.

Cheers,

Ray.

> Thanks,
>
> Ray.
>
>> Thanks,
>> Jacek
>>
>> --
>> New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
>> GigeNET is offering a free month of service with a new server in Ashburn.
>> Choose from 2 high performing configs, both with 100TB of bandwidth.
>> Higher redundancy.Lower latency.Increased capacity.Completely compliant.
>> http://p.sf.net/sfu/gigenet
>> ___
>> Mingw-w64-public mailing list
>> Mingw-w64-public@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


0001-netioa-API-Move-MIC_TCP_STATE-to-tcpmib.h.patch
Description: Binary data
--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] [patch]: Update netio and windot11 API headers

2015-01-16 Thread Jacek Caban
On 01/16/15 15:54, Ray Donnelly wrote:
> On Fri, Jan 16, 2015 at 2:23 PM, Ray Donnelly  wrote:
>> On Fri, Jan 16, 2015 at 12:35 PM, Jacek Caban  wrote:
>>> Hi Ray,
>>>
>>> I'm sorry for the delay.
>>>
>>> On 01/12/15 21:41, Ray Donnelly wrote:
 We simply typedef it to int.  */
  typedef int MIB_TCP_STATE;

 +#include 
>>> MIC_TCP_STATE should be declared in tcpmib.h. Please move it there and
>>> include tcpmib.h on top of iprtmib.h, like other headers. Other parts of
>>> the patch looks good to me.
>>>
>> This was committed already, so I will make the new changes now and
>> post the patch here for review.
>>
> Attached, please review.

Looks good to me.

Thanks,
Jacek


--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public