Page MenuHomeFreeBSD

bnxt: Register for asynchronous link state notifications with firmware.
AbandonedPublic

Authored by bhargava.marreddy_broadcom.com on Jul 23 2017, 12:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 1, 9:10 PM
Unknown Object (File)
Wed, May 1, 9:10 PM
Unknown Object (File)
Wed, May 1, 9:10 PM
Unknown Object (File)
Wed, May 1, 1:40 PM
Unknown Object (File)
Jan 1 2024, 3:04 AM
Unknown Object (File)
Sep 20 2023, 4:27 PM
Unknown Object (File)
Aug 24 2023, 6:47 PM
Unknown Object (File)
Aug 2 2023, 9:59 AM

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

sbruno requested changes to this revision.Jul 24 2017, 9:47 PM

Can this be regenerated from the base of the tree instead of sys/dev/bnxt ?

This revision now requires changes to proceed.Jul 24 2017, 9:47 PM
bhargava.marreddy_broadcom.com edited edge metadata.

Can this be regenerated from the base of the tree instead of sys/dev/bnxt ?

<Chenna> Taken care, Please find attached patch.

sbruno requested changes to this revision.Jul 25 2017, 3:39 PM

Can this be regenerated after svn R321481? It seems like there was some cross-over between these two reviews and the diff isn't valid now.

This revision now requires changes to proceed.Jul 25 2017, 3:39 PM

Can this be regenerated after svn R321481? It seems like there was some cross-over between these two reviews and the diff isn't valid now.

Looks like changes already went in as part of r321481. so nothing to be done now.
Please let me know if i'm missing anything here.

This is what I see ..

svn diff -r321480:321481 | grep bnxt_hwrm_func_rgtr_async_events

+int bnxt_hwrm_func_rgtr_async_events(struct bnxt_softc *softc, unsigned long *bmap,
+int bnxt_hwrm_func_rgtr_async_events(struct bnxt_softc *softc, unsigned long *bmap,
+ rc = bnxt_hwrm_func_rgtr_async_events(softc, NULL, 0);

Ok, cool. If there's nothing to be done with this review, then "abandon" it so it closes out and goes away.