DPDK patches and discussions
 help / color / mirror / Atom feed
* [DPDK/ethdev Bug 1432] net/tap: use kernel for TSO offload
@ 2024-05-02  2:33 bugzilla
  0 siblings, 0 replies; only message in thread
From: bugzilla @ 2024-05-02  2:33 UTC (permalink / raw)
  To: dev

[-- Attachment #1: Type: text/plain, Size: 1022 bytes --]

https://bugs.dpdk.org/show_bug.cgi?id=1432

            Bug ID: 1432
           Summary: net/tap: use kernel for TSO offload
           Product: DPDK
           Version: 24.03
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: ethdev
          Assignee: dev@dpdk.org
          Reporter: stephen@networkplumber.org
  Target Milestone: ---

The kernel TAP device supports TSO for doing segmentation offload.
This should be used instead of doing GSO inside the TAP PMD because it will
improve performance.

If using kernel TSO, no copy is necessary in PMD and only a single syscall
would be needed for the TSO mbuf.  For example, sending a 64K TSO mbuf would
become single writev(); instead of multiple allocations and copies followed by
multiple writev's.

Doing this would also simplfy code and error handling.

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

[-- Attachment #2: Type: text/html, Size: 2885 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-05-02  2:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-02  2:33 [DPDK/ethdev Bug 1432] net/tap: use kernel for TSO offload bugzilla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).