Giter VIP home page Giter VIP logo

Comments (10)

vincentmli avatar vincentmli commented on July 21, 2024

in mtcp/src/Makefile, you can uncomment #DBG_OPT and recompile mtcp and example app, then you will get more detail debugging output in log_<thread/cpu_id> for each mtcp thread

from mtcp.

wtao0221 avatar wtao0221 commented on July 21, 2024

Thanks, Vincent.

But I have get into another trouble. When I am running the example of
epserver and epwget. The epwget cannot wget the content of the remote
server which is running epserver. (ps: I am sure that the connection is
established)

Best,
Tao

On Wed, Oct 21, 2015 at 10:50 AM, Vincent Li [email protected]
wrote:

in mtcp/src/Makefile, you can uncomment #DBG_OPT and recompile mtcp and
example app, then you will get more detail debugging output in log_ for
each mtcp thread

β€”
Reply to this email directly or view it on GitHub
#24 (comment).

from mtcp.

vincentmli avatar vincentmli commented on July 21, 2024

can you use epwget to access a another webserver say apache or nginx? I assume you run epwget and epserver on different machine with DPDK and mTCP installed.

from mtcp.

wtao0221 avatar wtao0221 commented on July 21, 2024

Yep,

mTCP does not work in this situation?

Best,
Tao

On Fri, Oct 23, 2015 at 4:26 AM, Vincent Li [email protected]
wrote:

can you use epwget to access a another webserver say apache or nginx? I
assume you run epwget and epserver on different machine with DPDK and mTCP
installed.

β€”
Reply to this email directly or view it on GitHub
#24 (comment).

from mtcp.

vincentmli avatar vincentmli commented on July 21, 2024

I am able to get epserver to work when using curl as client from another Linux machine, have not tried to use epwget with epserver, but I see no reason why it should not work, so I would make sure you can get epserver work with other http client like curl.

from mtcp.

arunkumarsit avatar arunkumarsit commented on July 21, 2024

Hi Vicent,

I faced the exact issue faced by Tao Wang. The epwget client running in
different host is not connecting to epserver in another host.
But legacy wget is working fine. There seems to be some issues with the
epwget application which needs to be checked upon.

Thanks,
Arun

On Friday, October 23, 2015, Vincent Li [email protected] wrote:

I am able to get epserver to work when using curl as client from another
Linux machine, have not tried to use epwget with epserver, but I see no
reason why it should not work, so I would make sure you can get epserver
work with other http client like curl.

β€”
Reply to this email directly or view it on GitHub
#24 (comment).

from mtcp.

ajamshed avatar ajamshed commented on July 21, 2024

Hi,
I apologize for the delay. Can you please tell us the IP addresses you assigned for the client
and the server. We would also like to know the arp.conf/route.conf file contents (if you were using
any) for epwget. What was the exact command-line arguments you were using to run epwget?
Finally, were you running epwget in a VM? Just FYI: we haven't enabled the mTCP in virtualised
environment yet.

from mtcp.

arunkumarsit avatar arunkumarsit commented on July 21, 2024

Hi Asim,
Sorry for the late reply from my side. It seems the issue is with the GRUB configuration.

I found that missing GRUB entry makes this issue. Please add following line in "/etc/default/grub" file.
GRUB_CMDLINE_LINUX_DEFAULT="iommu=pt, intel_iommu=on"

Then do "update-grub" and reboot host. This should solve the issue.

Note: Due to system dependency I cannot test epwget as of now with epserver.

Thanks,
Arun

from mtcp.

ajamshed avatar ajamshed commented on July 21, 2024

Hi Arun,

I am glad the issue is resolved. In the future, it will be better if you try example dpdk applications before testing mTCP stack + apps. This would help us narrow down the issue more efficiently.

from mtcp.

arunkumarsit avatar arunkumarsit commented on July 21, 2024

Agreed πŸ˜€

On Thursday, November 12, 2015, Asim Jamshed [email protected]
wrote:

Hi Arun,

I am glad the issue is resolved. In the future, it will be better if you
try example dpdk applications before testing mTCP stack + apps. This would
help us narrow down the issue more efficiently.

β€”
Reply to this email directly or view it on GitHub
#24 (comment).

from mtcp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.