mbox series

[SRU,Jammy:linux-intel-iotg,v4,0/2] EHL Intel ishtp VNIC driver support

Message ID 20220512092553.13828-1-jianhui.lee@canonical.com
Headers show
Series EHL Intel ishtp VNIC driver support | expand

Message

Jian Hui Lee May 12, 2022, 9:25 a.m. UTC
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 is backported from linux-intel-5.13 and with a proper fix for updated kernel data structures.


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

Comments

Tim Gardner May 12, 2022, 12:21 p.m. UTC | #1
Acked-by: Tim Gardner <tim.gardner@canonical.com>

In the future please maintain a list of the differences from one version 
to the next. For example, this patch request is now v4, yet there is no 
explanation of the differences from v1 to v2, v2 to v3, and v3 to v4.

On 5/12/22 03:25, 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 is backported from linux-intel-5.13 and with a proper fix for updated kernel data structures.
> 
> 
> 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
>
Philip Cox May 13, 2022, 7:34 p.m. UTC | #2
Acked-By: Philip Cox <philip.cox@canonical.com>

On 2022-05-12 5:25 a.m., 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 is backported from linux-intel-5.13 and with a proper fix for updated kernel data structures.
>
>
> 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
>