svn commit: r258689 - head/sys/dev/cxgbe

Adrian Chadd adrian at freebsd.org
Wed Nov 27 20:00:53 UTC 2013


Cool!

Would you please bump those two patches of yours from august? I'd like
to get those more widely reviewed and then into -HEAD if/when
appropriate.

Thanks!



-a


On 27 November 2013 11:54, Navdeep Parhar <np at freebsd.org> wrote:
> Author: np
> Date: Wed Nov 27 19:54:19 2013
> New Revision: 258689
> URL: http://svnweb.freebsd.org/changeset/base/258689
>
> Log:
>   Disable an assertion that relies on some code[1] that isn't in HEAD yet.
>
>   [1] http://lists.freebsd.org/pipermail/freebsd-net/2013-August/036573.html
>
> Modified:
>   head/sys/dev/cxgbe/t4_sge.c
>
> Modified: head/sys/dev/cxgbe/t4_sge.c
> ==============================================================================
> --- head/sys/dev/cxgbe/t4_sge.c Wed Nov 27 19:51:50 2013        (r258688)
> +++ head/sys/dev/cxgbe/t4_sge.c Wed Nov 27 19:54:19 2013        (r258689)
> @@ -1392,7 +1392,7 @@ rxb_free(struct mbuf *m, void *arg1, voi
>  {
>         uma_zone_t zone = arg1;
>         caddr_t cl = arg2;
> -#ifdef INVARIANTS
> +#ifdef notyet
>         u_int refcount;
>
>         refcount = *find_buf_refcnt(cl);


More information about the svn-src-head mailing list