search for: tisc

Displaying 3 results from an estimated 3 matches for "tisc".

Did you mean: misc
2002 May 04
0
mysterious connection breakdown
...e, it worked fine, but when run from cron, the connection mysteriously collapses. Here is the output of my scripts (messages starting with +++ come from my scripts and only inform of the progress). ----- Forwarded message from Cron Daemon <root at agricola-gymnasium.de> ----- Delivered-To: tisc at mail.agricola-gymnasium.de Date: Sat, 4 May 2002 10:49:00 +0200 From: root at agricola-gymnasium.de (Cron Daemon) To: tisc at agricola-gymnasium.de Subject: Cron <root at fserver> /root/daily_backup X-Cron-Env: <MAILTO=tisc> X-Cron-Env: <SHELL=/bin/sh> X-Cron-Env: <HOME=/roo...
1996 Nov 18
0
New moderator, linux-alert lists'' consolidation.
...off@bofh.org.uk Charlottesville, VA, USA | jeff.uphoff@linux.org PGP key available at: http://www.cv.nrao.edu/~juphoff/ -----BEGIN PGP SIGNATURE----- Version: 2.6.2 Comment: Processed by Mailcrypt 3.4, an Emacs/PGP interface iQCVAwUBMpCK+3oDqzGe1QXFAQGd0gP+Mxr2bG3QMVRXj+sQQof2/G+tisC+Neie RUgufumaLOzGMVbI+T1Zd0/7GR5hWBo76Sk0gMOgAzb3oFKvClPFIV2VwRnpEPUn Xa9uOzH4LXxhFd/0rCT5OBP+WEG250bNIsAuREvfUBJYAMROhrLuds2RS7lPd94K qDS5oxkgRUM= =wh7t -----END PGP SIGNATURE----- From mail@mail.redhat.com redhat.com (list@199.183.24.1)
2020 Jul 16
0
[PATCH vhost next 10/10] vdpa/mlx5: Add VDPA driver for supported mlx5 devices
...KED); > + MLX5_LOG_VIO_FLAG(VIRTIO_F_ORDER_PLATFORM); > + MLX5_LOG_VIO_FLAG(VIRTIO_F_SR_IOV); > +} > + > +static int create_tis(struct mlx5_vdpa_net *ndev) > +{ > + struct mlx5_vdpa_dev *mvdev = &ndev->mvdev; > + u32 in[MLX5_ST_SZ_DW(create_tis_in)] = {}; > + void *tisc; > + int err; > + > + tisc = MLX5_ADDR_OF(create_tis_in, in, ctx); > + MLX5_SET(tisc, tisc, transport_domain, ndev->res.tdn); > + err = mlx5_vdpa_create_tis(mvdev, in, &ndev->res.tisn); > + if (err) > + mlx5_vdpa_warn(mvdev, "create TIS (%d)\n", err); >...