lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20140306.143454.1047620719955721469.davem@davemloft.net> Date: Thu, 06 Mar 2014 14:34:54 -0500 (EST) From: David Miller <davem@...emloft.net> To: kys@...rosoft.com Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org, devel@...uxdriverproject.org, olaf@...fle.de, apw@...onical.com, jasowang@...hat.com Subject: Re: [PATCH 6/6] Drivers: net: hyperv: Enable large send offload From: "K. Y. Srinivasan" <kys@...rosoft.com> Date: Thu, 6 Mar 2014 03:13:10 -0800 > + ppi = init_ppi_data(rndis_msg, NDIS_LSO_PPI_SIZE, > + TCP_LARGESEND_PKTINFO); This is not indented properly, "TCP_LARGESEND_PKTINFO);" should start at the first column after the openning parenthesis of "init_ppi_data(". > + ~csum_tcpudp_magic(ip_hdr(skb)->saddr, > + ip_hdr(skb)->daddr, 0, IPPROTO_TCP, 0); Likewise. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists