search for: _mdev_features

Displaying 12 results from an estimated 12 matches for "_mdev_features".

2019 Nov 06
2
[PATCH V8 0/6] mdev based hardware virtio offloading support
...he common ones. >> >> Pktgen test was done with virito-net + mvnet loop back device. >> >> Please review. >> >> [1] https://lkml.org/lkml/2019/10/31/440 >> [2] https://lkml.org/lkml/2019/10/15/1226 >> >> Changes from V7: >> - drop {set|get}_mdev_features for virtio >> - typo and comment style fixes > > Seems we're nearly there, all the remaining comments are relatively > superficial, though I would appreciate a v9 addressing them as well as > the checkpatch warnings: > > https://patchwork.freedesktop.org/series/68977/...
2019 Nov 06
2
[PATCH V8 0/6] mdev based hardware virtio offloading support
...he common ones. >> >> Pktgen test was done with virito-net + mvnet loop back device. >> >> Please review. >> >> [1] https://lkml.org/lkml/2019/10/31/440 >> [2] https://lkml.org/lkml/2019/10/15/1226 >> >> Changes from V7: >> - drop {set|get}_mdev_features for virtio >> - typo and comment style fixes > > Seems we're nearly there, all the remaining comments are relatively > superficial, though I would appreciate a v9 addressing them as well as > the checkpatch warnings: > > https://patchwork.freedesktop.org/series/68977/...
2019 Nov 06
2
[PATCH V8 0/6] mdev based hardware virtio offloading support
...oop back device. > > >> > > >> Please review. > > >> > > >> [1] https://lkml.org/lkml/2019/10/31/440 > > >> [2] https://lkml.org/lkml/2019/10/15/1226 > > >> > > >> Changes from V7: > > >> - drop {set|get}_mdev_features for virtio > > >> - typo and comment style fixes > > > > > > Seems we're nearly there, all the remaining comments are relatively > > > superficial, though I would appreciate a v9 addressing them as well as > > > the checkpatch warnings: > &gt...
2019 Nov 06
2
[PATCH V8 0/6] mdev based hardware virtio offloading support
...oop back device. > > >> > > >> Please review. > > >> > > >> [1] https://lkml.org/lkml/2019/10/31/440 > > >> [2] https://lkml.org/lkml/2019/10/15/1226 > > >> > > >> Changes from V7: > > >> - drop {set|get}_mdev_features for virtio > > >> - typo and comment style fixes > > > > > > Seems we're nearly there, all the remaining comments are relatively > > > superficial, though I would appreciate a v9 addressing them as well as > > > the checkpatch warnings: > &gt...
2019 Nov 05
0
[PATCH V8 0/6] mdev based hardware virtio offloading support
...device specific parents ops out of the common ones. > > Pktgen test was done with virito-net + mvnet loop back device. > > Please review. > > [1] https://lkml.org/lkml/2019/10/31/440 > [2] https://lkml.org/lkml/2019/10/15/1226 > > Changes from V7: > - drop {set|get}_mdev_features for virtio > - typo and comment style fixes Seems we're nearly there, all the remaining comments are relatively superficial, though I would appreciate a v9 addressing them as well as the checkpatch warnings: https://patchwork.freedesktop.org/series/68977/ Consider this a last call for re...
2019 Nov 06
0
[PATCH V8 0/6] mdev based hardware virtio offloading support
...test was done with virito-net + mvnet loop back device. > >> > >> Please review. > >> > >> [1] https://lkml.org/lkml/2019/10/31/440 > >> [2] https://lkml.org/lkml/2019/10/15/1226 > >> > >> Changes from V7: > >> - drop {set|get}_mdev_features for virtio > >> - typo and comment style fixes > > > > Seems we're nearly there, all the remaining comments are relatively > > superficial, though I would appreciate a v9 addressing them as well as > > the checkpatch warnings: > > > > https://patch...
2019 Nov 06
0
[PATCH V8 0/6] mdev based hardware virtio offloading support
...> > > >> Please review. > > > >> > > > >> [1] https://lkml.org/lkml/2019/10/31/440 > > > >> [2] https://lkml.org/lkml/2019/10/15/1226 > > > >> > > > >> Changes from V7: > > > >> - drop {set|get}_mdev_features for virtio > > > >> - typo and comment style fixes > > > > > > > > Seems we're nearly there, all the remaining comments are relatively > > > > superficial, though I would appreciate a v9 addressing them as well as > > > > the ch...
2019 Nov 05
15
[PATCH V8 0/6] mdev based hardware virtio offloading support
...d by the driver. On top, this seris also decouple device specific parents ops out of the common ones. Pktgen test was done with virito-net + mvnet loop back device. Please review. [1] https://lkml.org/lkml/2019/10/31/440 [2] https://lkml.org/lkml/2019/10/15/1226 Changes from V7: - drop {set|get}_mdev_features for virtio - typo and comment style fixes Changes from V6: - rename ops files and compile guard Changes from V5: - use dev_warn() instead of WARN(1) when class id is not set - validate id_table before trying to do matching between device and driver - add wildcard for modpost script - use uniq...
2019 Nov 05
15
[PATCH V8 0/6] mdev based hardware virtio offloading support
...d by the driver. On top, this seris also decouple device specific parents ops out of the common ones. Pktgen test was done with virito-net + mvnet loop back device. Please review. [1] https://lkml.org/lkml/2019/10/31/440 [2] https://lkml.org/lkml/2019/10/15/1226 Changes from V7: - drop {set|get}_mdev_features for virtio - typo and comment style fixes Changes from V6: - rename ops files and compile guard Changes from V5: - use dev_warn() instead of WARN(1) when class id is not set - validate id_table before trying to do matching between device and driver - add wildcard for modpost script - use uniq...
2019 Nov 07
9
[PATCH V11 0/6] mdev based hardware virtio offloading support
...kpatch, some are still there becuase they were inherited from virtio_config_ops which needs to be resolved in an independent series - tweak on the comment and doc - remove VIRTIO_MDEV_F_VERSION_1 completely - rename CONFIG_VIRTIO_MDEV_DEVICE to CONFIG_VIRTIO_MDEV Changes from V7: - drop {set|get}_mdev_features for virtio - typo and comment style fixes Changes from V6: - rename ops files and compile guard Changes from V5: - use dev_warn() instead of WARN(1) when class id is not set - validate id_table before trying to do matching between device and driver - add wildcard for modpost script - use unique...
2019 Nov 06
11
[PATCH V9 0/6] mdev based hardware virtio offloading support
...kpatch, some are still there becuase they were inherited from virtio_config_ops which needs to be resolved in an independent series - tweak on the comment and doc - remove VIRTIO_MDEV_F_VERSION_1 completely - rename CONFIG_VIRTIO_MDEV_DEVICE to CONFIG_VIRTIO_MDEV Changes from V7: - drop {set|get}_mdev_features for virtio - typo and comment style fixes Changes from V6: - rename ops files and compile guard Changes from V5: - use dev_warn() instead of WARN(1) when class id is not set - validate id_table before trying to do matching between device and driver - add wildcard for modpost script - use unique...
2019 Nov 06
9
[PATCH V10 0/6] mdev based hardware virtio offloading support
...kpatch, some are still there becuase they were inherited from virtio_config_ops which needs to be resolved in an independent series - tweak on the comment and doc - remove VIRTIO_MDEV_F_VERSION_1 completely - rename CONFIG_VIRTIO_MDEV_DEVICE to CONFIG_VIRTIO_MDEV Changes from V7: - drop {set|get}_mdev_features for virtio - typo and comment style fixes Changes from V6: - rename ops files and compile guard Changes from V5: - use dev_warn() instead of WARN(1) when class id is not set - validate id_table before trying to do matching between device and driver - add wildcard for modpost script - use unique...