Re: [Autotest] [PATCH 18/18] KVM test: Add subtest of testing offload by ethtool

2010-10-06 Thread pradeep
On Wed, 6 Oct 2010 14:26:46 +0530 pradeep wrote: > On Mon, 27 Sep 2010 18:44:04 -0400 > Lucas Meneghel Rodrigues wrote: > > > ion, > > vm.get_mac_address(0)) > > +supported_features = params.get("supported_features").split() > > I guess split this expects input. > > 23:48:03 ERROR| Test

Re: [Autotest] [PATCH 18/18] KVM test: Add subtest of testing offload by ethtool

2010-09-23 Thread Lucas Meneghel Rodrigues
On Thu, 2010-09-23 at 19:11 +0530, pradeep wrote: > On Tue, 14 Sep 2010 19:25:43 -0300 > Lucas Meneghel Rodrigues wrote: > > > The latest case contains TX/RX/SG/TSO/GSO/GRO/LRO test. > > RTL8139 NIC doesn't support TSO, LRO, it's too old, so > > drop offload test from rtl8139. LRO, GRO are only >

Re: [Autotest] [PATCH 18/18] KVM test: Add subtest of testing offload by ethtool

2010-09-23 Thread pradeep
On Tue, 14 Sep 2010 19:25:43 -0300 Lucas Meneghel Rodrigues wrote: > The latest case contains TX/RX/SG/TSO/GSO/GRO/LRO test. > RTL8139 NIC doesn't support TSO, LRO, it's too old, so > drop offload test from rtl8139. LRO, GRO are only > supported by latest kernel, virtio nic doesn't support > rece