ct: [EXT] Re: [PATCH v3 1/2] examples/l3fwd: common packet group
> functionality
>
> External Email
>
> --
> 23/06/2022 11:38, Rahul Bhansali:
> > +#ifndef _PORT_GROUP_H_
> > +#define _P
23/06/2022 11:38, Rahul Bhansali:
> +#ifndef _PORT_GROUP_H_
> +#define _PORT_GROUP_H_
No need of underscores at begin and end.
> +
> +#include "pkt_group.h"
> +
> +/*
> + * Group consecutive packets with the same destination port in bursts of 4.
> + * Suppose we have array of destination ports:
>
04/07/2022 14:49, Rahul Bhansali:
> From: Thomas Monjalon
> > 23/06/2022 11:38, Rahul Bhansali:
> > > This will make the packet grouping function common, so that other
> > > examples can utilize as per need.
> > >
> > > For each architecture sse/neon/altivec, port group headers will be
> > > creat
rch...@redhat.com
> Subject: [EXT] Re: [PATCH v3 1/2] examples/l3fwd: common packet group
> functionality
>
> External Email
>
> --
> 23/06/2022 11:38, Rahul Bhansali:
> > This will make the packet gr
23/06/2022 11:38, Rahul Bhansali:
> This will make the packet grouping function common, so
> that other examples can utilize as per need.
>
> For each architecture sse/neon/altivec, port group
> headers will be created under examples/common/.
>
> Signed-off-by: Rahul Bhansali
> ---
> Changes in
> 23/06/2022 10:38, Rahul Bhansali пишет:
> > This will make the packet grouping function common, so
> > that other examples can utilize as per need.
> >
> > For each architecture sse/neon/altivec, port group
> > headers will be created under examples/common/.
> >
> > Signed-off-by: Rahul Bhansali
23/06/2022 10:38, Rahul Bhansali пишет:
This will make the packet grouping function common, so
that other examples can utilize as per need.
For each architecture sse/neon/altivec, port group
headers will be created under examples/common/.
Signed-off-by: Rahul Bhansali
---
Changes in v3: Create
This will make the packet grouping function common, so
that other examples can utilize as per need.
For each architecture sse/neon/altivec, port group
headers will be created under examples/common/.
Signed-off-by: Rahul Bhansali
---
Changes in v3: Created common port-group headers for
architectu
8 matches
Mail list logo