Re: [PATCH] xen-netback: fix compile errors introduced by r254804 and r254807

2013-08-26 Thread Andre Oppermann
On 26.08.2013 15:43, Roger Pau Monné wrote: On 26/08/13 15:22, Andre Oppermann wrote: On 26.08.2013 13:02, Roger Pau Monne wrote: r254804 and r254807 changed the types of some of the members of the mbuf struct, and introduced some compile time errors in netback debug messages that prevented com

Re: [PATCH] xen-netback: fix compile errors introduced by r254804 and r254807

2013-08-26 Thread Roger Pau Monné
On 26/08/13 15:22, Andre Oppermann wrote: > On 26.08.2013 13:02, Roger Pau Monne wrote: >> r254804 and r254807 changed the types of some of the members of the >> mbuf struct, and introduced some compile time errors in netback >> debug messages that prevented compiling a XENHVM kernel. > > Thanks,

Re: [PATCH] xen-netback: fix compile errors introduced by r254804 and r254807

2013-08-26 Thread Andre Oppermann
On 26.08.2013 13:02, Roger Pau Monne wrote: r254804 and r254807 changed the types of some of the members of the mbuf struct, and introduced some compile time errors in netback debug messages that prevented compiling a XENHVM kernel. Thanks, I fixed the printf's with r254910 in a slightly differ

[PATCH] xen-netback: fix compile errors introduced by r254804 and r254807

2013-08-26 Thread Roger Pau Monne
r254804 and r254807 changed the types of some of the members of the mbuf struct, and introduced some compile time errors in netback debug messages that prevented compiling a XENHVM kernel. Cc: an...@freebsd.org --- sys/dev/xen/netback/netback.c |8 1 files changed, 4 insertions(+), 4