20/04/2020 19:34, Aaron Conole:
> "Burakov, Anatoly" writes:
> > Nitpicking, but i believe the coding style guide discourages using
> > boolean syntax for anything other than boolean checks, and it is
> > better to use a more explicit `if (x == NULL)`.
>
> I see, it does. Looking at the code-bas
"Burakov, Anatoly" writes:
> On 17-Apr-20 2:14 PM, Aaron Conole wrote:
>> Initial IP fragmentation unit test.
>>
>> Signed-off-by: Aaron Conole
>> ---
>
>
>
>> +if (!pkt_pool)
>> +pkt_pool = rte_pktmbuf_pool_create("FRAG_MBUF_POOL",
>> +
On 17-Apr-20 2:14 PM, Aaron Conole wrote:
Initial IP fragmentation unit test.
Signed-off-by: Aaron Conole
---
+ if (!pkt_pool)
+ pkt_pool = rte_pktmbuf_pool_create("FRAG_MBUF_POOL",
+ NUM_MBUFS, BURST, 0,
+
W dniu 17.04.2020 o 15:14, Aaron Conole pisze:
> Initial IP fragmentation unit test.
>
> Signed-off-by: Aaron Conole
> ---
> MAINTAINERS| 1 +
> app/test/meson.build | 2 +
> app/test/test_ipfrag.c | 272 +
> 3 files changed, 275 ins
Initial IP fragmentation unit test.
Signed-off-by: Aaron Conole
---
MAINTAINERS| 1 +
app/test/meson.build | 2 +
app/test/test_ipfrag.c | 272 +
3 files changed, 275 insertions(+)
create mode 100644 app/test/test_ipfrag.c
diff --git a/
5 matches
Mail list logo