From mboxrd@z Thu Jan 1 00:00:00 1970 From: anupam.kapoor@gmail.com (Anupam Kapoor) Date: Tue, 17 Nov 2015 16:12:48 +0530 Subject: looking for decent, current online discussion of user-space drivers In-Reply-To: References: Message-ID: <87k2pgaouv.fsf@fatcat.parallelwireless> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org >>>>> [2015-11-17T15:43:52+0530]: "Robert P. J. Day" (rpjday): ,----[ rpjday ] | .... | in particular, are there any nice examples of this that | can be downloaded, built and played with? thanks muchly. `---- there is snabbswitch (https://github.com/SnabbCo/snabbswitch) where folks have written 82599 (intel-10g card) driver in lua (https://github.com/SnabbCo/snabbswitch/tree/master/src/apps/intel) might be useful... -- kind regards anupam