search for: virtnet_virtio

Displaying 4 results from an estimated 4 matches for "virtnet_virtio".

2023 Mar 30
1
[PATCH 00/16] virtio-net: split virtio-net.c
...hset split virtio-net.c into these parts: > > * virtnet.c: virtio net device ops (napi, tx, rx, device ops, ...) > * virtnet_common.c: virtio net common code > * virtnet_ethtool.c: virtio net ethtool callbacks > * virtnet_ctrl.c: virtio net ctrl queue command APIs > * virtnet_virtio.c: virtio net virtio callbacks/ops (driver register, virtio probe, virtio free, ...) > > Please review. > > Thanks. I don't feel this is an improvement as presented, will need more work to make code placement more logical. For example where do I find code to update rq stats? R...
2023 Mar 31
1
[PATCH 00/16] virtio-net: split virtio-net.c
...t; > > * virtnet.c: virtio net device ops (napi, tx, rx, device ops, ...) > > > * virtnet_common.c: virtio net common code > > > * virtnet_ethtool.c: virtio net ethtool callbacks > > > * virtnet_ctrl.c: virtio net ctrl queue command APIs > > > * virtnet_virtio.c: virtio net virtio callbacks/ops (driver register, virtio probe, virtio free, ...) > > > > > > Please review. > > > > > > Thanks. > > > > > > I don't feel this is an improvement as presented, will need more work > > to make code pla...
2023 Mar 31
1
[PATCH 00/16] virtio-net: split virtio-net.c
...et.c: virtio net device ops (napi, tx, rx, device ops, ...) > > > > * virtnet_common.c: virtio net common code > > > > * virtnet_ethtool.c: virtio net ethtool callbacks > > > > * virtnet_ctrl.c: virtio net ctrl queue command APIs > > > > * virtnet_virtio.c: virtio net virtio callbacks/ops (driver register, virtio probe, virtio free, ...) > > > > > > > > Please review. > > > > > > > > Thanks. > > > > > > > > > I don't feel this is an improvement as presented, will need m...
2023 Mar 31
1
[PATCH 00/16] virtio-net: split virtio-net.c
...net device ops (napi, tx, rx, device ops, ...) > > > > > * virtnet_common.c: virtio net common code > > > > > * virtnet_ethtool.c: virtio net ethtool callbacks > > > > > * virtnet_ctrl.c: virtio net ctrl queue command APIs > > > > > * virtnet_virtio.c: virtio net virtio callbacks/ops (driver register, virtio probe, virtio free, ...) > > > > > > > > > > Please review. > > > > > > > > > > Thanks. > > > > > > > > > > > > I don't feel this is an im...