commit | 721b3917c4ae222085c6de70c24b73b0e7950b35 | [log] [tgz] |
---|---|---|
author | James Smart <james.smart@broadcom.com> | Fri Oct 21 23:33:34 2016 +0300 |
committer | Sagi Grimberg <sagi@grimberg.me> | Tue Dec 06 10:17:03 2016 +0200 |
tree | 8f105755b31372f079416a31fbc24de13b9e46b2 | |
parent | a317178e36b52f5f24ad226a77403eeea5ac05c4 [diff] |
nvme-fabrics: set sqe.command_id in core not transports Currently, core.c sets command_id only on rd/wr commands, leaving it to the transport to set it again to ensure the request had a command id. Move location of set in core so applies to all commands. Remove transport sets. Signed-off-by: James Smart <james.smart@broadcom.com> Reviewed-by: Jay Freyensee <james_p_freyensee@linux.intel.com> Signed-off-by: Sagi Grimberg <sagi@grimberg.me>