https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199287
Richard Scheffenegger changed:
What|Removed |Added
Status|New |Closed
Resolution|
Hi everyone.
I want to write a driver for NetFPGA SUME. It's a network device with 4
physical 10G interfaces connected to the host with only one PCI endpoint.
Upon loading, the existing SUME Linux driver allocates four netdevs,
essentially creating four different 10G 'virtual' interfaces in the OS
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199287
--- Comment #7 from sebastian.hu...@embedded-brains.de ---
(In reply to Richard Scheffenegger from comment #6)
Yes, please close it as historic. The code probably changed in the last five
years.
--
You are receiving this mail because:
You
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228556
Mark Linimon changed:
What|Removed |Added
Assignee|b...@freebsd.org|n...@freebsd.org
--
You are receiv
melifaro added inline comments.
INLINE COMMENTS
> rss_config.c:251
>*/
> + arc4random_buf(&rss_key, RSS_KEYSIZE);
> }
Are we sure that there is enough entropy available at the moment of calling it?
REPOSITORY
rS FreeBSD src repository
CHANGES SINCE LAST ACTION
https://reviews.