Re: [PATCH v8 1/7] tests/virtio-9p: added split readdir tests

2020-07-29 Thread Christian Schoenebeck
On Mittwoch, 29. Juli 2020 17:42:54 CEST Greg Kurz wrote: > On Wed, 29 Jul 2020 10:10:23 +0200 > > Christian Schoenebeck wrote: > > The previous, already existing 'basic' readdir test simply used a > > 'count' parameter big enough to retrieve all directory entries with a > > single Treaddir reque

Re: [PATCH v8 1/7] tests/virtio-9p: added split readdir tests

2020-07-29 Thread Greg Kurz
On Wed, 29 Jul 2020 10:10:23 +0200 Christian Schoenebeck wrote: > The previous, already existing 'basic' readdir test simply used a > 'count' parameter big enough to retrieve all directory entries with a > single Treaddir request. > > In the 3 new 'split' readdir tests added by this patch, direc

[PATCH v8 1/7] tests/virtio-9p: added split readdir tests

2020-07-29 Thread Christian Schoenebeck
The previous, already existing 'basic' readdir test simply used a 'count' parameter big enough to retrieve all directory entries with a single Treaddir request. In the 3 new 'split' readdir tests added by this patch, directory entries are retrieved, split over several Treaddir requests by picking