Re: [PATCH v6 bpf-next 0/9] introduce support for XDP programs in CPUMAP

2020-07-14 Thread Lorenzo Bianconi
> Similar to what David Ahern proposed in [1] for DEVMAPs, introduce the > capability to attach and run a XDP program to CPUMAP entries. > The idea behind this feature is to add the possibility to define on which CPU > run the eBPF program if the underlying hw does not support RSS. > I respin patch

[PATCH v6 bpf-next 0/9] introduce support for XDP programs in CPUMAP

2020-07-05 Thread Lorenzo Bianconi
Similar to what David Ahern proposed in [1] for DEVMAPs, introduce the capability to attach and run a XDP program to CPUMAP entries. The idea behind this feature is to add the possibility to define on which CPU run the eBPF program if the underlying hw does not support RSS. I respin patch 1/6 from