On 24 Jun 2019, at 18:42, Andrii Nakryiko wrote:
On Mon, Jun 24, 2019 at 2:37 AM Eelco Chaudron
wrote:
On 21 Jun 2019, at 21:13, Andrii Nakryiko wrote:
On Fri, Jun 21, 2019 at 8:26 AM Eelco Chaudron
wrote:
When an AF_XDP application received X packets, it does not mean X
frames can
On Mon, Jun 24, 2019 at 2:37 AM Eelco Chaudron wrote:
>
>
>
> On 21 Jun 2019, at 21:13, Andrii Nakryiko wrote:
>
> > On Fri, Jun 21, 2019 at 8:26 AM Eelco Chaudron
> > wrote:
> >>
> >> When an AF_XDP application received X packets, it does not mean X
> >> frames can be stuffed into the producer r
On Mon, Jun 24, 2019 at 11:53 AM Eelco Chaudron wrote:
>
>
>
> On 21 Jun 2019, at 21:13, Andrii Nakryiko wrote:
>
> > On Fri, Jun 21, 2019 at 8:26 AM Eelco Chaudron
> > wrote:
> >>
> >> When an AF_XDP application received X packets, it does not mean X
> >> frames can be stuffed into the producer
On 21 Jun 2019, at 21:13, Andrii Nakryiko wrote:
On Fri, Jun 21, 2019 at 8:26 AM Eelco Chaudron
wrote:
When an AF_XDP application received X packets, it does not mean X
frames can be stuffed into the producer ring. To make it easier for
AF_XDP applications this API allows them to check how
On Fri, Jun 21, 2019 at 8:26 AM Eelco Chaudron wrote:
>
> When an AF_XDP application received X packets, it does not mean X
> frames can be stuffed into the producer ring. To make it easier for
> AF_XDP applications this API allows them to check how many frames can
> be added into the ring.
>
> Si
When an AF_XDP application received X packets, it does not mean X
frames can be stuffed into the producer ring. To make it easier for
AF_XDP applications this API allows them to check how many frames can
be added into the ring.
Signed-off-by: Eelco Chaudron
---
tools/lib/bpf/xsk.h | 6 ++
1