mbox series

[net-next,v4,0/4] net/mlx5e: Make little improvement for mlx5e

Message ID 1551281479-69243-1-git-send-email-xiangxia.m.yue@gmail.com
Headers show
Series net/mlx5e: Make little improvement for mlx5e | expand

Message

Tonghao Zhang Feb. 27, 2019, 3:31 p.m. UTC
From: Tonghao Zhang <xiangxia.m.yue@gmail.com>

This serial patches are not bugfixes, and just little improvement for mlx5e.
v3->v4:
Patch4: change the long message info and introduce a helper function.

v2->v3:
Patch 1 and 5 are merged to patch 4 now.

v1->v2
Patch 1: remove the duplicated error messages and stick to extack only
Patch 2: use the 'unknown' instead of empty string
Patch 5: is new patch

Tonghao Zhang (4):
  net/mlx5e: Make the log friendly when decapsulation offload not
    supported
  net/mlx5e: Remove 'parse_attr' argument in parse_tc_fdb_actions()
  net/mlx5e: Deletes unnecessary setting of esw_attr->parse_attr
  net/mlx5e: Return -EOPNOTSUPP when attempting to offload an
    unsupported action

 .../net/ethernet/mellanox/mlx5/core/en/tc_tun.c    |  8 ++++--
 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c    | 32 +++++++++++++++-------
 2 files changed, 27 insertions(+), 13 deletions(-)

Comments

Tonghao Zhang March 21, 2019, 1:57 a.m. UTC | #1
On Thu, Feb 28, 2019 at 11:03 PM <xiangxia.m.yue@gmail.com> wrote:
>
> From: Tonghao Zhang <xiangxia.m.yue@gmail.com>
>
> This serial patches are not bugfixes, and just little improvement for mlx5e.
> v3->v4:
> Patch4: change the long message info and introduce a helper function.
>
> v2->v3:
> Patch 1 and 5 are merged to patch 4 now.
>
> v1->v2
> Patch 1: remove the duplicated error messages and stick to extack only
> Patch 2: use the 'unknown' instead of empty string
> Patch 5: is new patch
>
> Tonghao Zhang (4):
>   net/mlx5e: Make the log friendly when decapsulation offload not
>     supported
>   net/mlx5e: Remove 'parse_attr' argument in parse_tc_fdb_actions()
>   net/mlx5e: Deletes unnecessary setting of esw_attr->parse_attr
>   net/mlx5e: Return -EOPNOTSUPP when attempting to offload an
>     unsupported action
>
>  .../net/ethernet/mellanox/mlx5/core/en/tc_tun.c    |  8 ++++--
>  drivers/net/ethernet/mellanox/mlx5/core/en_tc.c    | 32 +++++++++++++++-------
>  2 files changed, 27 insertions(+), 13 deletions(-)
>
> --
> 1.8.3.1
>
Saeed, this series patch will be applied ? and this one:
http://patchwork.ozlabs.org/patch/1048873/
Saeed Mahameed March 21, 2019, 3:53 a.m. UTC | #2
On Wed, Mar 20, 2019 at 6:58 PM Tonghao Zhang <xiangxia.m.yue@gmail.com> wrote:
>
> On Thu, Feb 28, 2019 at 11:03 PM <xiangxia.m.yue@gmail.com> wrote:
> >
> > Tonghao Zhang (4):
> >   net/mlx5e: Make the log friendly when decapsulation offload not
> >     supported
> >   net/mlx5e: Remove 'parse_attr' argument in parse_tc_fdb_actions()
> >   net/mlx5e: Deletes unnecessary setting of esw_attr->parse_attr
> >   net/mlx5e: Return -EOPNOTSUPP when attempting to offload an
> >     unsupported action
> >

Hi Tonghao, this series is  in my queue for next pull request.

> >  .../net/ethernet/mellanox/mlx5/core/en/tc_tun.c    |  8 ++++--
> >  drivers/net/ethernet/mellanox/mlx5/core/en_tc.c    | 32 +++++++++++++++-------
> >  2 files changed, 27 insertions(+), 13 deletions(-)
> >
> > --
> > 1.8.3.1
> >
> Saeed, this series patch will be applied ? and this one:
> http://patchwork.ozlabs.org/patch/1048873/

Sorry i missed this patch, since i acked it i thought Dave would take it to net,
I just applied it to net-mlx5 will go out in my next pull request to net
thanks for nudge !