Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox...
authorDavid S. Miller <davem@davemloft.net>
Tue, 16 Feb 2021 22:53:30 +0000 (14:53 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Feb 2021 22:53:30 +0000 (14:53 -0800)
Saeed Mahameed says:
====================
pull-request: mlx5-next 2021-02-16

The patches in this pr are already submitted and reviewed through the
netdev and rdma mailing lists.

The series includes mlx5 HW bits and definitions for mlx5 real time clock
translation and handling in the mlx5 driver clock module to enable and
support such mode [1]

[1] https://patchwork.kernel.org/project/netdevbpf/patch/20210212223042.449816-7-saeed@kernel.org/
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
1  2 
drivers/net/ethernet/mellanox/mlx5/core/en.h
drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
drivers/net/ethernet/mellanox/mlx5/core/en_tx.c
include/linux/mlx5/device.h
include/linux/mlx5/driver.h
include/linux/mlx5/mlx5_ifc.h

@@@ -55,8 -55,8 +55,9 @@@
  #include "en_stats.h"
  #include "en/dcbnl.h"
  #include "en/fs.h"
 +#include "en/qos.h"
  #include "lib/hv_vhca.h"
+ #include "lib/clock.h"
  
  extern const struct net_device_ops mlx5e_netdev_ops;
  struct page_pool;
@@@ -677,10 -653,11 +680,10 @@@ static void mlx5e_free_rq(struct mlx5e_
        mlx5_wq_destroy(&rq->wq_ctrl);
  }
  
 -static int mlx5e_create_rq(struct mlx5e_rq *rq,
 -                         struct mlx5e_rq_param *param)
 +int mlx5e_create_rq(struct mlx5e_rq *rq, struct mlx5e_rq_param *param)
  {
        struct mlx5_core_dev *mdev = rq->mdev;
+       u8 ts_format;
        void *in;
        void *rqc;
        void *wq;
Simple merge
Simple merge
Simple merge