1. 02 7月, 2011 8 次提交
  2. 01 7月, 2011 18 次提交
  3. 29 6月, 2011 13 次提交
  4. 28 6月, 2011 1 次提交
    • J
      vmxnet3: Enable GRO support. · 213ade8c
      Jesse Gross 提交于
      When receiving packets from another guest on the same hypervisor, it's
      generally possible to receive large packets because no segmentation is
      necessary and these packets are handled by LRO.  However, when doing
      routing or bridging we must disable LRO and lose this benefit.  In
      these cases GRO can still be used and it is very effective because the
      packets which are segmented in the hypervisor are received very close
      together and can easily be merged.
      
      CC: Shreyas Bhatewara <sbhatewara@vmware.com>
      CC: Scott Goldman <scottjg@vmware.com>
      CC: VMware PV-Drivers <pv-drivers@vmware.com>
      Signed-off-by: NJesse Gross <jesse@nicira.com>
      Signed-off-by: NScott J. Goldman <scottjg@vmware.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      213ade8c