commit | 122e5b9f3d370ae11e1502d14ff5c7ea9b144a76 | [log] [tgz] |
---|---|---|
author | Sagi Grimberg <sagi@grimberg.me> | Thu Jun 18 17:30:24 2020 -0700 |
committer | Christoph Hellwig <hch@lst.de> | Wed Jul 08 16:16:18 2020 +0200 |
tree | 0f0fad7575a1032d1965365c3deb825ed62c560a | |
parent | 86f0348ace1510d7ac25124b096fb88a6ab45270 [diff] |
nvme-tcp: optimize network stack with setting msg flags according to batch size If we have a long list of request to send, signal the network stack that more is coming (MSG_MORE). If we have nothing else, signal MSG_EOR. Signed-off-by: Sagi Grimberg <sagi@grimberg.me> Tested-by: Mark Wunderlich <mark.wunderlich@intel.com> Signed-off-by: Christoph Hellwig <hch@lst.de>