[dpdk-dev] [PATCH] Working Towards Making DPDK Compile with Additional Warning Flags

2019-11-05 Thread devyn . johnson
From: Devyn Collier Johnson Signed-off-by: Devyn Collier Johnson --- lib/librte_cryptodev/rte_cryptodev.c| 4 ++-- lib/librte_eal/common/eal_common_cpuflags.c | 4 ++-- lib/librte_eal/common/eal_common_errno.c| 2 +- lib/librte_eal/common/eal_common_hexdump.c | 4 ++-- lib/libr

[dpdk-dev] [PATCH] Applied tweaks requested by the mailing-list patch-checker

2019-11-05 Thread devyn . johnson
From: Devyn Collier Johnson Signed-off-by: Devyn Collier Johnson --- app/test/test_cmdline_portlist.c| 2 +- examples/vmdq_dcb/main.c| 2 +- lib/librte_cryptodev/rte_cryptodev.c| 2 +- lib/librte_eal/common/eal_common_tailqs.c | 2 +- lib/librte_eal/com

[dpdk-dev] [PATCH] Fixed one missed request for the mailing-list patch-checker

2019-11-05 Thread devyn . johnson
From: Devyn Collier Johnson Signed-off-by: Devyn Collier Johnson --- lib/librte_mbuf/rte_mbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_mbuf/rte_mbuf.c b/lib/librte_mbuf/rte_mbuf.c index f3fe16eb0..305084531 100644 --- a/lib/librte_mbuf/rte_mbuf.c +++ b/li

Re: [dpdk-dev] [PATCH] Working Towards Making DPDK Compile with Additional Warning Flags

2019-11-05 Thread Devyn Johnson
On Tue, Nov 5, 2019 at 1:36 PM David Marchand wrote: > Hello, > > On Tue, Nov 5, 2019 at 7:17 PM wrote: > > > > From: Devyn Collier Johnson > > > > Signed-off-by: Devyn Collier Johnson > > --- > > lib/librte_cryptodev/rte_cryptodev.c| 4 ++-- > > lib/librte_eal/common/eal_common_cpuf