On Wed, Dec 2, 2020 at 3:45 PM <[email protected]> wrote: > > From: Yuri Chipchev <[email protected]> > > reserve 4 rss tables for lk-4.14 support
Update the git message to share the exact problem and fix. Start the sentence with capital letters in all the patches. > > Signed-off-by: Yuri Chipchev <[email protected]> > Reviewed-by: Liron Himi <[email protected]> > --- > drivers/net/mvpp2/mrvl_ethdev.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/mvpp2/mrvl_ethdev.c b/drivers/net/mvpp2/mrvl_ethdev.c > index d81b86c02..46e7260be 100644 > --- a/drivers/net/mvpp2/mrvl_ethdev.c > +++ b/drivers/net/mvpp2/mrvl_ethdev.c > @@ -33,7 +33,7 @@ > /* bitmask with reserved bpools */ > #define MRVL_MUSDK_BPOOLS_RESERVED 0x07 > /* bitmask with reserved kernel RSS tables */ > -#define MRVL_MUSDK_RSS_RESERVED 0x01 > +#define MRVL_MUSDK_RSS_RESERVED 0x0F > /* maximum number of available hifs */ > #define MRVL_MUSDK_HIFS_MAX 9 > > -- > 2.28.0 >

