From: Isaac Lim <izlim@yahoo.com>
To: "users@dpdk.org" <users@dpdk.org>
Subject: DPDK for File Transfer and Writing
Date: Tue, 10 Jun 2025 08:49:02 +0000 (UTC) [thread overview]
Message-ID: <1091299300.1853887.1749545342300@mail.yahoo.com> (raw)
In-Reply-To: <1091299300.1853887.1749545342300.ref@mail.yahoo.com>
[-- Attachment #1: Type: text/plain, Size: 831 bytes --]
Dear all,
We are using DPDK to transfer files and write to SSD on the receiver side.
On the sender side, we are splitting the files into 1024-byte packets before sending over to the receiver.
Currently, on the sender side, we are using a worker lcore to retrieve the packets and storing the file data in a buffer while the main lcore writes the data to file using write().
However, we are realizing that the write speed is not fast enough to keep up with the number of packets being received.
We have tried using io_uring to aid speeding up the writing but it seems to be even slower than just writing the file normally.
We would like to check with the community if you have any DPDK compatible suggestions that would help improve file transfer and write performance?
Thank you very much in advance.
Best Regards,Isaac LIM
[-- Attachment #2: Type: text/html, Size: 1927 bytes --]
next parent reply other threads:[~2025-06-10 8:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1091299300.1853887.1749545342300.ref@mail.yahoo.com>
2025-06-10 8:49 ` Isaac Lim [this message]
2025-06-10 13:36 ` Stephen Hemminger
2025-06-11 8:08 ` Isaac Lim
2025-06-11 15:32 ` Stephen Hemminger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1091299300.1853887.1749545342300@mail.yahoo.com \
--to=izlim@yahoo.com \
--cc=users@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).