netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Vlad Buslov <vladbu@nvidia.com>
To: Eric Dumazet <edumazet@google.com>
Cc: Saeed Mahameed <saeed@kernel.org>,
	Jakub Kicinski <kuba@kernel.org>, Jianlin Shi <jishi@redhat.com>,
	CKI Project <cki-project@redhat.com>,
	netdev <netdev@vger.kernel.org>, <skt-results-master@redhat.com>,
	Yi Zhang <yi.zhang@redhat.com>,
	Memory Management <mm-qe@redhat.com>,
	Jan Stancek <jstancek@redhat.com>, Jianwen Ji <jiji@redhat.com>,
	Hangbin Liu <haliu@redhat.com>, Ondrej Moris <omoris@redhat.com>,
	Ondrej Mosnacek <omosnace@redhat.com>,
	Changhui Zhong <czhong@redhat.com>, Xiong Zhou <xzhou@redhat.com>,
	Rachel Sibley <rasibley@redhat.com>,
	David Arcari <darcari@redhat.com>
Subject: Re: ❌ FAIL: Test report for kernel 5.10.0-rc6 (mainline.kernel.org)
Date: Wed, 9 Dec 2020 22:54:40 +0200	[thread overview]
Message-ID: <ygnhsg8ek8dr.fsf@nvidia.com> (raw)
In-Reply-To: <CANn89iK+fU7LGH--JXx_FLxawr7rs1t-crLGtkbPAXsoiZMi8A@mail.gmail.com>

On Wed 09 Dec 2020 at 20:50, Eric Dumazet <edumazet@google.com> wrote:
> On Wed, Dec 9, 2020 at 7:34 PM Saeed Mahameed <saeed@kernel.org> wrote:
>>
>> On Wed, 2020-12-09 at 19:05 +0100, Eric Dumazet wrote:
>> > On Wed, Dec 9, 2020 at 6:35 PM Eric Dumazet <edumazet@google.com>
>> > wrote:
>> > > Hmm... maybe the ECN stuff has always been buggy then, and nobody
>> > > cared...
>> > >
>> >
>> > Wait a minute, maybe this part was not needed,
>> >
>> > diff --git a/drivers/net/geneve.c b/drivers/net/geneve.c
>> > index
>> > 8ae9ce2014a4a3ba7b962a209e28d1f65d4a83bd..896a7eb61d70340f69b9d3be0f7
>> > 95fbaab1458dd
>> > 100644
>> > --- a/drivers/net/geneve.c
>> > +++ b/drivers/net/geneve.c
>> > @@ -270,7 +270,7 @@ static void geneve_rx(struct geneve_dev *geneve,
>> > struct geneve_sock *gs,
>> >                         goto rx_error;
>> >                 break;
>> >         default:
>> > -               goto rx_error;
>> > +               break;
>> >         }
>> >         oiph = skb_network_header(skb);
>> >         skb_reset_network_header(skb);
>> >
>> >
>> > > On Wed, Dec 9, 2020 at 6:20 PM Jakub Kicinski <kuba@kernel.org>
>> > > wrote:
>> > > > Eric, could this possibly be commit 4179b00c04d1 ("geneve: pull
>> > > > IP
>> > > > header before ECN decapsulation")?
>> > > >
>>
>> We've bisected an issue in our CI to this patch, something about geneve
>> TC offload traffic not passing, I don't have all the details, Maybe
>> Vlad can chime in.
>>
>
> Yes, I think the patch I sent should fix this, ETH_P_ARP should not be
> dropped ;)
>
> I am testing this before offical patch submission.
>
> Thanks !

Hi Eric,

Your patch fixed TC geneve tests for me, but some of more complex OVS
tests are still failing. I'll try to provide details tomorrow.

Regards,
Vlad


  reply	other threads:[~2020-12-09 20:55 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cki.4066A31294.UNMQ21P718@redhat.com>
     [not found] ` <CABE0yyi9gS8nao0n1Dts_Og80R71h8PUkizy4rM9E9E3QbJwvA@mail.gmail.com>
2020-12-09  2:05   ` ❌ FAIL: Test report for kernel 5.10.0-rc6 (mainline.kernel.org) Jianlin Shi
2020-12-09 17:20     ` Jakub Kicinski
2020-12-09 17:35       ` Eric Dumazet
2020-12-09 18:05         ` Eric Dumazet
2020-12-09 18:34           ` Saeed Mahameed
2020-12-09 18:50             ` Eric Dumazet
2020-12-09 20:54               ` Vlad Buslov [this message]
2020-12-09 21:07                 ` Eric Dumazet
2020-12-09 22:50                   ` Jakub Kicinski
2020-12-09 22:22                 ` Jakub Kicinski
2020-12-10  8:35                   ` Vlad Buslov
2020-12-10  9:54                     ` Eric Dumazet
2021-03-30 13:22                     ` Eric Dumazet

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=ygnhsg8ek8dr.fsf@nvidia.com \
    --to=vladbu@nvidia.com \
    --cc=cki-project@redhat.com \
    --cc=czhong@redhat.com \
    --cc=darcari@redhat.com \
    --cc=edumazet@google.com \
    --cc=haliu@redhat.com \
    --cc=jiji@redhat.com \
    --cc=jishi@redhat.com \
    --cc=jstancek@redhat.com \
    --cc=kuba@kernel.org \
    --cc=mm-qe@redhat.com \
    --cc=netdev@vger.kernel.org \
    --cc=omoris@redhat.com \
    --cc=omosnace@redhat.com \
    --cc=rasibley@redhat.com \
    --cc=saeed@kernel.org \
    --cc=skt-results-master@redhat.com \
    --cc=xzhou@redhat.com \
    --cc=yi.zhang@redhat.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;
as well as URLs for NNTP newsgroup(s).