[QUESTION] How to enlarge the max write pages of fuse request

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Miklos,

I want to enlarge the fuse request's bufsize from 128K to 1MB for more
bandwidth as follows, but it does not work.

1. In libfuse, setting fuse_init_out:
outarg->max_write = 1024 * 1024; // 1MB
outarg->max_pages = 256; // 1MB

2. In kernel, fuse_send_write just handle 4B once a time, and failed at
last despite 'req->max_pages' is already set to 256. I wonder if some
more adaption needed or I just went the wrong way? Looking forward to
your rely.

Thanks,
Jun




[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [Samba]     [Device Mapper]     [CEPH Development]

  Powered by Linux