[PATCH v2 0/2] vringh small unused functions

linux@treblig.org posted 2 patches 3 months, 3 weeks ago
drivers/vhost/vringh.c | 118 -----------------------------------------
include/linux/vringh.h |  12 -----
2 files changed, 130 deletions(-)
[PATCH v2 0/2] vringh small unused functions
Posted by linux@treblig.org 3 months, 3 weeks ago
From: "Dr. David Alan Gilbert" <linux@treblig.org>

Hi,
  The following pair of patches remove a bunch of small functions
that have been unused for a long time.

Dave

v2
  Remove the xfer_kern() and kern_xfer() helpers that are now
  unused. (As spotted by Simon's review)

Dr. David Alan Gilbert (2):
  vhost: vringh: Remove unused iotlb functions
  vhost: vringh: Remove unused functions

 drivers/vhost/vringh.c | 118 -----------------------------------------
 include/linux/vringh.h |  12 -----
 2 files changed, 130 deletions(-)

-- 
2.49.0
Re: [PATCH v2 0/2] vringh small unused functions
Posted by Eugenio Perez Martin 3 months, 3 weeks ago
On Tue, Jun 17, 2025 at 2:18 AM <linux@treblig.org> wrote:
>
> From: "Dr. David Alan Gilbert" <linux@treblig.org>
>
> Hi,
>   The following pair of patches remove a bunch of small functions
> that have been unused for a long time.
>

Acked-by: Eugenio Pérez <eperezma@redhat.com>

Thanks!
Re: [PATCH v2 0/2] vringh small unused functions
Posted by Lei Yang 3 months, 2 weeks ago
Tested this series of patches with virtio-net regression tests,
everything works fine.

Tested-by: Lei Yang <leiyang@redhat.com>

On Tue, Jun 17, 2025 at 8:31 PM Eugenio Perez Martin
<eperezma@redhat.com> wrote:
>
> On Tue, Jun 17, 2025 at 2:18 AM <linux@treblig.org> wrote:
> >
> > From: "Dr. David Alan Gilbert" <linux@treblig.org>
> >
> > Hi,
> >   The following pair of patches remove a bunch of small functions
> > that have been unused for a long time.
> >
>
> Acked-by: Eugenio Pérez <eperezma@redhat.com>
>
> Thanks!
>
>