my name is ban, xiaozhen.
the commit message is "net/e1000: fix incorrect return value if filter type
not supported." does additional details should be add?

Wang, Haiyue <[email protected]> 于2020年12月8日周二 下午5:04写道:

> > -----Original Message-----
> > From: banxiaozhen [email protected] <banxiaozhen [email protected]
> >
> > Sent: Tuesday, December 8, 2020 16:10
> > To: Guo, Jia <[email protected]>; Wang, Haiyue <[email protected]>
> > Cc: [email protected]; banxiaozhen <[email protected]>
> > Subject: [PATCH] net/e1000: fix incorrect return value if filter type
> not supported.
> >
> > From: banxiaozhen <[email protected]>
> >
> > Signed-off-by: banxiaozhen <[email protected]>
>
> The patch looks good.
>
> The name format should be like "Banxiao Zhen", and the commit message is
> empty ?
>
> > ---
> >  drivers/net/e1000/igb_ethdev.c | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/drivers/net/e1000/igb_ethdev.c
> b/drivers/net/e1000/igb_ethdev.c
> > index 647aa8d99..8695426c2 100644
> > --- a/drivers/net/e1000/igb_ethdev.c
> > +++ b/drivers/net/e1000/igb_ethdev.c
> > @@ -4561,6 +4561,7 @@ eth_igb_filter_ctrl(struct rte_eth_dev *dev
> __rte_unused,
> >       default:
> >               PMD_DRV_LOG(WARNING, "Filter type (%d) not supported",
> >                                                       filter_type);
> > +             ret = -EINVAL;
> >               break;
> >       }
> >
> > --
> > 2.24.3 (Apple Git-128)
>
>

Reply via email to