Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Nov 2013 12:00:52 -0800
From:      Adrian Chadd <adrian@freebsd.org>
To:        Navdeep Parhar <np@freebsd.org>
Cc:        "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "src-committers@freebsd.org" <src-committers@freebsd.org>
Subject:   Re: svn commit: r258689 - head/sys/dev/cxgbe
Message-ID:  <CAJ-Vmo=L8%2BfgBQA89EXiEw9An%2BLu_zcWFtP3WRx9ah9cwbN7Sg@mail.gmail.com>
In-Reply-To: <201311271954.rARJsJ0s014445@svn.freebsd.org>
References:  <201311271954.rARJsJ0s014445@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ-Vmo=L8%2BfgBQA89EXiEw9An%2BLu_zcWFtP3WRx9ah9cwbN7Sg>