>>> On 29.05.15 at 12:39, wrote:
> On Fri, May 29, 2015 at 11:34:07AM +0100, Jan Beulich wrote:
>> >>> On 11.05.15 at 19:25, wrote:
>> >>
>> >> Please CC the maintainers of the driver. You can get that from
>> >> 'scripts/get_maintainer.pl'
>> >>
>> >> I've done that for you.
>> >
>> > Thanks
On Fri, May 29, 2015 at 11:34:07AM +0100, Jan Beulich wrote:
> >>> On 11.05.15 at 19:25, wrote:
> >>
> >> Please CC the maintainers of the driver. You can get that from
> >> 'scripts/get_maintainer.pl'
> >>
> >> I've done that for you.
> >
> > Thanks, Konrad.
> >
> > I am copying Wei too who
>>> On 11.05.15 at 19:25, wrote:
>>
>> Please CC the maintainers of the driver. You can get that from
>> 'scripts/get_maintainer.pl'
>>
>> I've done that for you.
>
> Thanks, Konrad.
>
> I am copying Wei too who had fixed the below problem earlier.
> It fixed the incorrect ip_hdr(). tcp_hdr()
>
> Please CC the maintainers of the driver. You can get that from
> 'scripts/get_maintainer.pl'
>
> I've done that for you.
Thanks, Konrad.
I am copying Wei too who had fixed the below problem earlier.
It fixed the incorrect ip_hdr(). tcp_hdr() still needs to fixed.
commit d554f73df6bc35ac8f6
On Thu, May 07, 2015 at 12:44:24PM -0700, Venkat Venkatsubra wrote:
> Hello All,
>
> When handle_incoming_queue (xen-netfront.c) calls checksum_setup()
> the transport header didn't seem to be initialized yet.
> skb_checksum_setup_ipv4 ends up initializing the checksum at incorrect
> offset.
>