dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* Any benefit of using DPDK's makefiles instead of using
@ 2014-01-17  8:40 James Yu
       [not found] ` <CAFMB=kCaeOi3nz9orC+X9ZnFOMq7DcGG02d38-HD=tWhyer1Jg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: James Yu @ 2014-01-17  8:40 UTC (permalink / raw)
  To: dev-VfR2kkLFssw@public.gmane.org

Anyone knows how to turn off TSO in DPDK+SR-IOV in KVM guest VM ? I want
the packets sending out of the KVM host not to have TSO by the hardware.

I imagine that I need to do the following:
1. turn off TSO in the guest before starting DPDK using ethtool -K ethX tso
off
    After DPDK is started, the device will be removed.
    I think the command ethtool will call ethtool function in the
ixgbevf.ko in the kernel to turn TSO off. Am I correct ?
2. turn off TSO on the host using ethtool -K ethX tso off

Do I need to do the second one ? Would the first one propagate down to the
host ?

James

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-01-17  8:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-17  8:40 Any benefit of using DPDK's makefiles instead of using James Yu
     [not found] ` <CAFMB=kCaeOi3nz9orC+X9ZnFOMq7DcGG02d38-HD=tWhyer1Jg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-01-17  8:43   ` James Yu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).