Re: [dpdk-dev] [pktgen PATCH 0/6] fix compilation

2017-07-26 Thread Thomas Monjalon
26/07/2017 17:52, Wiles, Keith: > > On Jul 26, 2017, at 12:39 AM, Thomas Monjalon wrote: > > PS: I've noticed that you are the author of all the pktgen commits. > > Are you using git-am when applying patches from other contributors? > > Yes, I do use git am, but most changes are based on bug repo

Re: [dpdk-dev] [pktgen PATCH 0/6] fix compilation

2017-07-26 Thread Wiles, Keith
> On Jul 26, 2017, at 12:39 AM, Thomas Monjalon wrote: > > 26/07/2017 06:54, Wiles, Keith: >> >>> On Jul 25, 2017, at 5:21 PM, Thomas Monjalon wrote: >>> >>> Some errors were seen when trying to compile with gcc 7 or clang, >>> for 32-bit, and with DPDK 17.08-rc2. >>> >>> Thomas Monjalon (6)

Re: [dpdk-dev] [pktgen PATCH 0/6] fix compilation

2017-07-25 Thread Thomas Monjalon
26/07/2017 06:54, Wiles, Keith: > > > On Jul 25, 2017, at 5:21 PM, Thomas Monjalon wrote: > > > > Some errors were seen when trying to compile with gcc 7 or clang, > > for 32-bit, and with DPDK 17.08-rc2. > > > > Thomas Monjalon (6): > > remove unused functions > > fix screen type saving > >

Re: [dpdk-dev] [pktgen PATCH 0/6] fix compilation

2017-07-25 Thread Roberts, Lee A.
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Wiles, Keith > Sent: Tuesday, July 25, 2017 9:54 PM > To: Thomas Monjalon > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [pktgen PATCH 0/6] fix compilation > > > > On Jul 25, 201

Re: [dpdk-dev] [pktgen PATCH 0/6] fix compilation

2017-07-25 Thread Wiles, Keith
> On Jul 25, 2017, at 5:21 PM, Thomas Monjalon wrote: > > Some errors were seen when trying to compile with gcc 7 or clang, > for 32-bit, and with DPDK 17.08-rc2. > > Thomas Monjalon (6): > remove unused functions > fix screen type saving > fix compilation of printf based functions > fix co

[dpdk-dev] [pktgen PATCH 0/6] fix compilation

2017-07-25 Thread Thomas Monjalon
Some errors were seen when trying to compile with gcc 7 or clang, for 32-bit, and with DPDK 17.08-rc2. Thomas Monjalon (6): remove unused functions fix screen type saving fix compilation of printf based functions fix compilation with gcc 7 fix 32-bit build fix build with dpdk-17.08-rc2