From owner-freebsd-net@FreeBSD.ORG Fri Dec 31 22:21:22 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9AB621065670 for ; Fri, 31 Dec 2010 22:21:22 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6A6888FC12 for ; Fri, 31 Dec 2010 22:21:22 +0000 (UTC) Received: by pxi1 with SMTP id 1so2350924pxi.13 for ; Fri, 31 Dec 2010 14:21:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=vBjlMuBhSYeAR395QM5zydpcKsYf9UMS4jTvm3l0a1Y=; b=a5aWgWg4S5/C4JTMn1mHkproX5PJHxZbEL0JinHk8/xMwzl88vmh5LBVgXQDWIfcNq od5dSpgiLd6U0p6pwbiGQH88M84ghEiQMExtACD8FyVKiu9D3B5lnApBM6IaaGDDZlm/ Hs2spOs5sbEf/XaNMS+iHMYg3RSjM1SwMGGew= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=B+koz4hQ0OoUeR5LcNrmsgPYce3SW2rRW8HYebz914yLdud06KzaseHOUSjnXx/yyZ l78B65ukHJWdK1oWVQZZ/X0KR9AGx7yn+lT/AcsOp1n0BV9d0oLlhbV5W9jVFiFxTCtd 657zo7ReIJ38cosl9yowMp+HIsAKIVL95wNrM= Received: by 10.142.234.1 with SMTP id g1mr14509863wfh.438.1293834081952; Fri, 31 Dec 2010 14:21:21 -0800 (PST) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id w14sm24682308wfd.6.2010.12.31.14.21.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 31 Dec 2010 14:21:20 -0800 (PST) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Fri, 31 Dec 2010 14:20:38 -0800 From: Pyun YongHyeon Date: Fri, 31 Dec 2010 14:20:38 -0800 To: "Sreekanth M." Message-ID: <20101231222038.GA1082@michelle.cdnetworks.com> References: <9F4F5E1D3FF7D94388F341BE8819BA3D9B553B@orion8.netlogicmicro.com> <20101231005628.GH16411@michelle.cdnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101231005628.GH16411@michelle.cdnetworks.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-net@freebsd.org Subject: Re: msk driver rxcsum issue X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2010 22:21:22 -0000 On Thu, Dec 30, 2010 at 04:56:28PM -0800, Pyun YongHyeon wrote: > On Wed, Dec 29, 2010 at 12:35:51AM -0800, Sreekanth M. wrote: > > Hi, > > > > > > > > I am Sreekanth from Netlogic microsystems. > > > > > > > > I am having an issue with msk driver. > > > > It is related to rxcsum. > > > > In freebsd 9, rxcsum is enabled in default for the device I am using on > > XLS MIPS board. > > > > >From hardware id it is known that chip id is: CHIP_ID_YUKON_EC. > > > > > > > > Though I am able to ping to this port, ssh (TCP) is not working. > > > > > > > > If I disable the rxcsum through the command > > > > "Ifconfig msk0 -rxcsum" > > > > It works. i.e ssh command works fine. > > > > > > Would you try attached patch and let me know how it goes on MIPS? Thanks for testing. Fix committed to HEAD(r216860).