[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

[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

[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

[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

[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