Re: [PATCH bpf-next] xdp: sample code for redirecting vlan packets to specific cpus

2018-11-07 Thread Shannon Nelson
On Wed, Nov 7, 2018 at 1:44 PM Daniel Borkmann wrote: > > On 10/29/2018 11:11 PM, John Fastabend wrote: > > On 10/29/2018 02:19 PM, Shannon Nelson wrote: > >> This is an example of using XDP to redirect the processing of > >> particular vlan packets to specific CPUs. This is in response > >> to

Re: [PATCH bpf-next] xdp: sample code for redirecting vlan packets to specific cpus

2018-11-07 Thread Daniel Borkmann
On 10/29/2018 11:11 PM, John Fastabend wrote: > On 10/29/2018 02:19 PM, Shannon Nelson wrote: >> This is an example of using XDP to redirect the processing of >> particular vlan packets to specific CPUs. This is in response >> to comments received on a kernel patch put forth previously >> to do

Re: [PATCH bpf-next] xdp: sample code for redirecting vlan packets to specific cpus

2018-10-29 Thread Shannon Nelson
On 10/29/2018 3:11 PM, John Fastabend wrote: On 10/29/2018 02:19 PM, Shannon Nelson wrote: This is an example of using XDP to redirect the processing of particular vlan packets to specific CPUs. This is in response to comments received on a kernel patch put forth previously to do something

Re: [PATCH bpf-next] xdp: sample code for redirecting vlan packets to specific cpus

2018-10-29 Thread John Fastabend
On 10/29/2018 02:19 PM, Shannon Nelson wrote: > This is an example of using XDP to redirect the processing of > particular vlan packets to specific CPUs. This is in response > to comments received on a kernel patch put forth previously > to do something similar using RPS. >

[PATCH bpf-next] xdp: sample code for redirecting vlan packets to specific cpus

2018-10-29 Thread Shannon Nelson
This is an example of using XDP to redirect the processing of particular vlan packets to specific CPUs. This is in response to comments received on a kernel patch put forth previously to do something similar using RPS. https://www.spinics.net/lists/netdev/msg528210.html [PATCH net-next]