Re: urtwn(4) / rtwn(4) drivers are merged - call for review / testing

2016-10-13 Thread Kevin Lo
On Fri, Oct 14, 2016 at 03:03:41AM +0300, Andriy Voskoboinyk wrote:
> 
> Wed, 12 Oct 2016 07:34:15 +0300 було написано Kevin Lo :
> 
> Thanks for testing! (I have got another one to simplify the process)
> Can you approve that current tree (master) works without any (new)  
> problems?

Sure.  For usb wireless adapters, they work quite well :)  Thanks.

> P.S. Known issue (present in the current driver too):
>   - the card ACKs only some frames that were sent using CCK rates
> (whilst sees all retransmissions - that can be seen in 'rx discard 'cuz  
> dup'
> counter via wlanstats)
> 
> > I tried to use https://github.com/s3erios/rtwn/tree/pci_modified,
> > still no luck.  BTW, there's a compilation error:  
> > http://pastebin.com/hCFfYVSj
> >
> > To ensure that the adapter is not faulty, I tested with the snapshots  
> > image
> > (FreeBSD-12.0-CURRENT-amd64-20160829-r305028-memstick.img), rtwn(4)  
> > works fine.
> >
> > Kevin
> >
> > On Tue, Oct 11, 2016 at 11:21:24PM +0300, Andriy Voskoboinyk wrote:
> >>
> >> Tue, 11 Oct 2016 04:27:02 +0300 було написано Kevin Lo  
> >> :
> >>
> >> I have created 'pci_modified' branch to speed-up the process (RTL881*AU
> >> will
> >> not work with it for now); right now it contains (mostly) unmodified
> >> initialization path from rtwn(4) driver.
> >>
> >> If this version will work, I will revert some 'RTWN_PCI_WORKAROUND'
> >> temporary blocks until the culprit is found.
> >>
> >> > On Sat, Oct 08, 2016 at 02:18:54AM +0300, Andriy Voskoboinyk wrote:
> >> >>
> >> >> Mon, 03 Oct 2016 03:55:23 +0300 було написано Kevin Lo
> >> >> :
> >> >>
> >> >> Hi!
> >> >
> >> > Hi Andriy,
> >> >
> >> >> Can you refresh the tree and retest it (dev.rtwn.0.debug=0x829f) ?
> >> >
> >> > I refreshed the tree and retested it, unfortunately it's still the  
> >> same.
> >> > Here's the log: https://people.freebsd.org/~kevlo/rtl8188ce-debuglog
> >> >>
> >> >> P.S. If Rx is still broken (status is always 0) try to execute
> >> >> 'ifconfig wlan0 promisc'
> >> >
> >> > It doesn't help either :(
> >>
> 
> 
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

(boost::)asio and kqueue problem

2016-10-13 Thread Scott Mitchell
I am not using boost but I have also encountered this unexpected behavior
when calling listen after kevent. Is their any update on the approach to
merge filt_soread and filt_solisten?

FYI - MacOS does not have this unexpected behavior. Read events are not
"missed" if the listen is done after the kevent *EVFILT_READ *change is
registered.

Thanks,
-Scott
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: urtwn(4) / rtwn(4) drivers are merged - call for review / testing

2016-10-13 Thread Andriy Voskoboinyk

Wed, 12 Oct 2016 07:34:15 +0300 було написано Kevin Lo :

Thanks for testing! (I have got another one to simplify the process)
Can you approve that current tree (master) works without any (new)  
problems?


P.S. Known issue (present in the current driver too):
 - the card ACKs only some frames that were sent using CCK rates
(whilst sees all retransmissions - that can be seen in 'rx discard 'cuz  
dup'

counter via wlanstats)


I tried to use https://github.com/s3erios/rtwn/tree/pci_modified,
still no luck.  BTW, there's a compilation error:  
http://pastebin.com/hCFfYVSj


To ensure that the adapter is not faulty, I tested with the snapshots  
image
(FreeBSD-12.0-CURRENT-amd64-20160829-r305028-memstick.img), rtwn(4)  
works fine.


Kevin

On Tue, Oct 11, 2016 at 11:21:24PM +0300, Andriy Voskoboinyk wrote:


Tue, 11 Oct 2016 04:27:02 +0300 було написано Kevin Lo  
:


I have created 'pci_modified' branch to speed-up the process (RTL881*AU
will
not work with it for now); right now it contains (mostly) unmodified
initialization path from rtwn(4) driver.

If this version will work, I will revert some 'RTWN_PCI_WORKAROUND'
temporary blocks until the culprit is found.

> On Sat, Oct 08, 2016 at 02:18:54AM +0300, Andriy Voskoboinyk wrote:
>>
>> Mon, 03 Oct 2016 03:55:23 +0300 було написано Kevin Lo
>> :
>>
>> Hi!
>
> Hi Andriy,
>
>> Can you refresh the tree and retest it (dev.rtwn.0.debug=0x829f) ?
>
> I refreshed the tree and retested it, unfortunately it's still the  
same.

> Here's the log: https://people.freebsd.org/~kevlo/rtl8188ce-debuglog
>>
>> P.S. If Rx is still broken (status is always 0) try to execute
>> 'ifconfig wlan0 promisc'
>
> It doesn't help either :(


___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"