All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] how to support ADMA3 and emmc CQ and inline encryption at the same time
@ 2020-12-29  8:46 Jisheng Zhang
  2020-12-29 18:17 ` Eric Biggers
  2020-12-30 12:26 ` Adrian Hunter
  0 siblings, 2 replies; 3+ messages in thread
From: Jisheng Zhang @ 2020-12-29  8:46 UTC (permalink / raw)
  To: Adrian Hunter, Ulf Hansson, linux-mmc, Baolin Wang, Eric Biggers,
	Satya Tangirala

Hi,

Two patch series:

*emmc inline encryption
Recently Eric sent out emmc inline encryption patches, per my understanding
the emmc inline encryption based on CQ interface:cqhci.

*ADMA3 support
Baolin send out ADMA3 support patches: https://lkml.org/lkml/2020/4/26/125
which makes use of the ADMA3 transfer in mmc software queue.

Per my understanding, ADMA3 is focusing on the host side while the emmc CQ
focuses on emmc card side, they don't conflict with each other. But current
mmc_blk_cqe_issue_rw_rq() goes through either hsq or cqe code path but not both.

So how can ADMA3 and CQE be used at the same time?

Thanks in advance


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-30 12:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-29  8:46 [RFC] how to support ADMA3 and emmc CQ and inline encryption at the same time Jisheng Zhang
2020-12-29 18:17 ` Eric Biggers
2020-12-30 12:26 ` Adrian Hunter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.