Re: [Qemu-devel] [PATCH v11 2/5] iovec checksum calculation fuction

2013-03-02 Thread Dmitry Fleytman
Thanks Andreas, fixed. On Mon, Feb 25, 2013 at 10:37 PM, Andreas Färber wrote: > Am 25.02.2013 21:11, schrieb Dmitry Fleytman: > > Signed-off-by: Dmitry Fleytman > > Signed-off-by: Yan Vugenfirer > > --- > > include/net/checksum.h | 8 > > net/checksum.c | 28 +++

Re: [Qemu-devel] [PATCH v11 2/5] iovec checksum calculation fuction

2013-03-02 Thread Dmitry Fleytman
Eduardo, Andreas, Thanks for pointing out, we didn't know about this limitation of qemu-common.h usage. Include directive will be moved to corresponding .c file. Dmitry. On Tue, Feb 26, 2013 at 3:38 PM, Eduardo Habkost wrote: > On Mon, Feb 25, 2013 at 09:37:52PM +0100, Andreas Färber wrote: >

Re: [Qemu-devel] [PATCH v11 2/5] iovec checksum calculation fuction

2013-02-26 Thread Eduardo Habkost
On Mon, Feb 25, 2013 at 09:37:52PM +0100, Andreas Färber wrote: > Am 25.02.2013 21:11, schrieb Dmitry Fleytman: [...] > > diff --git a/include/net/checksum.h b/include/net/checksum.h > > index 3e7b93d..b1cf18a 100644 > > --- a/include/net/checksum.h > > +++ b/include/net/checksum.h > > @@ -19,6 +19

[Qemu-devel] [PATCH v11 2/5] iovec checksum calculation fuction

2013-02-25 Thread Dmitry Fleytman
Signed-off-by: Dmitry Fleytman Signed-off-by: Yan Vugenfirer --- include/net/checksum.h | 8 net/checksum.c | 28 2 files changed, 36 insertions(+) diff --git a/include/net/checksum.h b/include/net/checksum.h index 3e7b93d..b1cf18a 100644 --- a/inc

Re: [Qemu-devel] [PATCH v11 2/5] iovec checksum calculation fuction

2013-02-25 Thread Andreas Färber
Am 25.02.2013 21:11, schrieb Dmitry Fleytman: > Signed-off-by: Dmitry Fleytman > Signed-off-by: Yan Vugenfirer > --- > include/net/checksum.h | 8 > net/checksum.c | 28 > 2 files changed, 36 insertions(+) > > diff --git a/include/net/checksum.h b/