[dpdk-dev] [PATCH] test/compress: fix max mbuf size test case

Thomas Monjalon thomas at monjalon.net
Fri Apr 19 13:25:56 CEST 2019


19/04/2019 12:57, Jozwiak, TomaszX:
> > What is supposed to be "i"?
> > It is initialized at 0 and never touched.
> >
> It's touched inside test_deflate_comp_decomp function.

What do you mean?
It's a local variable and its address is referenced:
	int_data.buf_idx = &i;
It looks really wrong.

Another error is seen in FreeBSD.

Should I totally revert this patch?





More information about the dev mailing list