Re: [Qemu-devel] [ RFC Patch v5 0/2] Support Receive-Segment-Offload(RSC) for WHQL

2016-05-25 Thread Michael S. Tsirkin
On Wed, May 25, 2016 at 04:08:50PM +0800, Jason Wang wrote: > > > On 2016年05月24日 16:26, Michael S. Tsirkin wrote: > >On Tue, May 24, 2016 at 04:03:04PM +0800, Jason Wang wrote: > >>> > >>> > >>>On 2016年05月24日 04:14,w...@redhat.com wrote: > >From: Wei Xu > > > >Changes in V5: > >>>

Re: [Qemu-devel] [ RFC Patch v5 0/2] Support Receive-Segment-Offload(RSC) for WHQL

2016-05-25 Thread Jason Wang
On 2016年05月24日 16:26, Michael S. Tsirkin wrote: On Tue, May 24, 2016 at 04:03:04PM +0800, Jason Wang wrote: > > >On 2016年05月24日 04:14,w...@redhat.com wrote: > >From: Wei Xu > > > >Changes in V5: > >- Passed all IPv4/6 test cases > >- Add new fields in 'virtio_net_hdr' > >- Set 'gso_type' & '

Re: [Qemu-devel] [ RFC Patch v5 0/2] Support Receive-Segment-Offload(RSC) for WHQL

2016-05-24 Thread Wei Xu
On 2016年05月24日 16:26, Michael S. Tsirkin wrote: On Tue, May 24, 2016 at 04:03:04PM +0800, Jason Wang wrote: On 2016年05月24日 04:14, w...@redhat.com wrote: From: Wei Xu Changes in V5: - Passed all IPv4/6 test cases - Add new fields in 'virtio_net_hdr' - Set 'gso_type' & 'coalesced packets' i

Re: [Qemu-devel] [ RFC Patch v5 0/2] Support Receive-Segment-Offload(RSC) for WHQL

2016-05-24 Thread Wei Xu
On 2016年05月24日 16:03, Jason Wang wrote: On 2016年05月24日 04:14, w...@redhat.com wrote: From: Wei Xu Changes in V5: - Passed all IPv4/6 test cases - Add new fields in 'virtio_net_hdr' - Set 'gso_type' & 'coalesced packets' in new field. - Bypass all 'tcp option' packet - Bypass all 'pure ack'

Re: [Qemu-devel] [ RFC Patch v5 0/2] Support Receive-Segment-Offload(RSC) for WHQL

2016-05-24 Thread Michael S. Tsirkin
On Tue, May 24, 2016 at 04:03:04PM +0800, Jason Wang wrote: > > > On 2016年05月24日 04:14, w...@redhat.com wrote: > >From: Wei Xu > > > >Changes in V5: > >- Passed all IPv4/6 test cases > >- Add new fields in 'virtio_net_hdr' > >- Set 'gso_type' & 'coalesced packets' in new field. > >- Bypass all '

Re: [Qemu-devel] [ RFC Patch v5 0/2] Support Receive-Segment-Offload(RSC) for WHQL

2016-05-24 Thread Jason Wang
On 2016年05月24日 04:14, w...@redhat.com wrote: From: Wei Xu Changes in V5: - Passed all IPv4/6 test cases - Add new fields in 'virtio_net_hdr' - Set 'gso_type' & 'coalesced packets' in new field. - Bypass all 'tcp option' packet - Bypass all 'pure ack' packet - Bypass all 'duplicate ack' packet

[Qemu-devel] [ RFC Patch v5 0/2] Support Receive-Segment-Offload(RSC) for WHQL

2016-05-23 Thread wexu
From: Wei Xu Changes in V5: - Passed all IPv4/6 test cases - Add new fields in 'virtio_net_hdr' - Set 'gso_type' & 'coalesced packets' in new field. - Bypass all 'tcp option' packet - Bypass all 'pure ack' packet - Bypass all 'duplicate ack' packet - Change 'guest_rsc' feature bit to 'false' by d