Re: [PATCH v2 bpf-next] bpf: doc: update answer for 32-bit subregister question

2019-05-31 Thread Alexei Starovoitov
On Thu, May 30, 2019 at 1:42 PM Song Liu wrote: > > On Thu, May 30, 2019 at 1:23 PM Jiong Wang wrote: > > > > There has been quite a few progress around the two steps mentioned in the > > answer to the following question: > > > > Q: BPF 32-bit subregister requirements > > > > This patch updates

Re: [PATCH v2 bpf-next] bpf: doc: update answer for 32-bit subregister question

2019-05-30 Thread Song Liu
On Thu, May 30, 2019 at 1:23 PM Jiong Wang wrote: > > There has been quite a few progress around the two steps mentioned in the > answer to the following question: > > Q: BPF 32-bit subregister requirements > > This patch updates the answer to reflect what has been done. > > v2: > - Add missing

[PATCH v2 bpf-next] bpf: doc: update answer for 32-bit subregister question

2019-05-30 Thread Jiong Wang
There has been quite a few progress around the two steps mentioned in the answer to the following question: Q: BPF 32-bit subregister requirements This patch updates the answer to reflect what has been done. v2: - Add missing full stop. (Song Liu) - Minor tweak on one sentence. (Song Liu) v