On Wed, 27 Jan 2021 13:20:50 +0100
Maciej Fijalkowski wrote:
> On Wed, Jan 27, 2021 at 10:41:44AM +0100, Toke Høiland-Jørgensen wrote:
> > John Fastabend writes:
> >
> > > Hangbin Liu wrote:
> > >> From: Jesper Dangaard Brouer
> > >>
> > >> This changes the devmap XDP program support to r
John Fastabend writes:
> Jesper Dangaard Brouer wrote:
>> On Wed, 27 Jan 2021 13:20:50 +0100
>> Maciej Fijalkowski wrote:
>>
>> > On Wed, Jan 27, 2021 at 10:41:44AM +0100, Toke Høiland-Jørgensen wrote:
>> > > John Fastabend writes:
>> > >
>> > > > Hangbin Liu wrote:
>> > > >> From: Jesper
On Mon, 25 Jan 2021 20:45:11 +0800
Hangbin Liu wrote:
> By using xdp_redirect_map in sample/bpf and send pkts via pktgen cmd:
> ./pktgen_sample03_burst_single_flow.sh -i eno1 -d $dst_ip -m $dst_mac -t 10
> -s 64
>
> There are about +/- 0.1M deviation for native testing, the performance
> improv
Jesper Dangaard Brouer wrote:
> On Wed, 27 Jan 2021 13:20:50 +0100
> Maciej Fijalkowski wrote:
>
> > On Wed, Jan 27, 2021 at 10:41:44AM +0100, Toke Høiland-Jørgensen wrote:
> > > John Fastabend writes:
> > >
> > > > Hangbin Liu wrote:
> > > >> From: Jesper Dangaard Brouer
> > > >>
> > > >
On Wed, Jan 27, 2021 at 10:41:44AM +0100, Toke Høiland-Jørgensen wrote:
> John Fastabend writes:
>
> > Hangbin Liu wrote:
> >> From: Jesper Dangaard Brouer
> >>
> >> This changes the devmap XDP program support to run the program when the
> >> bulk queue is flushed instead of before the frame is
John Fastabend writes:
> Hangbin Liu wrote:
>> From: Jesper Dangaard Brouer
>>
>> This changes the devmap XDP program support to run the program when the
>> bulk queue is flushed instead of before the frame is enqueued. This has
>> a couple of benefits:
>>
>> - It "sorts" the packets by destin
Hangbin Liu wrote:
> From: Jesper Dangaard Brouer
>
> This changes the devmap XDP program support to run the program when the
> bulk queue is flushed instead of before the frame is enqueued. This has
> a couple of benefits:
>
> - It "sorts" the packets by destination devmap entry, and then runs
From: Jesper Dangaard Brouer
This changes the devmap XDP program support to run the program when the
bulk queue is flushed instead of before the frame is enqueued. This has
a couple of benefits:
- It "sorts" the packets by destination devmap entry, and then runs the
same BPF program on all the