mbox series

[SRU,o/n:azure,0/1] Request to enable VDPA kernel config

Message ID 20240625185414.85949-1-john.cabaj@canonical.com
Headers show
Series Request to enable VDPA kernel config | expand

Message

John Cabaj June 25, 2024, 6:54 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/2069362

[Impact]

* Request from MSFT to set the following config options:

CONFIG_VDPA=m
CONFIG_VDPA_SIM=m
CONFIG_VDPA_SIM_NET=m
CONFIG_VDPA_SIM_BLOCK=m
CONFIG_VHOST_RING=m
CONFIG_VHOST_VDPA=m

[Fix]

* SAUCE patch to enable config options

[Test Plan]

* Compile tested
* Boot tested
* Tested internally, modules were made available

[Regression potential]

* Changes isolated, minimal regression risk
* Configs enabled in Generic, but missing from Azure

[Other info]

* SF #00386379

John Cabaj (1):
  UBUNTU: [Config] azure: Enabling VDPA kernel config options

 debian.azure/config/annotations | 57 +++------------------------------
 1 file changed, 4 insertions(+), 53 deletions(-)

Comments

Marcelo Henrique Cerri June 26, 2024, 4:23 a.m. UTC | #1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

On Tue, Jun 25 2024, John Cabaj wrote:
> BugLink: https://bugs.launchpad.net/bugs/2069362
>
> [Impact]
>
> * Request from MSFT to set the following config options:
>
> CONFIG_VDPA=m
> CONFIG_VDPA_SIM=m
> CONFIG_VDPA_SIM_NET=m
> CONFIG_VDPA_SIM_BLOCK=m
> CONFIG_VHOST_RING=m
> CONFIG_VHOST_VDPA=m
>
> [Fix]
>
> * SAUCE patch to enable config options
>
> [Test Plan]
>
> * Compile tested
> * Boot tested
> * Tested internally, modules were made available
>
> [Regression potential]
>
> * Changes isolated, minimal regression risk
> * Configs enabled in Generic, but missing from Azure
>
> [Other info]
>
> * SF #00386379
>
> John Cabaj (1):
>   UBUNTU: [Config] azure: Enabling VDPA kernel config options
>
>  debian.azure/config/annotations | 57 +++------------------------------
>  1 file changed, 4 insertions(+), 53 deletions(-)
>
> -- 
> 2.34.1

Acked-by: Marcelo Henrique Cerri <marcelo.cerri@canonical.com>

- -- 
Regards,
Marcelo
-----BEGIN PGP SIGNATURE-----

iQHQBAEBCgA6FiEExJjLjAfVL0XbfEr56e82LoessAkFAmZ7l8gcHG1hcmNlbG8u
Y2VycmlAY2Fub25pY2FsLmNvbQAKCRDp7zYuh6ywCerMDACKR7cfpfsZ4xYNa7UP
dcmEAFZ+XafuU6MF7l4QG+jBhBXMtJ74J8C6DA+lPwbElJEUksIx6krGNPXEfD5J
o2/G32jY892u8YIGOjb+rEC14hkq7oKU/SEL+h6Pg2l8/a6Xc1zkBJKKl7c6YN4S
K/fnEClLo32TIVjn76Icv3hn3APorWjHly7vnGCu0WGlu/vQJHi/G0MydqaA8Kw7
uN3jwfjjTifAVdMNEwdM7Eo+5NxEEPCboVVDqGy+YJk7ZQa1QQkmao7k4IwBnDb+
ssWCTlF9wTVWvKryjKdDMIUxN6MWGAaZxcSJSvTNBPeW3QSYY9zQJdY7GinOGqh/
zCL27hUp8h3v/2kiHRrAzV0CEhKDlLxFUDpnL1IZY8LwwNglpfyZnKKlGOdrGe1c
U56u+6eKvHJ7X3/ZjYY+aGnbgCzPjWrgNkrzDDMEj+9qPkP5ZWivVgReAdCsGQsl
8XY8XTcjZNVm3386/b3okiZ7P/vQXMBK40/Y2OGCvAXmMXg=
=FlNt
-----END PGP SIGNATURE-----
Thibault Ferrante June 26, 2024, 8:24 a.m. UTC | #2
On 25-06-2024 20:54, John Cabaj wrote:
> BugLink: https://bugs.launchpad.net/bugs/2069362
> 
> [Impact]
> 
> * Request from MSFT to set the following config options:
> 
> CONFIG_VDPA=m
> CONFIG_VDPA_SIM=m
> CONFIG_VDPA_SIM_NET=m
> CONFIG_VDPA_SIM_BLOCK=m
> CONFIG_VHOST_RING=m
> CONFIG_VHOST_VDPA=m
> 
> [Fix]
> 
> * SAUCE patch to enable config options
> 
> [Test Plan]
> 
> * Compile tested
> * Boot tested
> * Tested internally, modules were made available
> 
> [Regression potential]
> 
> * Changes isolated, minimal regression risk
> * Configs enabled in Generic, but missing from Azure
> 
> [Other info]
> 
> * SF #00386379
> 
> John Cabaj (1):
>    UBUNTU: [Config] azure: Enabling VDPA kernel config options
> 
>   debian.azure/config/annotations | 57 +++------------------------------
>   1 file changed, 4 insertions(+), 53 deletions(-)
> 

Acked-by: Thibault Ferrante <thibault.ferrante@canonical.com>

--
Thibault
John Cabaj June 26, 2024, 2:21 p.m. UTC | #3
On 6/25/24 1:54 PM, John Cabaj wrote:
> BugLink: https://bugs.launchpad.net/bugs/2069362
> 
> [Impact]
> 
> * Request from MSFT to set the following config options:
> 
> CONFIG_VDPA=m
> CONFIG_VDPA_SIM=m
> CONFIG_VDPA_SIM_NET=m
> CONFIG_VDPA_SIM_BLOCK=m
> CONFIG_VHOST_RING=m
> CONFIG_VHOST_VDPA=m
> 
> [Fix]
> 
> * SAUCE patch to enable config options
> 
> [Test Plan]
> 
> * Compile tested
> * Boot tested
> * Tested internally, modules were made available
> 
> [Regression potential]
> 
> * Changes isolated, minimal regression risk
> * Configs enabled in Generic, but missing from Azure
> 
> [Other info]
> 
> * SF #00386379
> 
> John Cabaj (1):
>   UBUNTU: [Config] azure: Enabling VDPA kernel config options
> 
>  debian.azure/config/annotations | 57 +++------------------------------
>  1 file changed, 4 insertions(+), 53 deletions(-)
> 


Applied to noble:linux-azure and oracular:linux-azure master-next branches.


Thanks,
John