Re: [PATCH 07/12] nvmet: Add AEN configuration support

2018-05-30 Thread Sagi Grimberg
Looks good, Reviewed-by: Sagi Grimberg

[PATCH 07/12] nvmet: Add AEN configuration support

2018-05-30 Thread Christoph Hellwig
AEN configuration via the 'Get Features' and 'Set Features' admin command is mandatory, so we should be implemeting handling for it. Signed-off-by: Hannes Reinecke [hch: use WRITE_ONCE, check for invalid values] Signed-off-by: Christoph Hellwig --- drivers/nvme/target/admin-cmd.c | 15 +