commit | 10407ec9b42d30a6ebc49f7f84e2bb2131438699 | [log] [tgz] |
---|---|---|
author | Potnuri Bharat Teja <bharat@chelsio.com> | Mon Jul 08 15:22:00 2019 +0530 |
committer | Sagi Grimberg <sagi@grimberg.me> | Thu Aug 29 12:55:00 2019 -0700 |
tree | c9844a5cb90bc5b0ed62c9729e616ed417591500 | |
parent | 6be182607db98f9672865fed3ee3bf8b98e62dd4 [diff] |
nvme-tcp: Use protocol specific operations while reading socket Using socket specific read_sock() calls instead of directly calling tcp_read_sock() helps lld module registered handlers if any, to be called from nvme-tcp host. This patch therefore replaces the tcp_read_sock() with socket specific prot_ops. Signed-off-by: Potnuri Bharat Teja <bharat@chelsio.com> Acked-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Sagi Grimberg <sagi@grimberg.me>