commit | 51247a0560ccb8e1dc2d43ff7ea1aed6b02149a0 | [log] [tgz] |
---|---|---|
author | Karthikeyan Ramasubramanian <kramasub@codeaurora.org> | Wed Oct 12 14:53:15 2011 -0600 |
committer | Karthikeyan Ramasubramanian <kramasub@codeaurora.org> | Wed Oct 12 14:53:15 2011 -0600 |
tree | 1bca20afff52c46569cffe53db885dd7cd114bce | |
parent | 4e7305f5d1424777506cf4ca555882f1582441a0 [diff] |
msm: ipc: Avoid fragmentation while reading the smaller data packets Fragmenting smaller packets lead to unnecessary copying for the IPC Router to decode it. So IPC Router's XPRT layer to wait and read the complete packet if it happens to be small. Change-Id: I1bd9294a6228c185f1281ac0c4dfccd9a509d3ab CRs-Fixed: 310412 Signed-off-by: Karthikeyan Ramasubramanian <kramasub@codeaurora.org>