HI Pavan,
snipped
> +
> +/* Print out statistics on packets dropped */ void print_stats(struct
> +l2fwd_resources *rsrc) {
> + uint64_t total_packets_dropped, total_packets_tx, total_packets_rx;
> + uint32_t port_id;
> +
> + total_packets_dropped = 0;
> + total_packets_tx = 0;
> +
>On Mon, 14 Oct 2019 23:52:38 +0530
> wrote:
>
>> From: Pavan Nikhilesh
>>
>> Add the default l2fwd poll mode routines similar to examples/l2fwd.
>>
>> Signed-off-by: Sunil Kumar Kori
>> Signed-off-by: Pavan Nikhilesh
>
>Patchwork CI reports build failures on this.
>Every patch must build, even
On Mon, 14 Oct 2019 23:52:38 +0530
wrote:
> From: Pavan Nikhilesh
>
> Add the default l2fwd poll mode routines similar to examples/l2fwd.
>
> Signed-off-by: Sunil Kumar Kori
> Signed-off-by: Pavan Nikhilesh
Patchwork CI reports build failures on this.
Every patch must build, even if part of
From: Pavan Nikhilesh
Add the default l2fwd poll mode routines similar to examples/l2fwd.
Signed-off-by: Sunil Kumar Kori
Signed-off-by: Pavan Nikhilesh
---
MAINTAINERS | 5 +
examples/Makefile | 1 +
examples/l2fwd-event/Makefile | 59
4 matches
Mail list logo