Re: [RFC PATCH net-next v6 00/15] Device Memory TCP

2024-03-26 Thread Mina Almasry
On Tue, Mar 26, 2024 at 5:47 AM Yunsheng Lin wrote: > > On 2024/3/26 8:28, Mina Almasry wrote: > > On Tue, Mar 5, 2024 at 11:38 AM Mina Almasry wrote: > >> > >> On Tue, Mar 5, 2024 at 4:54 AM Yunsheng Lin wrote: > >>> > >>> On 2024/3/5 10:01, Mina Almasry wrote: > >>> > >>> ... > >>> > > >>

Re: [RFC PATCH net-next v6 00/15] Device Memory TCP

2024-03-26 Thread Yunsheng Lin
On 2024/3/26 8:28, Mina Almasry wrote: > On Tue, Mar 5, 2024 at 11:38 AM Mina Almasry wrote: >> >> On Tue, Mar 5, 2024 at 4:54 AM Yunsheng Lin wrote: >>> >>> On 2024/3/5 10:01, Mina Almasry wrote: >>> >>> ... >>> Perf - page-pool benchmark: --- ben

Re: [RFC PATCH net-next v6 00/15] Device Memory TCP

2024-03-25 Thread Mina Almasry
On Tue, Mar 5, 2024 at 11:38 AM Mina Almasry wrote: > > On Tue, Mar 5, 2024 at 4:54 AM Yunsheng Lin wrote: > > > > On 2024/3/5 10:01, Mina Almasry wrote: > > > > ... > > > > > > > > Perf - page-pool benchmark: > > > --- > > > > > > bench_page_pool_simple.ko tests with and

Re: [RFC PATCH net-next v6 00/15] Device Memory TCP

2024-03-06 Thread Yunsheng Lin
On 2024/3/6 3:38, Mina Almasry wrote: > On Tue, Mar 5, 2024 at 4:54 AM Yunsheng Lin wrote: >> >> On 2024/3/5 10:01, Mina Almasry wrote: >> >> ... >> >>> >>> Perf - page-pool benchmark: >>> --- >>> >>> bench_page_pool_simple.ko tests with and without these changes: >>> https

Re: [RFC PATCH net-next v6 00/15] Device Memory TCP

2024-03-05 Thread Mina Almasry
On Tue, Mar 5, 2024 at 4:54 AM Yunsheng Lin wrote: > > On 2024/3/5 10:01, Mina Almasry wrote: > > ... > > > > > Perf - page-pool benchmark: > > --- > > > > bench_page_pool_simple.ko tests with and without these changes: > > https://pastebin.com/raw/ncHDwAbn > > > > AFAIK th

Re: [RFC PATCH net-next v6 00/15] Device Memory TCP

2024-03-05 Thread Yunsheng Lin
On 2024/3/5 10:01, Mina Almasry wrote: ... > > Perf - page-pool benchmark: > --- > > bench_page_pool_simple.ko tests with and without these changes: > https://pastebin.com/raw/ncHDwAbn > > AFAIK the number that really matters in the perf tests is the > 'tasklet_page_poo

[RFC PATCH net-next v6 00/15] Device Memory TCP

2024-03-04 Thread Mina Almasry
RFC v6: === Major Changes: -- This revision largely rebases on top of net-next and addresses the little feedback RFCv5 received. The series remains in RFC because the queue-API ndos defined in this series are not yet implemented. I have a GVE implementation I carry out of tree fo