Re: Adding RTL8153 support to rue(4) (actually cdce(4)) USB to Ethernet driver [SOLVED]

2016-10-25 Thread David Horwitt
On 10/25/16 00:38, Hans Petter Selasky wrote: > On 10/25/16 07:08, David Horwitt wrote: >> ... or, at least, worked around. >> >> I added a SetEthernetPacketFilter request with wValue >> PACKET_TYPE_PROMISCUOUS in cdce_init() (right before the >> cdce_start() call) and joy ensued. >> >> Note that

Re: Adding RTL8153 support to rue(4) (actually cdce(4)) USB to Ethernet driver [SOLVED]

2016-10-25 Thread Kevin Lo
Been busy at work, sorry for the late reply. I have a patch that adds preliminary support for the RTL8153 to ure(4), available at: https://people.freebsd.org/~kevlo/ure.diff Performance is not good, it could be improved later. Can you please give it a try and let me know? Thanks.

Re: Adding RTL8153 support to rue(4) (actually cdce(4)) USB to Ethernet driver [SOLVED]

2016-10-25 Thread Hans Petter Selasky
On 10/25/16 07:08, David Horwitt wrote: ... or, at least, worked around. I added a SetEthernetPacketFilter request with wValue PACKET_TYPE_PROMISCUOUS in cdce_init() (right before the cdce_start() call) and joy ensued. Note that (PACKET_TYPE_DIRECTED | PACKET_TYPE_BROADCAST) did _not_ work,

[Bug 213606] LACP not working with qlogic BCM57800

2016-10-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213606 --- Comment #11 from Kristjan --- Sorry, it does not make things better. -- You are receiving this mail because: You are the assignee for the bug. ___