mbox series

[net-next,v2,0/3] crypto: caam: Unembed net_dev

Message ID 20240628161450.2541367-1-leitao@debian.org (mailing list archive)
Headers show
Series crypto: caam: Unembed net_dev | expand

Message

Breno Leitao June 28, 2024, 4:14 p.m. UTC
This will un-embed the net_device struct from inside other struct, so we
can add flexible array into net_device.

This also enable COMPILE test for FSL_CAAM, as any config option that
depends on ARCH_LAYERSCAPE.

Changelog:
v2:
	* added a cover letter (Jakub)
	* dropped the patch that makes FSL_DPAA dependent of
	  COMPILE_TEST, since it exposes other problems.
v1:
	* https://lore.kernel.org/all/20240624162128.1665620-1-leitao@debian.org/


Breno Leitao (3):
  crypto: caam: Make CRYPTO_DEV_FSL_CAAM dependent of COMPILE_TEST
  crypto: caam: Unembed net_dev structure from qi
  crypto: caam: Unembed net_dev structure in dpaa2

 drivers/crypto/caam/Kconfig       |  2 +-
 drivers/crypto/caam/caamalg_qi2.c | 28 +++++++++++++++++---
 drivers/crypto/caam/caamalg_qi2.h |  2 +-
 drivers/crypto/caam/qi.c          | 43 +++++++++++++++++++++++++------
 4 files changed, 62 insertions(+), 13 deletions(-)