From: Stephen Hemminger <stephen@networkplumber.org>
To: Isaac Lim <izlim@yahoo.com>
Cc: "users@dpdk.org" <users@dpdk.org>
Subject: Re: DPDK for File Transfer and Writing
Date: Wed, 11 Jun 2025 08:32:26 -0700 [thread overview]
Message-ID: <20250611083226.577a03a0@hermes.local> (raw)
In-Reply-To: <1636271141.560185.1749629300722@mail.yahoo.com>
On Wed, 11 Jun 2025 08:08:20 +0000 (UTC)
Isaac Lim <izlim@yahoo.com> wrote:
> 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.
>
SPDK https://spdk.io/
prev parent reply other threads:[~2025-06-11 15:32 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
2025-06-11 15:32 ` Stephen Hemminger [this message]
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=20250611083226.577a03a0@hermes.local \
--to=stephen@networkplumber.org \
--cc=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).