public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
* [DPDK/ethdev Bug 1911] bnxt: tx checksum offload for MPLS packets
@ 2026-03-24 22:37 bugzilla
  2026-03-25  2:31 ` bugzilla
  2026-03-25 23:47 ` bugzilla
  0 siblings, 2 replies; 3+ messages in thread
From: bugzilla @ 2026-03-24 22:37 UTC (permalink / raw)
  To: dev

http://bugs.dpdk.org/show_bug.cgi?id=1911

            Bug ID: 1911
           Summary: bnxt: tx checksum offload for MPLS packets
           Product: DPDK
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: ethdev
          Assignee: dev@dpdk.org
          Reporter: oleksandrn@interfacemasters.com
  Target Milestone: ---

Not sure if this is a bug, or just not supported, but IP/TCP/UDP cksum is not
calculated for MPLS packets, works for normal packets, same behaviour on 57608
and 57508. Am I missing something, or is it not supported, and I have to do it
in software? 
I tried with testpmd as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [DPDK/ethdev Bug 1911] bnxt: tx checksum offload for MPLS packets
  2026-03-24 22:37 [DPDK/ethdev Bug 1911] bnxt: tx checksum offload for MPLS packets bugzilla
@ 2026-03-25  2:31 ` bugzilla
  2026-03-25 23:47 ` bugzilla
  1 sibling, 0 replies; 3+ messages in thread
From: bugzilla @ 2026-03-25  2:31 UTC (permalink / raw)
  To: dev

http://bugs.dpdk.org/show_bug.cgi?id=1911

Stephen Hemminger (stephen@networkplumber.org) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID
                 CC|                            |stephen@networkplumber.org

--- Comment #1 from Stephen Hemminger (stephen@networkplumber.org) ---
Short answer is DPDK does not support checksum for MPLS.

Longer answer:
The transmit checksum API interface in DPDK expects that any encapsulation
headers are done as transmit offloads. There is no API for devices to report
MPLS offload, and there is no driver that supports it.

If you have the hardware support, would love to see this as a future
enhancement.

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [DPDK/ethdev Bug 1911] bnxt: tx checksum offload for MPLS packets
  2026-03-24 22:37 [DPDK/ethdev Bug 1911] bnxt: tx checksum offload for MPLS packets bugzilla
  2026-03-25  2:31 ` bugzilla
@ 2026-03-25 23:47 ` bugzilla
  1 sibling, 0 replies; 3+ messages in thread
From: bugzilla @ 2026-03-25 23:47 UTC (permalink / raw)
  To: dev

http://bugs.dpdk.org/show_bug.cgi?id=1911

Stephen Hemminger (stephen@networkplumber.org) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|INVALID                     |---
             Status|RESOLVED                    |UNCONFIRMED

--- Comment #3 from Stephen Hemminger (stephen@networkplumber.org) ---
Your right, if you give a l2 len bigger than Ethernet, the NIC should skip.
Which driver are you using.

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-03-25 23:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-24 22:37 [DPDK/ethdev Bug 1911] bnxt: tx checksum offload for MPLS packets bugzilla
2026-03-25  2:31 ` bugzilla
2026-03-25 23:47 ` bugzilla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox