NAK: [SRU][Jammy:linux-intel-iotg][PATCH v3 0/3] EHL Intel ishtp VNIC driver support

Tim Gardner tim.gardner at canonical.com
Wed May 11 11:54:16 UTC 2022


Upstream kernel policy requires that each commit stand on its own, i.e., 
it must not break the build. I suggest that you squash patch 1 and 2 
together and describe the extent of your changes in the backport 
description. I would also make 'UBUNTU: [Config] 
CONFIG_INTEL_ISHTP_VNIC=m' the first patch in the series.

rtg

On 5/10/22 20:46, Jian Hui Lee wrote:
> BugLink: https://bugs.launchpad.net/bugs/1943524
> 
> The driver enables a virtual network interface for communicating with a dedicated low power chip over ISHTP.
> 
> This series cherry-pick from linux-intel-5.13 and with a proper fix for updated kernel data structures.
> 
> 
> Jian Hui Lee (1):
>    UBUNTU: SAUCE: net: fix compile error for Intel vnic driver
> 
> Nachiketa Kumar (1):
>    net: Add support for Intel vnic driver
> 
> Wen-chien Jesse Sung (1):
>    UBUNTU: [Config] CONFIG_INTEL_ISHTP_VNIC=m
> 
>   debian.intel-iotg/config/config.common.ubuntu |   1 +
>   drivers/net/Kconfig                           |   1 +
>   drivers/net/Makefile                          |   1 +
>   drivers/net/vnic/Kconfig                      |   7 +
>   drivers/net/vnic/Makefile                     |   1 +
>   drivers/net/vnic/eth-ishtp.c                  | 501 ++++++++++++++++++
>   6 files changed, 512 insertions(+)
>   create mode 100644 drivers/net/vnic/Kconfig
>   create mode 100644 drivers/net/vnic/Makefile
>   create mode 100644 drivers/net/vnic/eth-ishtp.c
> 

-- 
-----------
Tim Gardner
Canonical, Inc



More information about the kernel-team mailing list