Displaying 10 results from an estimated 10 matches for "mlxbf".
Did you mean:
mlx4
2020 Jul 13
0
[vhost:config-endian 38/39] drivers/platform/mellanox/mlxbf-tmfifo.c:1241:22: error: expected ')' before ';' token
...ig to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp at intel.com>
All errors (new ones prefixed by >>):
drivers/platform/mellanox/mlxbf-tmfifo.c: In function 'mlxbf_tmfifo_probe':
drivers/platform/mellanox/mlxbf-tmfifo.c:1237:70: warning: value computed is not used [-Wunused-value]
1237 | #define MLXBF_TMFIFO_LITTLE_ENDIAN (virtio_legacy_is_little_endian() || \
| ~~~~~~~~~...
2020 Aug 03
0
[PATCH v2 18/24] mlxbf-tmfifo: sparse tags for config access
mlxbf-tmfifo accesses config space using native types -
which works for it since the legacy virtio native types.
This will break if it ever needs to support modern virtio,
so with new tags previously introduced for virtio net config,
sparse now warns for this in drivers.
Since this is a legacy only dev...
2020 Jul 12
0
[vhost:config-endian 38/39] drivers/platform/mellanox/mlxbf-tmfifo.c:1237:2: error: invalid preprocessing directive #defined; did you mean
...ig to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp at intel.com>
All errors (new ones prefixed by >>):
drivers/platform/mellanox/mlxbf-tmfifo.c: In function 'mlxbf_tmfifo_probe':
>> drivers/platform/mellanox/mlxbf-tmfifo.c:1237:2: error: invalid preprocessing directive #defined; did you mean #define?
1237 | #defined MLXBF_TMFIFO_LITTLE_ENDIAN (virtio_legacy_is_little_endian() ||
| ^~~~~~~
| de...
2020 Aug 04
1
[PATCH v2 18/24] mlxbf-tmfifo: sparse tags for config access
On Mon, 3 Aug 2020 17:00:01 -0400
"Michael S. Tsirkin" <mst at redhat.com> wrote:
> mlxbf-tmfifo accesses config space using native types -
> which works for it since the legacy virtio native types.
>
> This will break if it ever needs to support modern virtio,
> so with new tags previously introduced for virtio net config,
> sparse now warns for this in drivers.
>
&...
2020 Apr 06
2
[PATCH v2 1/2] virtio: stop using legacy struct vring
...y.
In particular, the APIs actually assume the legacy layout.
Add struct vring_s (identical ATM) and supporting
legacy APIs and switch everyone to use that.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
drivers/misc/mic/vop/vop_main.c | 2 +-
drivers/platform/mellanox/mlxbf-tmfifo.c | 10 ++++-----
drivers/virtio/virtio_ring.c | 10 ++++-----
include/linux/virtio.h | 2 +-
include/linux/virtio_ring.h | 28 ++++++++++++++++++++++++
include/linux/vringh.h | 2 +-
tools/virtio/ringtest/virtio_ring_0_9.c | 6...
2020 Apr 06
2
[PATCH v2 1/2] virtio: stop using legacy struct vring
...y.
In particular, the APIs actually assume the legacy layout.
Add struct vring_s (identical ATM) and supporting
legacy APIs and switch everyone to use that.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
drivers/misc/mic/vop/vop_main.c | 2 +-
drivers/platform/mellanox/mlxbf-tmfifo.c | 10 ++++-----
drivers/virtio/virtio_ring.c | 10 ++++-----
include/linux/virtio.h | 2 +-
include/linux/virtio_ring.h | 28 ++++++++++++++++++++++++
include/linux/vringh.h | 2 +-
tools/virtio/ringtest/virtio_ring_0_9.c | 6...
2020 Aug 03
51
[PATCH v2 00/24] virtio: config space endian-ness cleanup
...io_iommu: correct tags for config space fields
virtio_mem: correct tags for config space fields
virtio_net: correct tags for config space fields
virtio_pmem: correct tags for config space fields
virtio_scsi: correct tags for config space fields
virtio_config: disallow native type fields
mlxbf-tmfifo: sparse tags for config access
vdpa: make sure set_features in invoked for legacy
vhost/vdpa: switch to new helpers
virtio_vdpa: legacy features handling
vdpa_sim: fix endian-ness of config space
virtio_config: cread/write cleanup
virtio_config: rewrite using _Generic
drivers/p...
2020 Aug 11
1
[GIT PULL] virtio: features, fixes
...or config space fields
virtio_mem: correct tags for config space fields
virtio_net: correct tags for config space fields
virtio_pmem: correct tags for config space fields
virtio_scsi: correct tags for config space fields
virtio_config: disallow native type fields
mlxbf-tmfifo: sparse tags for config access
vdpa: make sure set_features is invoked for legacy
vhost/vdpa: switch to new helpers
virtio_vdpa: legacy features handling
vdpa_sim: fix endian-ness of config space
virtio_config: cread/write cleanup
virtio_config: rewrite us...
2020 Apr 14
2
[GIT PULL] vhost: cleanups and fixes
...| 1 +
drivers/char/hw_random/virtio-rng.c | 1 +
drivers/gpu/drm/virtio/virtgpu_ioctl.c | 1 +
drivers/gpu/drm/virtio/virtgpu_kms.c | 1 +
drivers/misc/mic/vop/vop_main.c | 5 +-
drivers/misc/mic/vop/vop_vringh.c | 8 ++-
drivers/platform/mellanox/mlxbf-tmfifo.c | 6 +-
drivers/remoteproc/remoteproc_core.c | 2 +-
drivers/remoteproc/remoteproc_sysfs.c | 1 +
drivers/remoteproc/remoteproc_virtio.c | 2 +-
drivers/remoteproc/stm32_rproc.c | 1 +
drivers/rpmsg/mtk_rpmsg.c | 1 +
drivers/vdpa/Kconfig...
2020 Apr 14
2
[GIT PULL] vhost: cleanups and fixes
...| 1 +
drivers/char/hw_random/virtio-rng.c | 1 +
drivers/gpu/drm/virtio/virtgpu_ioctl.c | 1 +
drivers/gpu/drm/virtio/virtgpu_kms.c | 1 +
drivers/misc/mic/vop/vop_main.c | 5 +-
drivers/misc/mic/vop/vop_vringh.c | 8 ++-
drivers/platform/mellanox/mlxbf-tmfifo.c | 6 +-
drivers/remoteproc/remoteproc_core.c | 2 +-
drivers/remoteproc/remoteproc_sysfs.c | 1 +
drivers/remoteproc/remoteproc_virtio.c | 2 +-
drivers/remoteproc/stm32_rproc.c | 1 +
drivers/rpmsg/mtk_rpmsg.c | 1 +
drivers/vdpa/Kconfig...