From: Jakub Ramaseuski <jramaseu@redhat.com>
To: aleksandr.loktionov@intel.com
Cc: anthony.l.nguyen@intel.com, intel-wired-lan@lists.osuosl.org,
jramaseu@redhat.com, netdev@vger.kernel.org,
przemyslaw.kitszel@intel.com, przemyslaw.korba@intel.com
Subject: Re: [Intel-wired-lan] [PATCH iwl-net] ice: enable NETIF_F_HW_CSUM for GSO packets
Date: Tue, 10 Mar 2026 15:52:15 +0100 [thread overview]
Message-ID: <20260310145215.1128416-1-jramaseu@redhat.com> (raw)
In-Reply-To: <IA3PR11MB8986B891354A9AEBB0289BEEE546A@IA3PR11MB8986.namprd11.prod.outlook.com>
Dear Aleksandr,
> Please update commit message with exact commands for reproduction if possible.
that is sure to be done in v2, for now try
for the side acting as iperf3 server:
```
#!/bin/bash
# tunnel creation
# IPv4 addr 192.168.42.11/24
# IPv6 addr 2011::11/64
# IPv4oIP6GRE addr 192.168.44.11/24
# IPv6oIP6GRE addr 2023::11/64
ip l a gre1 type ip6gre remote 2011::12 local 2011::11 dev enp65s0f0np0
ip l s ip6tnl0 up
ip l s ip6gre0 up
ip l s gre1 up
# gre tunnel addresses
ip a a 2001:db8:1::1/64 dev gre1
ip a a 2023::11/64 dev gre1
ip a a 192.168.44.11/24 dev gre1
# device addresses
ip a a 2011::11/64 dev enp65s0f0np0
ip a a 192.168.42.11/24 dev enp65s0f0np0
iperf3 -s
```
for the side acting as iperf3 client:
```
#!/bin/bash
# tunnel creation
# IPv4 addr 192.168.42.12/24
# IPv6 addr 2011::12/64
# IPv4oIP6GRE addr 192.168.44.12/24
# IPv6oIP6GRE addr 2023::12/64
ip l a gre1 type ip6gre remote 2011::11 local 2011::12 dev enp65s0f0np0
ip l s ip6tnl0 up
ip l s ip6gre0 up
ip l s gre1 up
# gre tunnel addresses
ip a a 2001:db8:1::2/64 dev gre1
ip a a 2023::12/64 dev gre1
ip a a 192.168.44.12/24 dev gre1
# device addresses
ip a a 2011::12/64 dev enp65s0f0np0
ip a a 192.168.42.12/24 dev enp65s0f0np0
# tests with single stream
# test gre throughput
iperf3 -c 192.168.44.11 -t 20 -P 1
iperf3 -c 2023::11 -t 20 -P 1
# test normal throughput
iperf3 -c 192.168.42.11 -t 20 -P 1
iperf3 -c 2011::11 -t 20 -P 1
```
I hope this is expected answer.
Best regards,
Jakub Ramaseuski
next prev parent reply other threads:[~2026-03-10 14:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-10 11:55 [Intel-wired-lan] [PATCH iwl-net] ice: enable NETIF_F_HW_CSUM for GSO packets Jakub Ramaseuski
2026-03-10 12:00 ` Paul Menzel
2026-03-10 12:03 ` Loktionov, Aleksandr
2026-03-10 14:52 ` Jakub Ramaseuski [this message]
2026-03-11 0:09 ` Jakub Kicinski
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=20260310145215.1128416-1-jramaseu@redhat.com \
--to=jramaseu@redhat.com \
--cc=aleksandr.loktionov@intel.com \
--cc=anthony.l.nguyen@intel.com \
--cc=intel-wired-lan@lists.osuosl.org \
--cc=netdev@vger.kernel.org \
--cc=przemyslaw.kitszel@intel.com \
--cc=przemyslaw.korba@intel.com \
/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