Re: [dpdk-dev] [PATCH v2] net/af_packet: improve Tx statistics accuracy

2019-10-11 Thread Musatescu, Flavia
On 10/10/2019 19:35, Stephen Hemminger wrote: On Thu, 10 Oct 2019 18:34:30 +0100 Flavia Musatescu wrote: When sendto call fails and ENOBUFS error is being set some of the packets are actually successfully transmitted. There is no available count of those packets, so in order to make the statis

Re: [dpdk-dev] [PATCH] telemetry: fix build warnings seen when using gcc 9

2019-08-23 Thread Musatescu, Flavia
On 23/08/2019 11:01, Kevin Traynor wrote: On 02/07/2019 15:20, Flavia Musatescu wrote: Suppress the unaligned packed member address warnings by extending the telemetry library build flags with -Wno-address-of-packed-member option, through the WERROR_FLAGS makefile variable. With this change a

Re: [dpdk-dev] [PATCH v2] devtools: better freebsd support

2019-07-09 Thread Musatescu, Flavia
On 05/07/2019 14:58, Olivier Matz wrote: - As "readlink -e" and "readlink -m" do not exist on freebsd, use "readlink -f", it should not have any impact in these cases. - "sed -ri" is invalid on freebsd and should be replaced by "sed -ri=''" - Use gmake instead of make. This fixes the fol