> diff --git a/include/linux/nvme-tcp.h b/include/linux/nvme-tcp.h > index 33c8afaf63bd..685780d1ed04 100644 > --- a/include/linux/nvme-tcp.h > +++ b/include/linux/nvme-tcp.h > @@ -11,6 +11,7 @@ > > #define NVME_TCP_DISC_PORT 8009 > #define NVME_TCP_ADMIN_CCSZ SZ_8K > +#define NVME_TCP_DIGEST_LENGTH 4 This should go into the previous patch.