[dpdk-dev] [PATCH 0/3] replace bzero with memset

2015-12-06 Thread Thomas Monjalon
> > The DPDK is mostly consistent about using the POSIX standard > > memset instead of bzero; but there seem to be some leftover BSD > > hold outs. > > > > Stephen Hemminger (3): > > test-pmd: use memset not bzero > > xen-virt: use memset not bzero > > qat: use memset instead of bzero > > S

[dpdk-dev] [PATCH 0/3] replace bzero with memset

2015-12-02 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Stephen > Hemminger > Sent: Wednesday, December 02, 2015 3:24 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 0/3] replace bzero with memset > > The DPDK is mostly consiste

[dpdk-dev] [PATCH 0/3] replace bzero with memset

2015-12-01 Thread Stephen Hemminger
The DPDK is mostly consistent about using the POSIX standard memset instead of bzero; but there seem to be some leftover BSD hold outs. Stephen Hemminger (3): test-pmd: use memset not bzero xen-virt: use memset not bzero qat: use memset instead of bzero app/test-pmd/testpmd.c