similar to: [PATCH v4 32/42] vhost/net: suppress compiler warning

Displaying 20 results from an estimated 10000 matches similar to: "[PATCH v4 32/42] vhost/net: suppress compiler warning"

2014 Nov 30
2
[PATCH v7 36/46] vhost/net: suppress compiler warning
len is always initialized since function is called with size > 0. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/vhost/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c index 984242e..54ffbb0 100644 --- a/drivers/vhost/net.c +++ b/drivers/vhost/net.c @@ -501,7 +501,7 @@ static int get_rx_bufs(struct
2014 Nov 30
2
[PATCH v7 36/46] vhost/net: suppress compiler warning
len is always initialized since function is called with size > 0. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/vhost/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c index 984242e..54ffbb0 100644 --- a/drivers/vhost/net.c +++ b/drivers/vhost/net.c @@ -501,7 +501,7 @@ static int get_rx_bufs(struct
2014 Dec 01
2
[PATCH v7 36/46] vhost/net: suppress compiler warning
On Mon, Dec 01, 2014 at 01:37:40PM +0100, Cornelia Huck wrote: > On Sun, 30 Nov 2014 17:12:13 +0200 > "Michael S. Tsirkin" <mst at redhat.com> wrote: > > > len is always initialized since function is called with size > 0. > > > > Signed-off-by: Michael S. Tsirkin <mst at redhat.com> > > --- > > drivers/vhost/net.c | 2 +- > >
2014 Dec 01
2
[PATCH v7 36/46] vhost/net: suppress compiler warning
On Mon, Dec 01, 2014 at 01:37:40PM +0100, Cornelia Huck wrote: > On Sun, 30 Nov 2014 17:12:13 +0200 > "Michael S. Tsirkin" <mst at redhat.com> wrote: > > > len is always initialized since function is called with size > 0. > > > > Signed-off-by: Michael S. Tsirkin <mst at redhat.com> > > --- > > drivers/vhost/net.c | 2 +- > >
2014 Dec 01
1
[PATCH v7 36/46] vhost/net: suppress compiler warning
On Mon, Dec 01, 2014 at 03:21:03PM +0100, Cornelia Huck wrote: > On Mon, 1 Dec 2014 15:48:39 +0200 > "Michael S. Tsirkin" <mst at redhat.com> wrote: > > > On Mon, Dec 01, 2014 at 01:37:40PM +0100, Cornelia Huck wrote: > > > On Sun, 30 Nov 2014 17:12:13 +0200 > > > "Michael S. Tsirkin" <mst at redhat.com> wrote: > > > >
2014 Dec 01
1
[PATCH v7 36/46] vhost/net: suppress compiler warning
On Mon, Dec 01, 2014 at 03:21:03PM +0100, Cornelia Huck wrote: > On Mon, 1 Dec 2014 15:48:39 +0200 > "Michael S. Tsirkin" <mst at redhat.com> wrote: > > > On Mon, Dec 01, 2014 at 01:37:40PM +0100, Cornelia Huck wrote: > > > On Sun, 30 Nov 2014 17:12:13 +0200 > > > "Michael S. Tsirkin" <mst at redhat.com> wrote: > > > >
2014 Nov 24
0
[PATCH v3 31/41] vhost/net: suppress compiler warning
len is always initialized since function is called with size > 0. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/vhost/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c index 984242e..54ffbb0 100644 --- a/drivers/vhost/net.c +++ b/drivers/vhost/net.c @@ -501,7 +501,7 @@ static int get_rx_bufs(struct
2014 Nov 27
0
[PATCH v5 35/45] vhost/net: suppress compiler warning
len is always initialized since function is called with size > 0. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/vhost/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c index 984242e..54ffbb0 100644 --- a/drivers/vhost/net.c +++ b/drivers/vhost/net.c @@ -501,7 +501,7 @@ static int get_rx_bufs(struct
2014 Nov 27
0
[PATCH v6 36/46] vhost/net: suppress compiler warning
len is always initialized since function is called with size > 0. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/vhost/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c index 984242e..54ffbb0 100644 --- a/drivers/vhost/net.c +++ b/drivers/vhost/net.c @@ -501,7 +501,7 @@ static int get_rx_bufs(struct
2014 Dec 01
0
[PATCH v7 36/46] vhost/net: suppress compiler warning
On Sun, 30 Nov 2014 17:12:13 +0200 "Michael S. Tsirkin" <mst at redhat.com> wrote: > len is always initialized since function is called with size > 0. > > Signed-off-by: Michael S. Tsirkin <mst at redhat.com> > --- > drivers/vhost/net.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/vhost/net.c
2014 Dec 01
0
[PATCH v7 36/46] vhost/net: suppress compiler warning
On Mon, 1 Dec 2014 15:48:39 +0200 "Michael S. Tsirkin" <mst at redhat.com> wrote: > On Mon, Dec 01, 2014 at 01:37:40PM +0100, Cornelia Huck wrote: > > On Sun, 30 Nov 2014 17:12:13 +0200 > > "Michael S. Tsirkin" <mst at redhat.com> wrote: > > > > > len is always initialized since function is called with size > 0. > > >
2014 Nov 24
0
[PATCH v3 31/41] vhost/net: suppress compiler warning
len is always initialized since function is called with size > 0. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/vhost/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c index 984242e..54ffbb0 100644 --- a/drivers/vhost/net.c +++ b/drivers/vhost/net.c @@ -501,7 +501,7 @@ static int get_rx_bufs(struct
2014 Nov 27
0
[PATCH v5 35/45] vhost/net: suppress compiler warning
len is always initialized since function is called with size > 0. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/vhost/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c index 984242e..54ffbb0 100644 --- a/drivers/vhost/net.c +++ b/drivers/vhost/net.c @@ -501,7 +501,7 @@ static int get_rx_bufs(struct
2014 Nov 27
0
[PATCH v6 36/46] vhost/net: suppress compiler warning
len is always initialized since function is called with size > 0. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/vhost/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c index 984242e..54ffbb0 100644 --- a/drivers/vhost/net.c +++ b/drivers/vhost/net.c @@ -501,7 +501,7 @@ static int get_rx_bufs(struct
2014 Dec 01
0
[PATCH v7 36/46] vhost/net: suppress compiler warning
On Sun, 30 Nov 2014 17:12:13 +0200 "Michael S. Tsirkin" <mst at redhat.com> wrote: > len is always initialized since function is called with size > 0. > > Signed-off-by: Michael S. Tsirkin <mst at redhat.com> > --- > drivers/vhost/net.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/vhost/net.c
2014 Dec 01
0
[PATCH v7 36/46] vhost/net: suppress compiler warning
On Mon, 1 Dec 2014 15:48:39 +0200 "Michael S. Tsirkin" <mst at redhat.com> wrote: > On Mon, Dec 01, 2014 at 01:37:40PM +0100, Cornelia Huck wrote: > > On Sun, 30 Nov 2014 17:12:13 +0200 > > "Michael S. Tsirkin" <mst at redhat.com> wrote: > > > > > len is always initialized since function is called with size > 0. > > >
2018 Apr 23
0
[RFC V3 PATCH 1/8] vhost: move get_rx_bufs to vhost.c
Move get_rx_bufs() to vhost.c and rename it to vhost_get_rx_bufs(). This helps to hide vring internal layout from specific device implementation. Packed ring implementation will benefit from this. Signed-off-by: Jason Wang <jasowang at redhat.com> --- drivers/vhost/net.c | 83 ++------------------------------------------------- drivers/vhost/vhost.c | 78
2018 May 02
1
[RFC V3 PATCH 1/8] vhost: move get_rx_bufs to vhost.c
On Mon, Apr 23, 2018 at 01:34:53PM +0800, Jason Wang wrote: > Move get_rx_bufs() to vhost.c and rename it to > vhost_get_rx_bufs(). This helps to hide vring internal layout from A small typo. Based on the code change in this patch, it seems that this function is renamed to vhost_get_bufs(). Thanks > specific device implementation. Packed ring implementation will > benefit from
2018 Jul 03
0
[PATCH net-next 1/8] vhost: move get_rx_bufs to vhost.c
Move get_rx_bufs() to vhost.c and rename it to vhost_get_bufs(). This helps to hide vring internal layout from specific device implementation. Packed ring implementation will benefit from this. Signed-off-by: Jason Wang <jasowang at redhat.com> --- drivers/vhost/net.c | 77 -------------------------------------------------- drivers/vhost/vhost.c | 78
2020 Jun 02
0
[PATCH RFC 08/13] vhost/net: convert to new API: heads->bufs
Convert vhost net to use the new format-agnostic API. In particular, don't poke at vq internals such as the heads array. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/vhost/net.c | 153 +++++++++++++++++++++++--------------------- 1 file changed, 81 insertions(+), 72 deletions(-) diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c index