Message ID | 20240827202758.94037-1-magali.lemes@canonical.com |
---|---|
Headers | show |
Series | GVE stuck TX queues | expand |
On Tue, Aug 27, 2024 at 4:29 PM Magali Lemes <magali.lemes@canonical.com> wrote: > > BugLink: https://bugs.launchpad.net/bugs/2077571 > > [Impact] > Request from Google to backport a set of patches to address issues in > the GVE driver. > > [Fix] > In this patchset: > - 36e3b949e35964e22b9a57f960660fc599038dd4 (gve: Fix an edge case for TSO skb validity check) > Already in noble:gke through upstream stable: > - 1b9f756344416e02b41439bf2324b26aa25e141c (gve: ignore nonrelevant GSO type bits when processing TSO headers) > > [Test] > Compile and boot tested. > > [Where problems could occur] > Changes are limited to the GVE driver. > > Bailey Forrest (1): > gve: Fix an edge case for TSO skb validity check > > drivers/net/ethernet/google/gve/gve_tx_dqo.c | 22 +++++++++++++++++++- > 1 file changed, 21 insertions(+), 1 deletion(-) > > -- Acked-by: Kevin Becker <kevin.becker@canonical.com>
On Tue, Aug 27, 2024 at 05:27:57PM -0300, Magali Lemes wrote: > BugLink: https://bugs.launchpad.net/bugs/2077571 > > [Impact] > Request from Google to backport a set of patches to address issues in > the GVE driver. > > [Fix] > In this patchset: > - 36e3b949e35964e22b9a57f960660fc599038dd4 (gve: Fix an edge case for TSO skb validity check) > Already in noble:gke through upstream stable: > - 1b9f756344416e02b41439bf2324b26aa25e141c (gve: ignore nonrelevant GSO type bits when processing TSO headers) > > [Test] > Compile and boot tested. > > [Where problems could occur] > Changes are limited to the GVE driver. > > Bailey Forrest (1): > gve: Fix an edge case for TSO skb validity check > > drivers/net/ethernet/google/gve/gve_tx_dqo.c | 22 +++++++++++++++++++- > 1 file changed, 21 insertions(+), 1 deletion(-) Acked-by: Aaron Jauregui <aaron.jauregui@canonical.com>
On 27/08/2024 17:27, Magali Lemes wrote: > BugLink: https://bugs.launchpad.net/bugs/2077571 > > [Impact] > Request from Google to backport a set of patches to address issues in > the GVE driver. > > [Fix] > In this patchset: > - 36e3b949e35964e22b9a57f960660fc599038dd4 (gve: Fix an edge case for TSO skb validity check) > Already in noble:gke through upstream stable: > - 1b9f756344416e02b41439bf2324b26aa25e141c (gve: ignore nonrelevant GSO type bits when processing TSO headers) > > [Test] > Compile and boot tested. > > [Where problems could occur] > Changes are limited to the GVE driver. > > Bailey Forrest (1): > gve: Fix an edge case for TSO skb validity check > > drivers/net/ethernet/google/gve/gve_tx_dqo.c | 22 +++++++++++++++++++- > 1 file changed, 21 insertions(+), 1 deletion(-) > Applied to noble:linux-gke/master-next. Thanks! Magali