tech-kern archive

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

Re: enet(4) problem? (Was: NFS client performance problems)



uwe%stderr.spb.ru@localhost (Valery Ushakov) writes:

>mlelstv@ pointed out that TXDESC_WRITEOUT and RXDESC_WRITEOUT use
>PREWRITE, not POSTWRITE, which seems suspicious.  Unfortunately
>changing them to POSTWRITE doesn't seem to help.

You probably need both READ and WRITE flags. The buffers are handed
over to the device, modified there, passed back and read by the
CPU. The WRITEOUT macros need both PRE operations, the READIN macros
need both POST operations.


-- 
-- 
                                Michael van Elst
Internet: mlelstv%serpens.de@localhost
                                "A potential Snark may lurk in every tree."


Home | Main Index | Thread Index | Old Index