From: Konstantin Ananyev <konstantin.ananyev@huawei.com>
To: Bruce Richardson <bruce.richardson@intel.com>,
Andre Muezerie <andremue@linux.microsoft.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>, "stable@dpdk.org" <stable@dpdk.org>
Subject: RE: [PATCH v5 08/20] net/ice: remove use of VLAs for Windows built code
Date: Fri, 8 Nov 2024 10:18:31 +0000 [thread overview]
Message-ID: <6e36b497009b4a2dbc598435bdd44ef6@huawei.com> (raw)
In-Reply-To: <Zy3Q9GhMMQalA0KS@bricha3-mobl1.ger.corp.intel.com>
>
> Title for this patch is incorrect. Does it belong merged with the next
> patch in series?
Yes, seems like oringianl title get lost, I think it needs to be:
gro: fix overwrite unprocessed packets
https://patchwork.dpdk.org/project/dpdk/patch/20240523162604.2600-2-konstantin.v.ananyev@yandex.ru/
>
> On Thu, Nov 07, 2024 at 04:44:39PM -0800, Andre Muezerie wrote:
> > From: Konstantin Ananyev <konstantin.ananyev@huawei.com>
> >
> > gro_vxlan_tcp4_tbl_timeout_flush() is called without taking into account
> > that first entries in pkts[] can be already occupied by
> > un-processed packets.
> >
> > Fixes: 74080d7dcf31 ("gro: support IPv6 for TCP")
> > Cc: stable@dpdk.org
> >
> > Signed-off-by: Konstantin Ananyev <konstantin.ananyev@huawei.com>
> > Acked-by: Ferruh Yigit <ferruh.yigit@amd.com>
> > ---
> > lib/gro/rte_gro.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/lib/gro/rte_gro.c b/lib/gro/rte_gro.c
> > index d824eebd93..db86117609 100644
> > --- a/lib/gro/rte_gro.c
> > +++ b/lib/gro/rte_gro.c
> > @@ -327,7 +327,7 @@ rte_gro_reassemble_burst(struct rte_mbuf **pkts,
> > /* Flush all packets from the tables */
> > if (do_vxlan_tcp_gro) {
> > i += gro_vxlan_tcp4_tbl_timeout_flush(&vxlan_tcp_tbl,
> > - 0, pkts, nb_pkts);
> > + 0, &pkts[i], nb_pkts - i);
> > }
> >
> > if (do_vxlan_udp_gro) {
> > --
> > 2.34.1
> >
next prev parent reply other threads:[~2024-11-08 10:18 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1713397319-26135-1-git-send-email-roretzla@linux.microsoft.com>
[not found] ` <1731026691-1529-1-git-send-email-andremue@linux.microsoft.com>
2024-11-08 0:44 ` Andre Muezerie
2024-11-08 8:51 ` Bruce Richardson
2024-11-08 10:18 ` Konstantin Ananyev [this message]
2024-11-08 21:21 ` Andre Muezerie
2024-11-08 21:17 ` Andre Muezerie
[not found] ` <1731116892-17109-1-git-send-email-andremue@linux.microsoft.com>
2024-11-09 1:48 ` [PATCH v6 08/20] gro: fix overwrite unprocessed packets Andre Muezerie
[not found] ` <1731376933-19275-1-git-send-email-andremue@linux.microsoft.com>
2024-11-12 2:02 ` [PATCH v7 08/21] " Andre Muezerie
[not found] ` <1732063048-12298-1-git-send-email-andremue@linux.microsoft.com>
2024-11-20 0:37 ` [PATCH v8 " Andre Muezerie
[not found] ` <1732067686-5938-1-git-send-email-andremue@linux.microsoft.com>
2024-11-20 1:54 ` [PATCH v9 " Andre Muezerie
[not found] ` <1732072401-15962-1-git-send-email-andremue@linux.microsoft.com>
2024-11-20 3:13 ` [PATCH v10 " Andre Muezerie
[not found] ` <1732216998-3899-1-git-send-email-andremue@linux.microsoft.com>
2024-11-21 19:23 ` [PATCH v11 " Andre Muezerie
[not found] ` <1732225298-10322-1-git-send-email-andremue@linux.microsoft.com>
2024-11-21 21:41 ` [PATCH v12 " Andre Muezerie
[not found] ` <1736045218-15957-1-git-send-email-andremue@linux.microsoft.com>
2025-01-05 2:46 ` [PATCH v13 " Andre Muezerie
[not found] ` <1736540620-21764-1-git-send-email-andremue@linux.microsoft.com>
2025-01-10 20:22 ` [PATCH v14 08/81] " Andre Muezerie
[not found] ` <1736817792-24967-1-git-send-email-andremue@linux.microsoft.com>
2025-01-14 1:22 ` [PATCH v15 08/60] " Andre Muezerie
[not found] ` <1736821958-3295-1-git-send-email-andremue@linux.microsoft.com>
2025-01-14 2:31 ` [PATCH v16 " Andre Muezerie
[not found] ` <1738247561-26955-1-git-send-email-andremue@linux.microsoft.com>
2025-01-30 14:32 ` [PATCH v17 08/25] " Andre Muezerie
[not found] ` <1738274135-2086-1-git-send-email-andremue@linux.microsoft.com>
2025-01-30 21:55 ` [PATCH v18 08/26] " Andre Muezerie
[not found] ` <1738555590-12753-1-git-send-email-andremue@linux.microsoft.com>
2025-02-03 4:06 ` [PATCH v19 08/27] " Andre Muezerie
[not found] ` <1738686124-16173-1-git-send-email-andremue@linux.microsoft.com>
2025-02-04 16:21 ` [PATCH v20 " Andre Muezerie
[not found] ` <1738702638-22363-1-git-send-email-andremue@linux.microsoft.com>
2025-02-04 20:56 ` [PATCH v21 " Andre Muezerie
[not found] ` <1738805610-17507-1-git-send-email-andremue@linux.microsoft.com>
2025-02-06 1:33 ` [PATCH v22 " Andre Muezerie
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=6e36b497009b4a2dbc598435bdd44ef6@huawei.com \
--to=konstantin.ananyev@huawei.com \
--cc=andremue@linux.microsoft.com \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
--cc=stable@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).