Re: [PATCH] [v6] wireless: Initial driver submission for pureLiFi STA devices

2020-10-19 Thread Krishna Chaitanya
On Mon, Oct 19, 2020 at 4:01 PM Srinivasan Raju wrote: > > This introduces the pureLiFi LiFi driver for LiFi-X, LiFi-XC > and LiFi-XL USB devices. > > This driver implementation has been based on the zd1211rw driver. > > Driver is based on 802.11 softMAC Architecture and uses > native 802.11 for c

[BPF] "padded" structures are not supported by BPF

2018-10-26 Thread Krishna Chaitanya
Hi, With below config BPF doesn't seem to support "padded" structures. Is this a bug or expected? Kernel Version: 4.15.0-34, Intel, Ubuntu. Below is the BPF JIT output. struct info { u16 seq_num; u32 packet_num; }; bpf: Failed to load program: Permission denied 0: (69) r1 = *(u16

napi: SCHED flag set/clear

2018-06-22 Thread Krishna Chaitanya
Hi, While debugging a NAPI related issue (calling napi_disable() twice leading to deadlock), I have come across below query. The issue is not documented anywhere (except for Ben grear's ath10k patch) Below are my expectations: napi_disable(): waits for SCHED (ignoring other flags) napi_enable()