Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 2015 09:22:16 +0000 (UTC)
From:      Andrew Rybchenko <arybchik@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r283215 - stable/10/sys/dev/sfxge
Message-ID:  <201505210922.t4L9MGtk076983@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arybchik
Date: Thu May 21 09:22:15 2015
New Revision: 283215
URL: https://svnweb.freebsd.org/changeset/base/283215

Log:
  MFC: r283049
  
  sfxge: allow to disable checksum offloads over VLAN
  
  It just affects capabilities of the created VLAN interface.
  
  Sponsored by:   Solarflare Communications, Inc.

Modified:
  stable/10/sys/dev/sfxge/sfxge.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/sfxge/sfxge.c
==============================================================================
--- stable/10/sys/dev/sfxge/sfxge.c	Thu May 21 09:21:05 2015	(r283214)
+++ stable/10/sys/dev/sfxge/sfxge.c	Thu May 21 09:22:15 2015	(r283215)
@@ -64,7 +64,7 @@ __FBSDID("$FreeBSD$");
 		   IFCAP_JUMBO_MTU | IFCAP_LRO |			\
 		   IFCAP_VLAN_HWTSO | IFCAP_LINKSTATE)
 #define	SFXGE_CAP_ENABLE SFXGE_CAP
-#define	SFXGE_CAP_FIXED (IFCAP_VLAN_MTU | IFCAP_VLAN_HWCSUM |		\
+#define	SFXGE_CAP_FIXED (IFCAP_VLAN_MTU |				\
 			 IFCAP_JUMBO_MTU | IFCAP_LINKSTATE)
 
 MALLOC_DEFINE(M_SFXGE, "sfxge", "Solarflare 10GigE driver");



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505210922.t4L9MGtk076983>