From: Isaac Lim <izlim@yahoo.com>
To: Stephen Hemminger <stephen@networkplumber.org>
Cc: "users@dpdk.org" <users@dpdk.org>
Subject: Re: DPDK for File Transfer and Writing
Date: Wed, 11 Jun 2025 08:08:20 +0000 (UTC) [thread overview]
Message-ID: <1636271141.560185.1749629300722@mail.yahoo.com> (raw)
In-Reply-To: <20250610063640.36f6b67c@hermes.local>
[-- Attachment #1: Type: text/plain, Size: 1343 bytes --]
Dear Stephen,
Thank you so much.
Regarding SPDX, I did a Google search. Is it Software Package Data Exchange?
Best Regards,Isaac
On Tuesday, June 10, 2025 at 09:36:45 PM GMT+8, Stephen Hemminger <stephen@networkplumber.org> wrote:
On Tue, 10 Jun 2025 08:49:02 +0000 (UTC)
Isaac Lim <izlim@yahoo.com> wrote:
> 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
You could try SPDX to get faster storage, but networking is faster than storage.
At some point you need a full network stack with real protocols like TCP.
[-- Attachment #2: Type: text/html, Size: 2932 bytes --]
next prev parent reply other threads:[~2025-06-11 8:14 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
2025-06-10 13:36 ` Stephen Hemminger
2025-06-11 8:08 ` Isaac Lim [this message]
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=1636271141.560185.1749629300722@mail.yahoo.com \
--to=izlim@yahoo.com \
--cc=stephen@networkplumber.org \
--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).