[dpdk-dev] [PATCH v2] enicpmd: replace the type u_int* with uint* to remove compilation errors on a few platforms

2014-11-28 Thread Thomas Monjalon
> > ENIC PMD was giving compilation errors on ppc_64-power8-linuxapp-gcc because > > of types such as u_int32_t. This patch replaces all those with uint32_t and > > similar ones. > > > > Reported-by: David Marchand > > Signed-off-by: Sujith Sankar > > Acked-by: Bruce Richardson > > This patc

[dpdk-dev] [PATCH v2] enicpmd: replace the type u_int* with uint* to remove compilation errors on a few platforms

2014-11-28 Thread David Marchand
On Fri, Nov 28, 2014 at 10:38 AM, Sujith Sankar wrote: > ENIC PMD was giving compilation errors on ppc_64-power8-linuxapp-gcc > because > of types such as u_int32_t. This patch replaces all those with uint32_t > and > similar ones. > > Reported-by: David Marchand > Signed-off-by: Sujith Sankar

[dpdk-dev] [PATCH v2] enicpmd: replace the type u_int* with uint* to remove compilation errors on a few platforms

2014-11-28 Thread Sujith Sankar (ssujith)
On 28/11/14 9:36 pm, "Bruce Richardson" wrote: >On Fri, Nov 28, 2014 at 04:01:00PM +, Sujith Sankar (ssujith) wrote: >> >> >> On 28/11/14 9:22 pm, "Bruce Richardson" >>wrote: >> >> >On Fri, Nov 28, 2014 at 03:08:19PM +0530, Sujith Sankar wrote: >> >> ENIC PMD was giving compilation erro

[dpdk-dev] [PATCH v2] enicpmd: replace the type u_int* with uint* to remove compilation errors on a few platforms

2014-11-28 Thread Bruce Richardson
On Fri, Nov 28, 2014 at 04:01:00PM +, Sujith Sankar (ssujith) wrote: > > > On 28/11/14 9:22 pm, "Bruce Richardson" wrote: > > >On Fri, Nov 28, 2014 at 03:08:19PM +0530, Sujith Sankar wrote: > >> ENIC PMD was giving compilation errors on ppc_64-power8-linuxapp-gcc > >>because > >> of types s

[dpdk-dev] [PATCH v2] enicpmd: replace the type u_int* with uint* to remove compilation errors on a few platforms

2014-11-28 Thread Sujith Sankar (ssujith)
On 28/11/14 9:22 pm, "Bruce Richardson" wrote: >On Fri, Nov 28, 2014 at 03:08:19PM +0530, Sujith Sankar wrote: >> ENIC PMD was giving compilation errors on ppc_64-power8-linuxapp-gcc >>because >> of types such as u_int32_t. This patch replaces all those with >>uint32_t and >> similar ones. >>

[dpdk-dev] [PATCH v2] enicpmd: replace the type u_int* with uint* to remove compilation errors on a few platforms

2014-11-28 Thread Bruce Richardson
On Fri, Nov 28, 2014 at 03:08:19PM +0530, Sujith Sankar wrote: > ENIC PMD was giving compilation errors on ppc_64-power8-linuxapp-gcc because > of types such as u_int32_t. This patch replaces all those with uint32_t and > similar ones. > > Reported-by: David Marchand > Signed-off-by: Sujith Sank

[dpdk-dev] [PATCH v2] enicpmd: replace the type u_int* with uint* to remove compilation errors on a few platforms

2014-11-28 Thread Sujith Sankar
ENIC PMD was giving compilation errors on ppc_64-power8-linuxapp-gcc because of types such as u_int32_t. This patch replaces all those with uint32_t and similar ones. Reported-by: David Marchand Signed-off-by: Sujith Sankar --- lib/librte_pmd_enic/enic.h | 2 +- lib/librte_pmd_eni

[dpdk-dev] [PATCH v2] enicpmd: replace the type u_int* with uint* to remove compilation errors on a few platforms

2014-11-28 Thread Bruce Richardson
On Fri, Nov 28, 2014 at 03:08:19PM +0530, Sujith Sankar wrote: > ENIC PMD was giving compilation errors on ppc_64-power8-linuxapp-gcc because > of types such as u_int32_t. This patch replaces all those with uint32_t and > similar ones. > > Reported-by: David Marchand > Signed-off-by: Sujith Sank

[dpdk-dev] [PATCH v2] enicpmd: replace the type u_int* with uint* to remove compilation errors on a few platforms

2014-11-28 Thread Thomas Monjalon
2014-11-28 10:21, Sujith Sankar: > Sure Thomas. Thanks ! > Do you want me to send this V2 again with these? No, not needed. Just a reminder for next time in the hope you'll send hundreds of good patches ;) Note: avoid top-posting (there's also some guidelines for emails). > On 28/11/14 3:47 pm,

[dpdk-dev] [PATCH v2] enicpmd: replace the type u_int* with uint* to remove compilation errors on a few platforms

2014-11-28 Thread Thomas Monjalon
Hi Sujith, Some tips when sending a v2: - use --in-reply-to to keep all the versions in the same thread - use --annotate to write a changelog These guidelines are explained in this page: http://dpdk.org/dev#send Thanks -- Thomas

[dpdk-dev] [PATCH v2] enicpmd: replace the type u_int* with uint* to remove compilation errors on a few platforms

2014-11-28 Thread Sujith Sankar (ssujith)
Sure Thomas. Thanks ! Do you want me to send this V2 again with these? -Sujith On 28/11/14 3:47 pm, "Thomas Monjalon" wrote: >Hi Sujith, > >Some tips when sending a v2: >- use --in-reply-to to keep all the versions in the same thread >- use --annotate to write a changelog > >These guidelines a