Bug#938962: [PATCH] um: Loadable BPF "Firmware" for vector drivers

2019-10-01 Thread Johannes Berg
On Mon, 2019-09-30 at 14:19 +0100, Anton Ivanov wrote: > All vector drivers now allow a BPF program to be loaded and > associated with the RX socket in the host kernel. > > 1. The program can be loaded as an extra kernel command line > option to any of the drivers. > > 2. The program can also be

Bug#938962: [PATCH] um: Loadable BPF "Firmware" for vector drivers

2019-10-01 Thread Anton Ivanov
On 01/10/2019 08:50, Johannes Berg wrote: On Mon, 2019-09-30 at 14:19 +0100, Anton Ivanov wrote: All vector drivers now allow a BPF program to be loaded and associated with the RX socket in the host kernel. 1. The program can be loaded as an extra kernel command line option to any of the

Bug#938962: [PATCH] um: Loadable BPF "Firmware" for vector drivers

2019-09-30 Thread Anton Ivanov
All vector drivers now allow a BPF program to be loaded and associated with the RX socket in the host kernel. 1. The program can be loaded as an extra kernel command line option to any of the drivers. 2. The program can also be loaded as "firmware", using the ethtool flash option. It is possible