[Bug 199287] Missing TCP retransmit timer reset

2020-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199287 Richard Scheffenegger changed: What|Removed |Added Status|New |Closed Resolution|

cheating with iflib

2020-05-25 Thread Denis Salopek
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

[Bug 199287] Missing TCP retransmit timer reset

2020-05-25 Thread bugzilla-noreply
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

[Bug 228556] igb link status is not updating properly when configured as VF driver in guest OS

2020-05-25 Thread bugzilla-noreply
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

[Differential] D24989: netinet: Generate a random RSS key on boot.

2020-05-25 Thread melifaro (Alexander V. Chernikov)
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.