mbox series

[net-next,v2,0/5] net/mlx5e: Make little improvement for mlx5e

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

Message

Tonghao Zhang Feb. 25, 2019, 10:40 a.m. UTC
From: Tonghao Zhang <xiangxia.m.yue@gmail.com>

This serial patches are not bugfixes, and just little improvement for mlx5e.

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 (5):
  net/mlx5e: Return -EOPNOTSUPP when modify header action zero
  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    | 23 +++++++++++++++-------
 2 files changed, 21 insertions(+), 10 deletions(-)