On Wed, Jun 12, 2019 at 03:20:10PM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@xxxxxxxxxxxx> > > Changelog v0->v1: > * Added patch to devlink to use declared enum for encap mode instead of u8 > * Constify input argumetn to encap mode function > * fix encap variable type to be boolean > > --------------------------------------------------------------------- > Hi, > > This is short series from Maor to expose and use enacap mode inside mlx5_ib. > > Thanks > > Leon Romanovsky (1): > net/mlx5: Declare more strictly devlink encap mode > > Maor Gottlieb (3): > net/mlx5: Expose eswitch encap mode Those two applied to mlx5-next 82b11f071936 net/mlx5: Expose eswitch encap mode 98fdbea55037 net/mlx5: Declare more strictly devlink encap mode > RDMA/mlx5: Consider eswitch encap mode > RDMA/mlx5: Enable decap and packet reformat on FDB Doug, Jason Can you please take those two patches in addition to latest mlx5-next? Thanks > > drivers/infiniband/hw/mlx5/main.c | 25 ++++++++++++++----- > .../net/ethernet/mellanox/mlx5/core/eswitch.c | 11 ++++++++ > .../net/ethernet/mellanox/mlx5/core/eswitch.h | 8 +++--- > .../mellanox/mlx5/core/eswitch_offloads.c | 6 +++-- > include/linux/mlx5/eswitch.h | 12 +++++++++ > include/net/devlink.h | 6 +++-- > net/core/devlink.c | 6 +++-- > 7 files changed, 59 insertions(+), 15 deletions(-) > > -- > 2.20.1 >