[dpdk-stable] patch 'net/sfc/base: add equal stride super-buffer prefix layout' has been queued to stable release 18.02.2

Luca Boccassi bluca at debian.org
Tue May 1 12:12:38 CEST 2018


On Tue, 2018-05-01 at 08:37 +0300, Andrew Rybchenko wrote:
> Hi Luca,
> 
> I don't understand why below patch is included to the stable release
> queue.
> It should not be. The feature is first added to the 18.05 release.
> 
> Andrew.

Hi,

Yes that is strange - it wasn't cc'ed to stable nor contains "Fixes"
line, so I'm not sure why it was picked up by the script. I'll have a
look, in the meanwhile I've removed it.

> On 04/30/2018 05:54 PM, luca.boccassi at gmail.com wrote:
> > Hi,
> > 
> > FYI, your patch has been queued to stable release 18.02.2
> > 
> > Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable
> > yet.
> > It will be pushed if I get no objections before 05/02/18. So please
> > shout if anyone has objections.
> > 
> > Thanks.
> > 
> > Luca Boccassi
> > 
> > ---
> >  From e1295d198da4c5977f6b19757173feb9c1468070 Mon Sep 17 00:00:00
> > 2001
> > From: Andrew Rybchenko <arybchenko at solarflare.com>
> > Date: Thu, 19 Apr 2018 12:36:48 +0100
> > Subject: [PATCH] net/sfc/base: add equal stride super-buffer prefix
> > layout
> > 
> > [ upstream commit 9a5d5f180586d8887dc68c44b02cd8afb4b5173d ]
> > 
> > Signed-off-by: Andrew Rybchenko <arybchenko at solarflare.com>
> > ---
> >   drivers/net/sfc/base/efx_regs_ef10.h | 15 +++++++++++++++
> >   1 file changed, 15 insertions(+)
> > 
> > diff --git a/drivers/net/sfc/base/efx_regs_ef10.h
> > b/drivers/net/sfc/base/efx_regs_ef10.h
> > index 5f978305e..217f89c16 100644
> > --- a/drivers/net/sfc/base/efx_regs_ef10.h
> > +++ b/drivers/net/sfc/base/efx_regs_ef10.h
> > @@ -533,6 +533,21 @@ extern "C" {
> >   #define	ES_DZ_PS_RX_PREFIX_ORIG_LEN_LBN 48
> >   #define	ES_DZ_PS_RX_PREFIX_ORIG_LEN_WIDTH 16
> >   
> > +/* Equal stride super-buffer RX packet prefix (see SF-119419-TC)
> > */
> > +#define	ES_EZ_ESSB_RX_PREFIX_LEN 8
> > +#define	ES_EZ_ESSB_RX_PREFIX_DATA_LEN_LBN 0
> > +#define	ES_EZ_ESSB_RX_PREFIX_DATA_LEN_WIDTH 16
> > +#define	ES_EZ_ESSB_RX_PREFIX_MARK_LBN 16
> > +#define	ES_EZ_ESSB_RX_PREFIX_MARK_WIDTH 8
> > +#define	ES_EZ_ESSB_RX_PREFIX_HASH_VALID_LBN 28
> > +#define	ES_EZ_ESSB_RX_PREFIX_HASH_VALID_WIDTH 1
> > +#define	ES_EZ_ESSB_RX_PREFIX_MARK_VALID_LBN 29
> > +#define	ES_EZ_ESSB_RX_PREFIX_MARK_VALID_WIDTH 1
> > +#define	ES_EZ_ESSB_RX_PREFIX_MATCH_FLAG_LBN 30
> > +#define	ES_EZ_ESSB_RX_PREFIX_MATCH_FLAG_WIDTH 1
> > +#define	ES_EZ_ESSB_RX_PREFIX_HASH_LBN 32
> > +#define	ES_EZ_ESSB_RX_PREFIX_HASH_WIDTH 32
> > +
> >   /*
> >    * An extra flag for the packed stream mode,
> >    * signalling the start of a new buffer
> 
> 

-- 
Kind regards,
Luca Boccassi


More information about the stable mailing list