GithubHelp home page GithubHelp logo

click on netmap about click HOT 7 OPEN

kohler avatar kohler commented on June 29, 2024
click on netmap

from click.

Comments (7)

asridharan avatar asridharan commented on June 29, 2024

Did you install the netmap enabled device driver for you NIC ? For e.g., I
was using an e1000 (emulated NIC over KVM) with Netmap so had to recompile
the e1000 driver with netmap enabled (patches available with the netmap
source)

lsmod

Module Size Used by

e1000 104959 0

netmap 95166 2 e1000 <<<e1000 uses netmap

virtio_net 19239 0

r8169 57210 0

mii 3875 1 r8169

On Sun, May 24, 2015 at 7:09 AM chuanic [email protected] wrote:

Hi, guys,
Tonight, i was working on running click-netmap. This is my problem when i
run my configuration.
[image: netmap-result]
https://cloud.githubusercontent.com/assets/4868129/7788101/ec8280b8-025f-11e5-94ac-8958f8aebde8.png

Below is my configuration code:
[image: baidushurufa_2015-5-24_21-57-15]
https://cloud.githubusercontent.com/assets/4868129/7788120/b5b18326-0260-11e5-91f9-f04404528d28.png

Below is the steps which i install netmap and click-netmap:
[image: baidushurufa_2015-5-24_21-57-33]
https://cloud.githubusercontent.com/assets/4868129/7788144/7f8e3fb8-0261-11e5-87ef-0871952120fa.png


Reply to this email directly or view it on GitHub
#195.

from click.

chuanic avatar chuanic commented on June 29, 2024

Hi @asridharan,
My NIC is intel i350 t4 and the driver is igb-5.2.9.4.
I compile igb-5.2.9.4 according the README file first then I compile netmap (./configure --with-netmap --with-linux=/path/to/linuxkernel)

Yours "recompile the e1000 driver with netmap enabled" means that i describe above?

from click.

tbarbette avatar tbarbette commented on June 29, 2024

You've got to be super user in order to use Netmap ;)

from click.

chuanic avatar chuanic commented on June 29, 2024

@mappam
I have got to be an super user when i start the ubuntu.

from click.

tbarbette avatar tbarbette commented on June 29, 2024

In your steps you insmod netmap.ko, but not the "netmap version" of the e1000 driver. You've got to remove the original one with "rmmod e1000" and insert the new one. If it's not the problem, are you sure eth1 show up with ifconfig or another tool?

from click.

muradkablan avatar muradkablan commented on June 29, 2024

You should specify the netmap.h path
--with-netmap=/usr/src/netmap/sys/

from click.

chuanic avatar chuanic commented on June 29, 2024

@muradkablan you are right!

from click.

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.