Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jun 2018 00:54:16 +0200
From:      Stefano Duo <duostefano93@gmail.com>
To:        soc-status@freebsd.org
Subject:   Extensions to the netmap framework - Week 6
Message-ID:  <CALkzoBvYOOweQ0ay-obggERjwggO-6NCQtG3PKZghX3T_J19XA@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi,

during the sixth i extended functional.c, implementing the following:
- netmap interface file descriptors can be requested from the fd_server i
wrote the previous week.
- the fd_server can be started (and stopped) through cli arguments. When it
is active, it acts as a daemon, logging stuff to /var/log/syslog.
- source and destination MAC addresses of the frame can be specified during
a send and receive action.
- multiple frames can be sent (and received) though a single ioctl().
- when sending (or receiving) multiple frame, it's possible to change the
fill character, following a deterministic pattern, after each send (or
receive). This way it's possible to check that frames are receive in-order.

Project wiki:
https://wiki.freebsd.org/SummerOfCode2018Projects/ExtensionsToNetmap
SVN repository: https://svnweb.freebsd.org/socsvn/soc2018/sduo/

Stefano.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CALkzoBvYOOweQ0ay-obggERjwggO-6NCQtG3PKZghX3T_J19XA>