On Wed, Sep 02, 2020 at 04:00:54PM -0700, David Miller wrote: > From: Simon Horman <simon.hor...@netronome.com> > Date: Wed, 2 Sep 2020 17:04:58 +0200 > > > From: Louis Peens <louis.pe...@netronome.com> > > > > Fix an issue where the driver wrongly detected ipv6 neighbour updates > > from the NFP as corrupt. Add a reserved field on the kernel side so > > it is similar to the ipv4 version of the struct and has space for the > > extra bytes from the card. > > > > Fixes: 9ea9bfa12240 ("nfp: flower: support ipv6 tunnel keep-alive messages > > from fw") > > Signed-off-by: Louis Peens <louis.pe...@netronome.com> > > Signed-off-by: Simon Horman <simon.hor...@netronome.com> > > Applied and queued up for -stable, thanks Simon.
Great, thanks Dave.