Re: [PATCH] w1: bundle reply if the request was bundled

2014-02-20 Thread Evgeniy Polyakov
Hi 19.02.2014, 11:19, "David Fries" : > A program can bundle multiple messages and commands together when > making one wire requests, which is going to be much more efficient > than sending lots of little packets one write at a time.  With this > change the kernel will then bundle responses to req

[PATCH] w1: bundle reply if the request was bundled

2014-02-18 Thread David Fries
A program can bundle multiple messages and commands together when making one wire requests, which is going to be much more efficient than sending lots of little packets one write at a time. With this change the kernel will then bundle responses to requests that were bundled, where it's probably ev