From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 52C3845B14; Fri, 11 Oct 2024 19:07:51 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E5D844069F; Fri, 11 Oct 2024 19:07:50 +0200 (CEST) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id AB911402A3 for ; Fri, 11 Oct 2024 19:07:49 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id A08BE45B15; Fri, 11 Oct 2024 19:07:49 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Subject: [DPDK/ethdev Bug 1563] Many I219 variants not supported by E1000 druver Date: Fri, 11 Oct 2024 17:07:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: ethdev X-Bugzilla-Version: 24.11 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: stephen@networkplumber.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: multipart/alternative; boundary=17286664690.Aa251.684796 Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org --17286664690.Aa251.684796 Date: Fri, 11 Oct 2024 19:07:49 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All https://bugs.dpdk.org/show_bug.cgi?id=3D1563 Bug ID: 1563 Summary: Many I219 variants not supported by E1000 druver Product: DPDK Version: 24.11 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: ethdev Assignee: dev@dpdk.org Reporter: stephen@networkplumber.org Target Milestone: --- There are many variants of e1000 which are supported by Linux and FreeBSD kernel drivers which are not handled by the DPDK e1000 PMD. Looks like the = base code for e1000 has not been updated in years. Specifically, the Tiger Lake and related chips are not supported. This interface would be useful for testing on my machine. $ lspci -n -v -s 00:1f.6 00:1f.6 0200: 8086:15fc (rev 20) DeviceName: Onboard - Ethernet Subsystem: 1458:1000 Flags: bus master, fast devsel, latency 0, IRQ 226, IOMMU group 16 Memory at 88700000 (32-bit, non-prefetchable) [size=3D128K] Capabilities: Kernel driver in use: e1000e Kernel modules: e1000e $ sudo ethtool -i eno2 driver: e1000e version: 6.10.11-amd64 firmware-version: 0.6-4 expansion-rom-version:=20 bus-info: 0000:00:1f.6 supports-statistics: yes supports-test: yes supports-eeprom-access: yes supports-register-dump: yes supports-priv-flags: yes --=20 You are receiving this mail because: You are the assignee for the bug.= --17286664690.Aa251.684796 Date: Fri, 11 Oct 2024 19:07:49 +0200 MIME-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All
Bug ID 1563
Summary Many I219 variants not supported by E1000 druver
Product DPDK
Version 24.11
Hardware All
OS All
Status UNCONFIRMED
Severity normal
Priority Normal
Component ethdev
Assignee dev@dpdk.org
Reporter stephen@networkplumber.org
Target Milestone ---

There are many variants of e1000 w=
hich are supported by Linux and FreeBSD
kernel drivers which are not handled by the DPDK e1000 PMD. Looks like the =
base
code for e1000 has not been updated in years.

Specifically, the Tiger Lake and related chips are not supported.
This interface would be useful for testing on my machine.

$ lspci -n -v -s 00:1f.6
00:1f.6 0200: 8086:15fc (rev 20)
        DeviceName: Onboard - Ethernet
        Subsystem: 1458:1000
        Flags: bus master, fast devsel, latency 0, IRQ 226, IOMMU group 16
        Memory at 88700000 (32-bit, non-prefetchable) [size=3D128K]
        Capabilities: <access denied>
        Kernel driver in use: e1000e
        Kernel modules: e1000e

$ sudo ethtool -i eno2
driver: e1000e
version: 6.10.11-amd64
firmware-version: 0.6-4
expansion-rom-version:=20
bus-info: 0000:00:1f.6
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: yes
          


You are receiving this mail because:
  • You are the assignee for the bug.
=20=20=20=20=20=20=20=20=20=20
= --17286664690.Aa251.684796--